{"title":"10x10 Inline Trade Show Booths","description":"\u003cstyle\u003e\n    .qsd-inline10-seo {\n      --qsd-primary: #1f4e8c;\n      --qsd-primary-soft: #eef4fb;\n      --qsd-text: #1f2933;\n      --qsd-muted: #5f6b7a;\n      --qsd-border: #e5e7eb;\n      --qsd-bg: #ffffff;\n      --qsd-bg-soft: #f7f8fa;\n\n      max-width: 1180px;\n      margin: 64px auto;\n      padding: 0 20px;\n      font-family: inherit;\n      color: var(--qsd-text);\n    }\n\n    .qsd-inline10-seo * {\n      box-sizing: border-box;\n    }\n\n    .qsd-inline10-wrap {\n      background: var(--qsd-bg);\n      border: 1px solid var(--qsd-border);\n      border-radius: 22px;\n      padding: 42px;\n    }\n\n    .qsd-inline10-kicker {\n      display: inline-block;\n      padding: 7px 13px;\n      margin-bottom: 16px;\n      border-radius: 999px;\n      background: var(--qsd-primary-soft);\n      color: var(--qsd-primary);\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .qsd-inline10-seo h2 {\n      margin: 0 0 16px;\n      font-size: clamp(26px, 3.5vw, 40px);\n      line-height: 1.18;\n      color: #111827;\n      letter-spacing: -0.03em;\n    }\n\n    .qsd-inline10-intro {\n      max-width: 940px;\n      margin: 0 0 30px;\n      font-size: 16.5px;\n      line-height: 1.75;\n      color: var(--qsd-muted);\n    }\n\n    .qsd-inline10-image-grid {\n      display: grid;\n      grid-template-columns: 1.2fr 0.9fr 0.9fr;\n      gap: 16px;\n      margin: 30px 0 34px;\n    }\n\n    .qsd-inline10-image-card {\n      position: relative;\n      overflow: hidden;\n      border-radius: 18px;\n      background: var(--qsd-bg-soft);\n      border: 1px solid var(--qsd-border);\n      min-height: 250px;\n      text-decoration: none;\n      color: inherit;\n    }\n\n    .qsd-inline10-image-card:first-child {\n      min-height: 330px;\n    }\n\n    .qsd-inline10-image-card img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      transition: transform 0.35s ease;\n    }\n\n    .qsd-inline10-image-card:hover img {\n      transform: scale(1.04);\n    }\n\n    .qsd-image-label {\n      position: absolute;\n      left: 16px;\n      bottom: 16px;\n      max-width: calc(100% - 32px);\n      padding: 10px 13px;\n      border-radius: 12px;\n      background: rgba(255, 255, 255, 0.92);\n      backdrop-filter: blur(8px);\n      color: #111827;\n      font-size: 14px;\n      font-weight: 700;\n      line-height: 1.35;\n      box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);\n    }\n\n    .qsd-inline10-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      margin: 28px 0 30px;\n    }\n\n    .qsd-inline10-card {\n      background: var(--qsd-bg-soft);\n      border: 1px solid var(--qsd-border);\n      border-radius: 16px;\n      padding: 22px;\n      transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;\n    }\n\n    .qsd-inline10-card:hover {\n      transform: translateY(-3px);\n      border-color: rgba(31, 78, 140, 0.35);\n      box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);\n    }\n\n    .qsd-inline10-number {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 34px;\n      height: 34px;\n      margin-bottom: 14px;\n      border-radius: 50%;\n      background: #ffffff;\n      border: 1px solid rgba(31, 78, 140, 0.25);\n      color: var(--qsd-primary);\n      font-size: 14px;\n      font-weight: 800;\n    }\n\n    .qsd-inline10-card h3 {\n      margin: 0 0 8px;\n      font-size: 18px;\n      color: #111827;\n    }\n\n    .qsd-inline10-card p {\n      margin: 0;\n      font-size: 15px;\n      line-height: 1.65;\n      color: var(--qsd-muted);\n    }\n\n    .qsd-inline10-pain {\n      margin: 32px 0;\n      padding: 26px;\n      border-radius: 18px;\n      background: #ffffff;\n      border: 1px solid var(--qsd-border);\n    }\n\n    .qsd-inline10-pain h3 {\n      margin: 0 0 14px;\n      font-size: 23px;\n      color: #111827;\n      line-height: 1.25;\n    }\n\n    .qsd-inline10-pain p {\n      margin: 0 0 18px;\n      font-size: 15.8px;\n      line-height: 1.72;\n      color: var(--qsd-muted);\n      max-width: 930px;\n    }\n\n    .qsd-pain-list {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .qsd-pain-list li {\n      position: relative;\n      padding: 13px 14px 13px 34px;\n      border-radius: 12px;\n      background: var(--qsd-bg-soft);\n      color: var(--qsd-muted);\n      font-size: 15px;\n      line-height: 1.55;\n    }\n\n    .qsd-pain-list li::before {\n      content: \"\";\n      position: absolute;\n      left: 16px;\n      top: 20px;\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: var(--qsd-primary);\n    }\n\n    .qsd-inline10-band {\n      display: grid;\n      grid-template-columns: 1fr 1.15fr;\n      gap: 18px;\n      margin: 34px 0;\n    }\n\n    .qsd-inline10-panel,\n    .qsd-inline10-list {\n      border-radius: 18px;\n      padding: 28px;\n      border: 1px solid var(--qsd-border);\n    }\n\n    .qsd-inline10-panel {\n      background: var(--qsd-primary-soft);\n    }\n\n    .qsd-inline10-list {\n      background: #ffffff;\n    }\n\n    .qsd-inline10-panel h3,\n    .qsd-inline10-list h3 {\n      margin: 0 0 14px;\n      font-size: 23px;\n      line-height: 1.25;\n      color: #111827;\n    }\n\n    .qsd-inline10-panel p {\n      margin: 0;\n      color: var(--qsd-muted);\n      line-height: 1.72;\n      font-size: 15.5px;\n    }\n\n    .qsd-inline10-list ul {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: grid;\n      gap: 11px;\n    }\n\n    .qsd-inline10-list li {\n      position: relative;\n      padding-left: 24px;\n      font-size: 15.5px;\n      line-height: 1.6;\n      color: var(--qsd-muted);\n    }\n\n    .qsd-inline10-list li::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 0.58em;\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--qsd-primary);\n    }\n\n    .qsd-inline10-faq {\n      margin-top: 40px;\n      padding-top: 34px;\n      border-top: 1px solid var(--qsd-border);\n    }\n\n    .qsd-inline10-faq h3 {\n      margin: 0 0 18px;\n      font-size: 28px;\n      color: #111827;\n      letter-spacing: -0.02em;\n    }\n\n    .qsd-faq-item {\n      background: #ffffff;\n      border: 1px solid var(--qsd-border);\n      border-radius: 14px;\n      margin-bottom: 10px;\n      overflow: hidden;\n    }\n\n    .qsd-faq-item summary {\n      cursor: pointer;\n      padding: 17px 48px 17px 18px;\n      font-size: 16px;\n      font-weight: 700;\n      color: #111827;\n      list-style: none;\n      position: relative;\n    }\n\n    .qsd-faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .qsd-faq-item summary::after {\n      content: \"+\";\n      position: absolute;\n      right: 18px;\n      top: 15px;\n      font-size: 24px;\n      line-height: 1;\n      color: var(--qsd-primary);\n      transition: transform 0.2s ease;\n    }\n\n    .qsd-faq-item[open] summary::after {\n      transform: rotate(45deg);\n    }\n\n    .qsd-faq-item p {\n      margin: 0;\n      padding: 0 18px 18px;\n      color: var(--qsd-muted);\n      font-size: 15.5px;\n      line-height: 1.7;\n    }\n\n    @media (max-width: 900px) {\n      .qsd-inline10-wrap {\n        padding: 32px 22px;\n      }\n\n      .qsd-inline10-image-grid,\n      .qsd-inline10-grid,\n      .qsd-inline10-band,\n      .qsd-pain-list {\n        grid-template-columns: 1fr;\n      }\n\n      .qsd-inline10-image-card,\n      .qsd-inline10-image-card:first-child {\n        min-height: 260px;\n      }\n    }\n\n    @media (max-width: 560px) {\n      .qsd-inline10-seo {\n        margin: 44px auto;\n        padding: 0 14px;\n      }\n\n      .qsd-inline10-wrap {\n        padding: 26px 18px;\n        border-radius: 18px;\n      }\n\n      .qsd-inline10-intro {\n        font-size: 15.5px;\n      }\n\n      .qsd-inline10-card,\n      .qsd-inline10-panel,\n      .qsd-inline10-list,\n      .qsd-inline10-pain {\n        padding: 20px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"qsd-inline10-seo\"\u003e\n\u003cdiv class=\"qsd-inline10-wrap\"\u003e\n\u003cdiv class=\"qsd-inline10-kicker\"\u003e10x10 Inline Booth Systems\u003c\/div\u003e\n\u003ch2\u003e10x10 Inline Trade Show Booths for Standard Exhibit Spaces\u003c\/h2\u003e\n\u003cp class=\"qsd-inline10-intro\"\u003eA 10x10 inline trade show booth is one of the most common exhibit layouts, but limited space does not have to mean limited impact. These booth kits help turn a standard 10x10 footprint into a clear branded space for product displays, visitor conversations, lead capture, brochures, demos, and aisle-facing brand visibility.\u003c\/p\u003e\n\u003cdiv class=\"qsd-inline10-image-grid\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline10-grid\"\u003e\n\u003cdiv class=\"qsd-inline10-card\"\u003e\n\u003cspan class=\"qsd-inline10-number\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eMaximize Small Space\u003c\/h3\u003e\n\u003cp\u003eUse backwalls, counters, shelves, side panels, or media areas to make a standard 10x10 booth feel more organized and complete.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline10-card\"\u003e\n\u003cspan class=\"qsd-inline10-number\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eFace the Aisle Clearly\u003c\/h3\u003e\n\u003cp\u003eInline booths are usually viewed from the front, so strong graphics, clear messaging, and a clean layout are essential.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline10-card\"\u003e\n\u003cspan class=\"qsd-inline10-number\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eSupport Real Booth Work\u003c\/h3\u003e\n\u003cp\u003eCreate space for conversations, samples, brochures, tablets, product demos, and follow-up lead capture without crowding the booth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline10-pain\"\u003e\n\u003ch3\u003eSolving Common 10x10 Booth Challenges\u003c\/h3\u003e\n\u003cp\u003eIn a 10x10 inline booth, every square foot matters. Many exhibitors struggle with looking professional, standing out from neighboring booths, and keeping the space functional at the same time. The right booth kit helps your team create a more intentional setup without moving into a larger exhibit space.\u003c\/p\u003e\n\u003cul class=\"qsd-pain-list\"\u003e\n\u003cli\u003eMake your booth easier to notice from the aisle in a crowded trade show hall.\u003c\/li\u003e\n\u003cli\u003eCreate a clean area for sales conversations, product introductions, and lead capture.\u003c\/li\u003e\n\u003cli\u003eUse counters, shelves, media mounts, or side panels without overfilling the space.\u003c\/li\u003e\n\u003cli\u003eBuild a reusable booth setup that can support multiple events and campaigns.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline10-band\"\u003e\n\u003cdiv class=\"qsd-inline10-panel\"\u003e\n\u003ch3\u003eBuilt for Practical Inline Exhibiting\u003c\/h3\u003e\n\u003cp\u003e10x10 inline booth kits are a strong fit for startups, small businesses, regional sales teams, first-time exhibitors, product launch teams, schools, recruiters, and B2B marketers who need a professional booth presence in a standard exhibit space. The goal is not just to fill the booth, but to make the space easier to understand, easier to approach, and easier to use during the event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline10-list\"\u003e\n\u003ch3\u003eHow to Choose the Right 10x10 Booth\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimple backwall kits\u003c\/strong\u003e are ideal for lightweight branding and first-time trade show setups.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBooths with counters\u003c\/strong\u003e help support brochures, samples, tablets, and visitor check-ins.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBooths with side panels\u003c\/strong\u003e help define your space and reduce visual distractions from nearby exhibitors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTV-ready booths\u003c\/strong\u003e are useful for product videos, software demos, and presentation-led selling.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBacklit or SEG booth kits\u003c\/strong\u003e help create stronger visibility when the exhibit hall is visually competitive.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"qsd-inline10-intro\"\u003eWhether you are preparing for a trade show, conference, recruiting fair, product demo, regional expo, or brand activation, a 10x10 inline booth kit helps your team create a professional exhibit space that is compact, functional, reusable, and ready for visitor engagement.\u003c\/p\u003e\n\u003cdiv class=\"qsd-inline10-faq\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails class=\"qsd-faq-item\"\u003e\n\u003csummary\u003eWhat is a 10x10 inline trade show booth?\u003c\/summary\u003e\n\u003cp\u003eA 10x10 inline booth is a standard exhibit space that is usually placed in a row with neighboring booths on both sides. It is typically open from the front, so the booth layout should focus on strong front-facing branding.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qsd-faq-item\"\u003e\n\u003csummary\u003eWho should choose a 10x10 inline booth?\u003c\/summary\u003e\n\u003cp\u003eIt is a good choice for first-time exhibitors, small teams, startups, schools, recruiters, product launch teams, regional sales teams, and brands that need a professional presence without a large exhibit footprint.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qsd-faq-item\"\u003e\n\u003csummary\u003eWhat should I include in a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eA strong 10x10 booth usually includes a branded backwall, clear headline or logo placement, a counter or table area, brochure or sample storage, and enough open space for visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qsd-faq-item\"\u003e\n\u003csummary\u003eHow can I make a 10x10 booth stand out?\u003c\/summary\u003e\n\u003cp\u003eUse large clean graphics, a clear message, a simple traffic path, and one strong focal point. Backlit displays, TV mounts, side panels, counters, or dimensional booth structures can also help improve visibility.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qsd-faq-item\"\u003e\n\u003csummary\u003eIs a 10x10 booth big enough for product demos?\u003c\/summary\u003e\n\u003cp\u003eYes, but the layout needs to stay focused. Choose a booth kit with a counter, shelf, monitor mount, or compact demo area so visitors can understand the product without making the booth feel crowded.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"qsd-faq-item\"\u003e\n\u003csummary\u003eCan I reuse the booth for future events?\u003c\/summary\u003e\n\u003cp\u003eMany 10x10 inline booth systems use reusable frames and replaceable graphics, allowing your team to update the artwork for new campaigns, products, events, or brand messages.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"tenseflex-10ft-trade-show-display-curved","title":"10x10 TenseFlex™ Curved Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-tf10-curved-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf10-curved-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf10-curved-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf10-curved-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf10-curved-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf10-curved-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf10-curved-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf10-curved-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf10-curved-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf10-curved-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf10-curved-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf10-curved-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf10-curved-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf10-curved-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf10-curved-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf10-curved-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf10-curved-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf10-curved-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf10-curved-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf10-curved-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf10-curved-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf10-curved-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf10-curved-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf10-curved-steps {\n    counter-reset: tf10-curved-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf10-curved-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf10-curved-step:before {\n    counter-increment: tf10-curved-step;\n    content: counter(tf10-curved-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf10-curved-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf10-curved-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf10-curved-spec-table th,\n  .qsd-tf10-curved-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf10-curved-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf10-curved-spec-table tr:last-child th,\n  .qsd-tf10-curved-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf10-curved-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf10-curved-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf10-curved-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf10-curved-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf10-curved-cta h2,\n  .qsd-tf10-curved-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf10-curved-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf10-curved-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf10-curved-hero,\n    .qsd-tf10-curved-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf10-curved-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf10-curved-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf10-curved-grid-2,\n    .qsd-tf10-curved-grid-3,\n    .qsd-tf10-curved-feature-list,\n    .qsd-tf10-curved-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf10-curved-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf10-curved-spec-table,\n    .qsd-tf10-curved-spec-table tbody,\n    .qsd-tf10-curved-spec-table tr,\n    .qsd-tf10-curved-spec-table th,\n    .qsd-tf10-curved-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf10-curved-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf10-curved-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf10-curved-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf10-curved-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf10-curved-detail\"\u003e\n\u003csection class=\"qsd-tf10-curved-hero\"\u003e\n\u003cdiv class=\"qsd-tf10-curved-eyebrow\"\u003e10ft Curved Tension Fabric Display with Hardcase Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf10-curved-title\"\u003e10ft TenseFlex™ Booth-Curved\u003c\/h2\u003e\n\u003cp class=\"qsd-tf10-curved-subtitle\"\u003eCreate a clean 10ft booth setup with a curved tension fabric backdrop and a wheeled hardcase that converts into a branded podium. The curved shape adds depth to your booth while keeping setup simple, portable, and practical for standard 10x10 trade show spaces.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-curved-section\"\u003e\n\u003ch2\u003eA Curved 10ft Booth Backdrop for a More Complete Brand Space\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth-Curved gives your booth a softer, more immersive look than a flat fabric wall.\u003c\/p\u003e\n\u003cp\u003eThe curved backdrop naturally draws attention toward the center of your message and helps your booth feel more complete inside a standard 10x10 space.\u003c\/p\u003e\n\u003cp\u003eUse it as a branded conversation zone, product presentation background, photo-friendly event wall, or portable booth display for trade shows, conferences, retail events, and corporate activations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-curved-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft curved aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × High-resolution seamless tension fabric graphic\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled transport hardcase\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for the hardcase podium\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf10-curved-note\"\u003e\n\u003cp\u003eTables, chairs, flooring, lights, monitors, counters beyond the included hardcase podium, side walls, literature racks, shelving, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-curved-section\"\u003e\n\u003ch2\u003eHardcase That Converts into a Branded Podium\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf10-curved-note\"\u003e\n\u003cp\u003eThe wheeled hardcase protects your display during transport and converts into a branded podium at the event.\u003c\/p\u003e\n\u003cp\u003eUse it for brochures, samples, QR codes, giveaways, lead forms, appointment cards, business cards, product catalogs, or quick visitor conversations.\u003c\/p\u003e\n\u003cp\u003eAfter the event, the display components pack back into the hardcase for storage and repeat use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-curved-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf10-curved-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf10-curved-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth-Curved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e10ft curved tension fabric trade show display with wheeled hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eArtwork \/ Printing Area\u003c\/th\u003e\n\u003ctd\u003ePlease follow the official artwork template before production. The template includes bleed, seam allowance, and fabric stretch for the curved frame.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly wheeled hardcase with custom fabric podium graphic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for brochures, samples, QR codes, giveaways, lead forms, business cards, catalogs, and quick visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard display does not require power. Optional clip-on LED lights require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eIndoor trade shows, 10x10 booth spaces, conferences, product demos, hiring events, retail activations, and dry covered event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutdoor Use Note\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered spaces. Not designed for rain, strong wind, wet ground, moisture, or unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new campaigns, product launches, hiring events, seasonal offers, sponsor updates, or refreshed brand messaging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eThe product page describes wrinkle-free seamless tension fabric. If your event requires washable fabric details, flame-retardant documentation, or material certificates, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-curved-section qsd-tf10-curved-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hardcase convert into a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled transport hardcase can be used as a branded podium at the event, and the kit includes a custom fabric print for the hardcase.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I design based on the product size or the artwork template?\u003c\/summary\u003e\n\u003cp\u003ePlease use the official artwork template for final print files. The template includes bleed, seam allowance, and fabric stretch for the curved frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric washable and flame-retardant?\u003c\/summary\u003e\n\u003cp\u003eThe product page describes premium tension fabric graphics as washable and built for repeated shows. If your event requires flame-retardant documentation or material certificates, please confirm requirements with our team before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this display suitable for a standard 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The 10ft curved backdrop is a strong fit for standard 10x10 booth layouts. We recommend confirming booth rules, height limits, depth, and available floor space with your event organizer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphic later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics and hardcase podium wrap graphics are available, so you can update the display for new events or campaigns without replacing the frame and hardcase.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre tables, lights, or flooring included?\u003c\/summary\u003e\n\u003cp\u003eNo. The standard kit includes the curved frame, fabric graphic, wheeled hardcase, and custom fabric print for the hardcase. Tables, lights, flooring, literature racks, monitors, and extra accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this display outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis display is best used indoors or in dry, covered event spaces. It is not designed for rain, strong wind, wet ground, moisture, or unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add LED lights?\u003c\/summary\u003e\n\u003cp\u003eYes, clip-on LED lights may be added or quoted separately if you need better visibility in dim halls. Please confirm power access and cable rules with your venue before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-curved-cta\"\u003e\n\u003ch2\u003eNeed a Curved Booth Backdrop That Looks Clean from Every Angle?\u003c\/h2\u003e\n\u003cp\u003eSend us your logo, event date, brand colors, and booth message. Our team can help prepare a polished curved display layout before production. Share your booth size, delivery address, artwork status, and event deadline so we can help confirm layout fit, artwork setup, and delivery planning.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45341445161118,"sku":"10W-CURVED","price":629.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth_Curved_main.jpg?v=1783319597"},{"product_id":"tenseflex-media-10ft-trade-show-displays-a","title":"Staggered Media Wall Kit | 10ft TenseFlex TV Backwall","description":"\u003cstyle\u003e\n  .qsd-media-a-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-media-a-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-media-a-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-a-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-media-a-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-media-a-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-media-a-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-media-a-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-media-a-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-media-a-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-a-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-media-a-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-media-a-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-media-a-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-media-a-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-media-a-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-media-a-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-media-a-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-media-a-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-media-a-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-media-a-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-a-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-a-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-a-steps {\n    counter-reset: media-a-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-media-a-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-media-a-step:before {\n    counter-increment: media-a-step;\n    content: counter(media-a-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-media-a-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-media-a-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-media-a-spec-table th,\n  .qsd-media-a-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-media-a-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-media-a-spec-table tr:last-child th,\n  .qsd-media-a-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-media-a-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-media-a-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-media-a-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-media-a-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-media-a-cta h2,\n  .qsd-media-a-cta p {\n    color: #fff;\n  }\n\n  .qsd-media-a-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-media-a-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-media-a-hero,\n    .qsd-media-a-cta {\n      padding: 24px;\n    }\n\n    .qsd-media-a-title {\n      font-size: 28px;\n    }\n\n    .qsd-media-a-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-media-a-grid-2,\n    .qsd-media-a-grid-3,\n    .qsd-media-a-feature-list,\n    .qsd-media-a-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-media-a-use-list {\n      columns: 1;\n    }\n\n    .qsd-media-a-spec-table,\n    .qsd-media-a-spec-table tbody,\n    .qsd-media-a-spec-table tr,\n    .qsd-media-a-spec-table th,\n    .qsd-media-a-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-media-a-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-media-a-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-media-a-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-media-a-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-media-a-detail\"\u003e\n\u003csection class=\"qsd-media-a-hero\"\u003e\n\u003cdiv class=\"qsd-media-a-eyebrow\"\u003eTwo-Panel TenseFlex Media Booth with TV Mount, Shelf, and Printed Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-media-a-title\"\u003eModular 10x10 TenseFlex Media Trade Show Booth A\u003c\/h2\u003e\n\u003cp class=\"qsd-media-a-subtitle\"\u003eGive your 10x10 booth a cleaner presentation setup with two custom fabric panels, a built-in TV mount, a display shelf for light samples or printed materials, and a hardcase podium with custom print included as a standard component. It is made for teams that need to explain, demo, and connect with visitors.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-a-section\"\u003e\n\u003ch2\u003eA Clean Two-Panel Media Booth for Presentations and Product Demos\u003c\/h2\u003e\n\u003cp\u003eThe Modular 10x10 TenseFlex Media Trade Show Booth A gives your booth more function than a basic printed backwall. It combines two fabric display panels, a TV\/monitor mount, a light-duty MDF shelf, and a printed hardcase podium for front-of-booth interaction.\u003c\/p\u003e\n\u003cp\u003eUse one panel as your main brand wall and the second panel as a supporting information area. This setup helps separate your headline, product details, QR codes, service highlights, and motion content without making the booth look crowded.\u003c\/p\u003e\n\u003cp\u003eThe included printed hardcase podium gives your team a practical counter for brochures, QR scans, appointment cards, lead forms, business cards, samples, or quick visitor conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-a-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 5' × 7.5' aluminum snap-tube display frame\u003c\/li\u003e\n\u003cli\u003e1 × 5' × 10' aluminum snap-tube display frame\u003c\/li\u003e\n\u003cli\u003e2 × Custom seamless fabric graphics\u003c\/li\u003e\n\u003cli\u003e1 × TV\/monitor mount for compatible 24\"–32\" screens, supports up to 52 lbs\u003c\/li\u003e\n\u003cli\u003e1 × MDF display shelf with aluminum bracket, supports up to 15 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase podium with custom print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-media-a-note\"\u003e\n\u003cp\u003eMonitor, TV, media player, HDMI cable, power cords, product samples, flooring, chairs, tables, literature racks, LED lights, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-a-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-media-a-table-wrap\"\u003e\n\u003ctable class=\"qsd-media-a-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 TenseFlex Media Trade Show Booth A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Layout\u003c\/th\u003e\n\u003ctd\u003eTwo-panel media booth with TV\/monitor mount, MDF display shelf, and printed hardcase podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Size\u003c\/th\u003e\n\u003ctd\u003e5' × 7.5' panel and 5' × 10' panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eArtwork \/ Printing Area\u003c\/th\u003e\n\u003ctd\u003ePlease follow the official artwork template before production. Artwork templates may include bleed, finishing allowance, and fabric stretch allowance.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eLightweight anodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless zippered tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV \/ Monitor Mount\u003c\/th\u003e\n\u003ctd\u003eCompatible with 24\"–32\" monitors; supports up to 52 lbs. Monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShelf\u003c\/th\u003e\n\u003ctd\u003eMDF display shelf with aluminum bracket; supports lightweight items up to 15 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport \/ Podium\u003c\/th\u003e\n\u003ctd\u003eHardcase podium with custom print included as a standard component\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for brochures, QR codes, samples, catalogs, sign-ups, appointment cards, lead forms, business cards, giveaways, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight Note\u003c\/th\u003e\n\u003ctd\u003eProduct page lists approx. 36.4 lbs for nylon bag configuration. If your order includes the hardcase podium as standard, confirm final packed weight before show-site or advance warehouse delivery.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Upgrade\u003c\/th\u003e\n\u003ctd\u003eLED lights for additional visibility in indoor event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe fabric display itself does not require power. Your TV\/monitor and optional LED lights require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eIndoor and dry covered event spaces such as trade shows, demos, hiring events, hotel conferences, and regional sales activities\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new events, campaigns, product launches, recruiting messages, seasonal promotions, or podium graphic refreshes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires washable fabric details, flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-a-section qsd-media-a-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the monitor included?\u003c\/summary\u003e\n\u003cp\u003eNo. This kit includes the TV\/monitor mount only. Please use a compatible 24\"–32\" monitor weighing no more than 52 lbs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I place on the display shelf?\u003c\/summary\u003e\n\u003cp\u003eThe MDF shelf supports up to 15 lbs and is best for lightweight items such as brochures, QR code cards, small samples, tablets, catalogs, or giveaways.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the hardcase podium included?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase podium with custom print is included as a standard component in this version. It can protect booth hardware during transport and convert into a branded front counter on-site.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eShould I design based on the product size or the artwork template?\u003c\/summary\u003e\n\u003cp\u003ePlease use the official artwork template for final print files. It may include bleed, finishing allowance, and fabric allowance, so the design area can differ from the assembled display size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat type of fabric is used?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists wrinkle-free seamless zippered tension fabric. If your event requires washable fabric details, flame-retardant documentation, or material certificates, please confirm requirements with our team before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order new graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics and podium wrap graphics are available, so you can update the booth for new events, campaigns, product launches, or recruiting messages without replacing the frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add LED lights?\u003c\/summary\u003e\n\u003cp\u003eYes. LED lights are available as an optional upgrade if your booth needs extra visibility in dim indoor event spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This media booth is designed for many 10x10 booth layouts, but always confirm your show rules, height limits, booth depth, aisle clearance, podium placement, and available floor space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, dock instructions, and material handling requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat files should I upload?\u003c\/summary\u003e\n\u003cp\u003eUse the official artwork template. Print-ready AI, PDF, PSD, EPS, TIFF, JPG, or high-resolution PDF files are recommended. Keep important text and logos inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-a-cta\"\u003e\n\u003ch2\u003eNeed a Booth That Can Present and Display at the Same Time?\u003c\/h2\u003e\n\u003cp\u003eSend us your logo, event date, monitor plan, key message, delivery address, and any booth rules you already have. We can help prepare a clean two-panel booth layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318019842206,"sku":"10WM-B2B3","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/1010-WD-02-.4385.png?v=1746525662"},{"product_id":"tenseflex-media-10ft-trade-show-displays-b","title":"10x10 Media-Ready™ Modular Trade Show Booth Display B","description":"\u003cstyle\u003e\n  .qsd-media-b-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-media-b-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-media-b-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-b-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-media-b-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-media-b-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-media-b-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-media-b-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-media-b-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-media-b-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-b-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-media-b-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-media-b-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-media-b-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-media-b-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-media-b-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-media-b-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-media-b-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-media-b-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-media-b-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-media-b-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-b-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-b-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-b-steps {\n    counter-reset: media-b-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-media-b-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-media-b-step:before {\n    counter-increment: media-b-step;\n    content: counter(media-b-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-media-b-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-media-b-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-media-b-spec-table th,\n  .qsd-media-b-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-media-b-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-media-b-spec-table tr:last-child th,\n  .qsd-media-b-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-media-b-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-media-b-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-media-b-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-media-b-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-media-b-cta h2,\n  .qsd-media-b-cta p {\n    color: #fff;\n  }\n\n  .qsd-media-b-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-media-b-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-media-b-hero,\n    .qsd-media-b-cta {\n      padding: 24px;\n    }\n\n    .qsd-media-b-title {\n      font-size: 28px;\n    }\n\n    .qsd-media-b-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-media-b-grid-2,\n    .qsd-media-b-grid-3,\n    .qsd-media-b-feature-list,\n    .qsd-media-b-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-media-b-use-list {\n      columns: 1;\n    }\n\n    .qsd-media-b-spec-table,\n    .qsd-media-b-spec-table tbody,\n    .qsd-media-b-spec-table tr,\n    .qsd-media-b-spec-table th,\n    .qsd-media-b-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-media-b-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-media-b-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-media-b-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-media-b-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-media-b-detail\"\u003e\n\u003csection class=\"qsd-media-b-hero\"\u003e\n\u003cdiv class=\"qsd-media-b-eyebrow\"\u003eTwo-Panel TenseFlex Media Booth with TV Mount, Shelf, and Printed Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-media-b-title\"\u003eModular 10x10 TenseFlex Media Trade Show Booth B\u003c\/h2\u003e\n\u003cp class=\"qsd-media-b-subtitle\"\u003eCreate a compact 10x10 media booth with two custom-shaped tension fabric panels, an integrated TV mount, a display shelf, and a hardcase podium with custom print included as a standard component. Use it to show videos, present products, support QR lead capture, and keep key materials within easy reach.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\n\u003ch2\u003eA Two-Panel Media Booth Built for Videos, Products, and Conversations\u003c\/h2\u003e\n\u003cp\u003eThe Modular 10x10 TenseFlex Media Trade Show Booth B gives your booth more function than a standard fabric backwall. It combines two custom-shaped tension fabric panels with a TV\/monitor mount, a light-duty MDF display shelf, and a printed hardcase podium for front-of-booth interaction.\u003c\/p\u003e\n\u003cp\u003eUse one panel for your main brand message and the other for product details, service highlights, QR codes, event offers, or supporting visuals. The two-panel layout helps separate information without making the booth feel crowded.\u003c\/p\u003e\n\u003cp\u003eThe TV mount supports demo content, while the shelf and podium give your team practical places for lightweight samples, brochures, catalogs, QR cards, giveaways, or visitor sign-up materials.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 5' × 7.5' flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × 5' × 7.5' flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e2 × High-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × TV\/monitor mount compatible with 24\"–32\" TVs and up to 52 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Aluminum bracket with MDF display panel, supports up to 15 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase podium with custom print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-media-b-note\"\u003e\n\u003cp\u003eTV\/monitor, media player, HDMI cable, power cords, product samples, flooring, chairs, tables, literature racks, LED lights, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-media-b-table-wrap\"\u003e\n\u003ctable class=\"qsd-media-b-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 TenseFlex Media Trade Show Booth B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eTwo-panel 10x10 media booth with TV\/monitor mount, MDF display shelf, and printed hardcase podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Size\u003c\/th\u003e\n\u003ctd\u003e5' × 7.5' left panel and 5' × 7.5' right panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eArtwork \/ Printing Area\u003c\/th\u003e\n\u003ctd\u003ePlease follow the official artwork template before production. Artwork templates may include bleed, finishing allowance, and fabric stretch allowance.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless zippered tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV \/ Monitor Mount\u003c\/th\u003e\n\u003ctd\u003eCompatible with 24\"–32\" TVs; supports up to 52 lbs. TV is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShelf\u003c\/th\u003e\n\u003ctd\u003eAluminum bracket with MDF display panel; supports lightweight items up to 15 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport \/ Podium\u003c\/th\u003e\n\u003ctd\u003eHardcase podium with custom print included as a standard component\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for brochures, QR codes, samples, sign-ups, appointment cards, lead forms, business cards, giveaways, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight Note\u003c\/th\u003e\n\u003ctd\u003eProduct page lists approx. 35 lbs for nylon bag configuration. If your order includes the hardcase podium as standard, confirm final packed weight before show-site or advance warehouse delivery.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Upgrade\u003c\/th\u003e\n\u003ctd\u003eLED lights for additional graphic visibility in indoor event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe fabric display itself does not require power. Your TV\/monitor and optional LED lights require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid wind, rain, moisture, wet floors, uneven ground, unstable shelf loading, and unsupervised setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new campaigns, product launches, hiring events, seasonal messages, sponsor updates, or podium graphic refreshes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-media-b-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo-Panel Media Layout\u003c\/strong\u003e Separates your main brand message, product details, screen content, and booth actions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24\"–32\" TV Mount\u003c\/strong\u003e Integrated monitor mount supports compatible screens up to 52 lbs for videos and demos.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e15 lb MDF Shelf\u003c\/strong\u003e Light-duty shelf supports samples, brochures, catalogs, QR cards, tablets, and small demo items.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrinted Podium Included\u003c\/strong\u003e Hardcase podium with custom print is included as a standard component for transport and on-site branding.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePractical Demo Setup\u003c\/strong\u003e Great for SaaS demos, tech expos, healthcare events, franchise shows, recruiting fairs, and product demo days.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptional LED Lights\u003c\/strong\u003e Add LED lights when your booth needs more visibility in dim indoor event halls.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRefreshable Graphics\u003c\/strong\u003e Replace panel graphics or podium wrap for new campaigns without replacing the full frame system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFast Production Timeline\u003c\/strong\u003e Product page lists 6 business days for production and shipping after artwork approval.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-section qsd-media-b-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV or monitor included?\u003c\/summary\u003e\n\u003cp\u003eNo. The kit includes a TV\/monitor mount, but the screen itself is not included. The mount is compatible with 24\"–32\" TVs and supports up to 52 lbs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the display shelf hold?\u003c\/summary\u003e\n\u003cp\u003eThe MDF display shelf supports up to 15 lbs. It is best for lightweight samples, brochures, QR cards, tablets, catalogs, and small demo items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the hardcase podium included?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase podium with custom print is included as a standard component in this version. It can protect booth hardware during transport and convert into a branded front counter on-site.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is the artwork template size different from the product size?\u003c\/summary\u003e\n\u003cp\u003eArtwork templates may include bleed, finishing, fabric stretch, and production allowance. Please follow the official template for print files, and contact us if your design requires precise alignment across panels.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric washable and flame-retardant?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists wrinkle-free seamless zippered tension fabric. If your event requires washable fabric details, flame-retardant documentation, or material certificates, please confirm requirements with our team before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics and podium wrap graphics are available, so you can refresh the booth for new campaigns, product launches, hiring events, or seasonal messages without replacing the frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add LED lights?\u003c\/summary\u003e\n\u003cp\u003eYes. LED lights are available as an optional upgrade if your booth needs extra visibility in dim indoor event spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This media booth is designed for many 10x10 booth layouts, but always confirm your show rules, height limits, booth depth, aisle clearance, podium placement, and available floor space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, dock instructions, and material handling requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat files should I upload?\u003c\/summary\u003e\n\u003cp\u003eUse the official artwork template. Print-ready AI, PDF, PSD, EPS, TIFF, JPG, or high-resolution PDF files are recommended. Keep important text and logos inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-b-cta\"\u003e\n\u003ch2\u003ePlanning a Booth That Needs to Show More Than a Logo?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, monitor plan, key message, delivery address, and any booth rules you already have. Our team can help prepare a clean two-panel media booth layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318021775518,"sku":"10WM-B2B5","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_media_ready_modular_trade_show_booth_display_b_main.jpg?v=1784195376"},{"product_id":"tenseflex-media-10ft-trade-show-displays-c","title":"Tiered Media Booth Wall | High-Low TenseFlex Display","description":"\u003cstyle\u003e\n  .qsd-media-c-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-media-c-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-media-c-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-c-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-media-c-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-media-c-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-media-c-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-media-c-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-media-c-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-media-c-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-c-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-media-c-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-media-c-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-media-c-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-media-c-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-media-c-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-media-c-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-media-c-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-media-c-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-media-c-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-media-c-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-c-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-c-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-c-steps {\n    counter-reset: media-c-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-media-c-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-media-c-step:before {\n    counter-increment: media-c-step;\n    content: counter(media-c-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-media-c-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-media-c-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-media-c-spec-table th,\n  .qsd-media-c-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-media-c-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-media-c-spec-table tr:last-child th,\n  .qsd-media-c-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-media-c-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-media-c-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-media-c-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-media-c-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-media-c-cta h2,\n  .qsd-media-c-cta p {\n    color: #fff;\n  }\n\n  .qsd-media-c-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-media-c-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-media-c-hero,\n    .qsd-media-c-cta {\n      padding: 24px;\n    }\n\n    .qsd-media-c-title {\n      font-size: 28px;\n    }\n\n    .qsd-media-c-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-media-c-grid-2,\n    .qsd-media-c-grid-3,\n    .qsd-media-c-feature-list,\n    .qsd-media-c-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-media-c-use-list {\n      columns: 1;\n    }\n\n    .qsd-media-c-spec-table,\n    .qsd-media-c-spec-table tbody,\n    .qsd-media-c-spec-table tr,\n    .qsd-media-c-spec-table th,\n    .qsd-media-c-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-media-c-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-media-c-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-media-c-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-media-c-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-media-c-detail\"\u003e\n\u003csection class=\"qsd-media-c-hero\"\u003e\n\u003cdiv class=\"qsd-media-c-eyebrow\"\u003eStepped 10x10 Media Booth with TV Mount, Shelf, and Printed Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-media-c-title\"\u003eModular 10x10 TenseFlex Media Trade Show Booth C\u003c\/h2\u003e\n\u003cp class=\"qsd-media-c-subtitle\"\u003eCreate a more useful 10x10 booth with a stepped two-panel TenseFlex™ media display, TV\/monitor mount, light-duty product shelf, and a hardcase podium with custom print included as a standard component. This portable trade show booth is made for product videos, SaaS demos, light sample displays, QR lead capture, recruiting events, and B2B sales conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-c-section\"\u003e\n\u003ch2\u003eA Stepped 10x10 Media Booth for Videos, Samples, and Sales Conversations\u003c\/h2\u003e\n\u003cp\u003eThis TenseFlex™ Media Display Kit C uses a taller narrow left panel and a wider lower right panel to create a stepped two-zone booth layout.\u003c\/p\u003e\n\u003cp\u003eWith a TV\/monitor mount, a light-duty shelf, and a printed hardcase podium, it gives your 10x10 space more than a printed background. It becomes a compact demo station for videos, product stories, lightweight samples, QR scans, visitor conversations, and lead capture.\u003c\/p\u003e\n\u003cp\u003eUse the screen for motion content, the shelf for lightweight samples, the fabric panels for your brand story, and the podium for brochures, QR codes, appointment prompts, and quick sales conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-c-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-c-section\"\u003e\n\u003ch2\u003eWhat This Kit Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 40.8\" W × 99.6\" H flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × 80.4\" W × 90\" H flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e2 × High-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × TV\/monitor mount for 24\"–32\" screens, supports up to 52 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Shelf with MDF panel, supports up to 15 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase podium with custom print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-media-c-note\"\u003e\n\u003cp\u003eTV\/monitor, product samples, tablets, media players, power cords, flooring, chairs, tables, literature racks, LED lights, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-c-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-media-c-table-wrap\"\u003e\n\u003ctable class=\"qsd-media-c-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 TenseFlex Media Trade Show Booth C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eStepped two-panel 10x10 media booth with TV\/monitor mount, light-duty shelf, and printed hardcase podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLeft Panel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 40.8\" W × 99.6\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRight Panel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 80.4\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLeft Panel Artwork Area\u003c\/th\u003e\n\u003ctd\u003eApprox. 40.5\" W × 99.7\" H. Use the official template for final file setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRight Panel Artwork Area\u003c\/th\u003e\n\u003ctd\u003eApprox. 79.9\" W × 90.1\" H. Use the official template for final file setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless zippered tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV \/ Monitor Mount\u003c\/th\u003e\n\u003ctd\u003eCompatible with 24\"–32\" TVs; supports up to 52 lbs. TV is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShelf\u003c\/th\u003e\n\u003ctd\u003eAluminum bracket with MDF panel; supports lightweight items up to 15 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport \/ Podium\u003c\/th\u003e\n\u003ctd\u003eHardcase podium with custom print included as a standard component\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for brochures, QR codes, samples, sign-ups, appointment cards, lead forms, business cards, giveaways, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight Note\u003c\/th\u003e\n\u003ctd\u003eProduct page lists approx. 35 lbs for nylon bag configuration. If your order includes the hardcase podium as standard, confirm final packed weight before show-site or advance warehouse delivery.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Upgrade\u003c\/th\u003e\n\u003ctd\u003eLED lights for additional visibility in indoor event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard fabric display does not require power. Your TV and optional LED lights require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor trade shows, conferences, hiring fairs, hotel ballroom events, product demos, and controlled event environments.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future campaigns, product launches, recruiting seasons, sponsor programs, annual trade shows, or podium graphic refreshes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-c-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-c-section qsd-media-c-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size are the display panels?\u003c\/summary\u003e\n\u003cp\u003eThe left panel is approximately 40.8\" W × 99.6\" H. The right panel is approximately 80.4\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the artwork sizes?\u003c\/summary\u003e\n\u003cp\u003eThe left panel printing area is approximately 40.5\" W × 99.7\" H. The right panel printing area is approximately 79.9\" W × 90.1\" H. Please use the official template for final artwork setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The kit includes a TV\/monitor mount, but the TV is not included unless quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat TV size does it support?\u003c\/summary\u003e\n\u003cp\u003eThe TV\/monitor mount is compatible with 24\"–32\" TVs and supports up to 52 lbs. Please confirm screen size, weight, VESA pattern, and mounting compatibility before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the shelf hold?\u003c\/summary\u003e\n\u003cp\u003eThe shelf supports up to 15 lbs and is best for lightweight samples, brochures, tablets, QR signs, or small display items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the hardcase podium included?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase podium with custom print is included as a standard component in this version. It can be used for transport protection and as a branded front counter on-site.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This media booth is designed for many 10x10 booth layouts, but always confirm your show rules, height limits, booth depth, aisle clearance, podium placement, and available floor space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add lights?\u003c\/summary\u003e\n\u003cp\u003eYes. Two LED lights are available as optional upgrades.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics and podium wrap graphics can be ordered for future campaigns, product launches, recruiting seasons, or sponsor events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, dock instructions, and material handling requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat files should I upload?\u003c\/summary\u003e\n\u003cp\u003eUse the official artwork template. Print-ready AI, PDF, PSD, EPS, TIFF, JPG, or high-resolution PDF files are recommended. Keep important text and logos inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-c-cta\"\u003e\n\u003ch2\u003eReady to Build a More Useful 10x10 Media Booth?\u003c\/h2\u003e\n\u003cp\u003eUpload your logo, product visuals, or campaign message, and our team can help prepare the two panel graphics before production. Need it for a specific event? Share your booth size, TV size, shelf display needs, event deadline, and delivery address so we can help confirm the best production and shipping plan.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318022201502,"sku":"10WM-A3C1","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/Modular_10x10_TenseFlex_Media_Trade_Show_Displays_C_1..png?v=1757662449"},{"product_id":"tenseflex-media-10ft-trade-show-displays-d","title":"10x10 Media-Ready™ Modular Trade Show Booth Display D","description":"\u003cstyle\u003e\n  .qsd-media-d-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-media-d-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-media-d-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-d-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-media-d-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-media-d-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-media-d-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-media-d-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-media-d-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-media-d-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-d-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-media-d-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-media-d-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-media-d-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-media-d-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-media-d-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-media-d-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-media-d-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-media-d-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-media-d-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-media-d-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-d-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-d-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-d-steps {\n    counter-reset: media-d-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-media-d-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-media-d-step:before {\n    counter-increment: media-d-step;\n    content: counter(media-d-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-media-d-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-media-d-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-media-d-spec-table th,\n  .qsd-media-d-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-media-d-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-media-d-spec-table tr:last-child th,\n  .qsd-media-d-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-media-d-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-media-d-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-media-d-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-media-d-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-media-d-cta h2,\n  .qsd-media-d-cta p {\n    color: #fff;\n  }\n\n  .qsd-media-d-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-media-d-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-media-d-hero,\n    .qsd-media-d-cta {\n      padding: 24px;\n    }\n\n    .qsd-media-d-title {\n      font-size: 28px;\n    }\n\n    .qsd-media-d-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-media-d-grid-2,\n    .qsd-media-d-grid-3,\n    .qsd-media-d-feature-list,\n    .qsd-media-d-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-media-d-use-list {\n      columns: 1;\n    }\n\n    .qsd-media-d-spec-table,\n    .qsd-media-d-spec-table tbody,\n    .qsd-media-d-spec-table tr,\n    .qsd-media-d-spec-table th,\n    .qsd-media-d-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-media-d-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-media-d-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-media-d-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-media-d-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-media-d-detail\"\u003e\n\u003csection class=\"qsd-media-d-hero\"\u003e\n\u003cdiv class=\"qsd-media-d-eyebrow\"\u003eScreen-Ready 10x10 Tension Fabric Media Booth\u003c\/div\u003e\n\u003ch2 class=\"qsd-media-d-title\"\u003eTenseFlex™ Media Booth D\u003c\/h2\u003e\n\u003cp class=\"qsd-media-d-subtitle\"\u003eCreate a screen-ready 10x10 trade show booth with two custom tension fabric panels, a 24\"–32\" TV\/monitor mount, a compact MDF display panel, and a hard shipping case with custom print. This TenseFlex™ Media Booth D is built for demos, presentations, recruiting, software walkthroughs, healthcare education, product storytelling, and B2B sales conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section\"\u003e\n\u003ch2\u003eA 10x10 Media Booth Built for Demos, Not Just Branding\u003c\/h2\u003e\n\u003cp\u003eThis TenseFlex™ Media Booth D is designed for teams that need a screen-ready 10x10 display, not just a printed backdrop.\u003c\/p\u003e\n\u003cp\u003eIt combines a wide branded fabric panel, a narrower angled media panel, a TV\/monitor mount, a small display shelf area, and a hard shipping case with custom print, creating a booth layout for product videos, live demos, samples, brochures, QR scans, and quick buyer conversations.\u003c\/p\u003e\n\u003cp\u003eUse it when your booth needs to explain what you do quickly, support a screen-based demo, and still leave space for visitors to stop, watch, scan, and talk with your team.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-media-d-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eScreen-Ready Media Booth\u003c\/strong\u003e Includes a TV\/monitor mount for 24\"–32\" screens, making the booth useful for demos, videos, app walkthroughs, and presentations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo-Panel Visual Layout\u003c\/strong\u003e The 72\" × 96\" wide panel anchors the brand, while the 36\" × 84\" angled panel supports media messaging and visitor flow.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMonitor Mount Supports up to 52 lbs\u003c\/strong\u003e Built for compatible 24\"–32\" screens. TV or monitor is not included and must be checked before the event.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMDF Display Panel Supports up to 15 lbs\u003c\/strong\u003e Use it for lightweight samples, brochures, QR signs, small product cards, tablets with support stands, or giveaways.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHard Shipping Case with Custom Print Included\u003c\/strong\u003e Protects booth components during transport and can work as a branded front counter during the show.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNon-Backlit Fabric Media Display\u003c\/strong\u003e Ideal when your main focus is screen-based storytelling, not a fully illuminated lightbox wall.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Graphics Available\u003c\/strong\u003e Refresh the booth for new campaigns, recruiting seasons, sponsor messages, product modules, or sales roadshows.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Design Help Included\u003c\/strong\u003e Send your logo, screen plan, booth message, and brand assets so our team can help prepare a proof before production.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-media-d-table-wrap\"\u003e\n\u003ctable class=\"qsd-media-d-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 TenseFlex Media Trade Show Booth D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eTwo-panel non-backlit tension fabric media booth with TV\/monitor mount, MDF display panel, and custom printed hard shipping case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLeft Display Panel\u003c\/th\u003e\n\u003ctd\u003e78.7\" W × 99.4\" H finished display size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRight Display Panel\u003c\/th\u003e\n\u003ctd\u003e39.4\" W × 89.8\"\/ 99.4\" H finished display size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size Reference\u003c\/th\u003e\n\u003ctd\u003eApprox. 6.6' × 8.3' left panel and 3.3' × 7.5' \/ 8.3' right panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eArtwork Template Areas\u003c\/th\u003e\n\u003ctd\u003eLeft panel: 79.9\" W × 99.7\" H\u003cbr data-end=\"1835\" data-start=\"1832\"\u003eRight panel: 40.5\" W × 90.1\" \/ 99.7\" H, depending on the selected frame height. Always design from the official template.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless zippered tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV \/ Monitor Mount\u003c\/th\u003e\n\u003ctd\u003eCompatible with 24\"–32\" TVs or monitors; supports up to 52 lbs. TV or monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMDF Display Panel\u003c\/th\u003e\n\u003ctd\u003eAluminum bracket with MDF panel; supports up to 15 lbs for lightweight samples, brochures, QR signs, or small display items\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHard Shipping Case\u003c\/th\u003e\n\u003ctd\u003eHard shipping case with custom print included in the updated standard kit; can help with transport and front-of-booth branding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Lighting\u003c\/th\u003e\n\u003ctd\u003eOptional LED lights may be added for top lighting. This is not a backlit SEG lightbox booth.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eSaaS demos, healthcare education, medical device presentations, recruiting events, financial seminars, franchise expos, real estate showcases, nonprofit presentations, and B2B sales conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new campaigns, demos, recruiting seasons, sponsor messages, product modules, or sales roadshows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 78.7\" W × 99.4\" H flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × 39.4\" W × 89.8\" \/ 99.4\" H flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e2 × Custom high-resolution tension fabric graphics\u003c\/li\u003e\n\u003cli\u003e1 × TV\/monitor mount compatible with 24\"–32\" TVs and supports up to 52 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Aluminum bracket with MDF panel, supports up to 15 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Hard shipping case with custom print\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-media-d-note\"\u003e\n\u003cp\u003eTV or monitor is not included. Optional LED lights are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-section qsd-media-d-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes this booth different from a standard 10ft fabric backdrop?\u003c\/summary\u003e\n\u003cp\u003eThis booth includes two custom fabric display panels, a TV\/monitor mount, a compact MDF display panel, and a custom printed hard shipping case, making it better for video demos, presentations, QR scans, brochures, and lightweight samples.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size are the display panels?\u003c\/summary\u003e\n\u003cp\u003eThe left panel is 72\" W × 96\" H, and the right panel is 36\" W × 84\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the artwork template sizes?\u003c\/summary\u003e\n\u003cp\u003eThe artwork template lists printing areas of 79.9\" W × 99.7\" H and 40.5\" W × 99.7\" H. Always design from the provided template instead of using the finished display size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat TV size does the mount support?\u003c\/summary\u003e\n\u003cp\u003eThe mount is compatible with 24\"–32\" TVs or monitors and supports up to 52 lbs. The TV or monitor is not included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use a larger screen?\u003c\/summary\u003e\n\u003cp\u003eWe do not recommend using a screen outside the listed 24\"–32\" compatibility range or above the 52 lb weight limit.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the MDF panel hold?\u003c\/summary\u003e\n\u003cp\u003eThe MDF panel supports up to 15 lbs and is best for lightweight samples, brochures, QR code signs, small packaged products, or small display items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth backlit?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a non-backlit tension fabric media booth. Optional LED lights may be added for top lighting, but it is not a full lightbox display.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require power?\u003c\/summary\u003e\n\u003cp\u003eThe fabric booth itself does not require power, but your TV or monitor will. If using a screen or optional lights, confirm outlet access and cable routing with your venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the hardcase included?\u003c\/summary\u003e\n\u003cp\u003eYes. In this updated product configuration, the hard shipping case with custom print is included as part of the standard kit.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a standard 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed as a compact media-focused solution for many 10x10 booth layouts. Always confirm your show rules, booth height limits, aisle clearance, power access, and available space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics can help refresh the booth for new campaigns, demos, recruiting seasons, sponsor messages, product modules, or sales roadshows.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-d-cta\"\u003e\n\u003ch2\u003ePlanning a Screen-Based Booth Demo?\u003c\/h2\u003e\n\u003cp\u003eSend us your logo, event date, booth size, planned screen size, screen weight, artwork status, and the type of content you want to show. Our team can help review the graphic layout, monitor area, optional LED lights, and included hardcase setup before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318022529182,"sku":"10WM-C2A5","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_media_ready_modular_trade_show_booth_display_d_main.jpg?v=1784274256"},{"product_id":"tenseflex-media-10ft-trade-show-display-kit-e","title":"10x10 Media-Ready™ Modular Trade Show Booth Display E","description":"\u003cstyle\u003e\n  .qsd-media-e-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-media-e-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-media-e-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-e-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-media-e-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-media-e-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-media-e-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-media-e-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-media-e-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-media-e-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-e-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-media-e-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-media-e-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-media-e-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-media-e-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-media-e-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-media-e-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-media-e-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-media-e-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-media-e-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-media-e-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-e-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-e-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-e-steps {\n    counter-reset: media-e-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-media-e-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-media-e-step:before {\n    counter-increment: media-e-step;\n    content: counter(media-e-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-media-e-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-media-e-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-media-e-spec-table th,\n  .qsd-media-e-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-media-e-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-media-e-spec-table tr:last-child th,\n  .qsd-media-e-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-media-e-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-media-e-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-media-e-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-media-e-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-media-e-cta h2,\n  .qsd-media-e-cta p {\n    color: #fff;\n  }\n\n  .qsd-media-e-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-media-e-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-media-e-hero,\n    .qsd-media-e-cta {\n      padding: 24px;\n    }\n\n    .qsd-media-e-title {\n      font-size: 28px;\n    }\n\n    .qsd-media-e-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-media-e-grid-2,\n    .qsd-media-e-grid-3,\n    .qsd-media-e-feature-list,\n    .qsd-media-e-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-media-e-use-list {\n      columns: 1;\n    }\n\n    .qsd-media-e-spec-table,\n    .qsd-media-e-spec-table tbody,\n    .qsd-media-e-spec-table tr,\n    .qsd-media-e-spec-table th,\n    .qsd-media-e-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-media-e-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-media-e-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-media-e-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-media-e-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-media-e-detail\"\u003e\n\u003csection class=\"qsd-media-e-hero\"\u003e\n\u003cdiv class=\"qsd-media-e-eyebrow\"\u003eAsymmetric 10x10 Media Booth with TV Mount, Shelf, and Printed Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-media-e-title\"\u003eModular 10x10 TenseFlex Media Trade Show Booth E\u003c\/h2\u003e\n\u003cp class=\"qsd-media-e-subtitle\"\u003eCreate a compact 10x10 media booth with an asymmetric TenseFlex™ layout, 24\"–32\" TV mount, lightweight MDF display panel, and a hardcase podium with custom print included as a standard component. Booth E is ideal for video demos, product messaging, small samples, recruiting fairs, franchise expos, SaaS presentations, healthcare events, and brands that want a modern media-ready booth without a heavy exhibit build.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\n\u003ch2\u003eA 10x10 Media Booth Built Around Screen, Shape, and Product Display\u003c\/h2\u003e\n\u003cp\u003eThe Modular 10x10 TenseFlex Media Trade Show Booth E combines a narrow straight-top display, a wider angled-top display, a TV\/monitor mount, a lightweight MDF display panel, and a printed hardcase podium into one compact 10x10 booth layout.\u003c\/p\u003e\n\u003cp\u003eIt is designed for exhibitors who need more than a flat backdrop: video demos, product messaging, small sample display, a front-of-booth branded counter, and a modern asymmetric booth look in one portable setup.\u003c\/p\u003e\n\u003cp\u003eUse the screen for videos or demos, the MDF panel for lightweight samples, the printed panels for brand storytelling, and the podium for QR scans, brochures, samples, lead forms, or visitor conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 39\" straight-top aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × 79\" angled-top aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e2 × High-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × TV\/monitor mount for 24\"–32\" TVs, supports up to 52 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Aluminum bracket with MDF panel, supports up to 15 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase podium with custom print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-media-e-note\"\u003e\n\u003cp\u003eTVs, monitors, power cords, media players, product samples, flooring, furniture, literature racks, LED lights, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-media-e-table-wrap\"\u003e\n\u003ctable class=\"qsd-media-e-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 TenseFlex Media Trade Show Booth E\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eAsymmetric 10x10 media booth with two fabric panels, TV\/monitor mount, lightweight MDF display panel, and printed hardcase podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLeft Panel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 40.8\" W × 99.6\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRight Panel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 80.4\" W × 99.6\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless zippered tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV \/ Monitor Mount\u003c\/th\u003e\n\u003ctd\u003eCompatible with 24\"–32\" TVs; supports up to 52 lbs. TV is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMDF Display Panel\u003c\/th\u003e\n\u003ctd\u003eAluminum bracket with MDF panel; supports lightweight items up to 15 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport \/ Podium\u003c\/th\u003e\n\u003ctd\u003eHardcase podium with custom print included as a standard component\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for brochures, QR codes, samples, sign-ups, appointment cards, lead forms, business cards, giveaways, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight Note\u003c\/th\u003e\n\u003ctd\u003eProduct page lists approx. 36 lbs for nylon bag configuration. If your order includes the hardcase podium as standard, confirm final packed weight before show-site or advance warehouse delivery.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Dimensions\u003c\/th\u003e\n\u003ctd\u003eApprox. 20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Upgrade\u003c\/th\u003e\n\u003ctd\u003eLED lights for additional graphic visibility in indoor event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard fabric display does not require power. Your TV and optional LED lights require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor trade shows, conferences, hiring fairs, hotel ballroom events, product demos, and controlled event environments.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request when your campaign, sponsor, product line, or event message changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-media-e-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eAsymmetric 10x10 Layout\u003c\/strong\u003e One 39\" straight-top panel and one 79\" angled-top panel create a more modern media booth shape.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24\"–32\" TV Mount\u003c\/strong\u003e Included TV\/monitor mount supports compatible screens up to 52 lbs for videos and demos.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e15 lb MDF Panel\u003c\/strong\u003e Lightweight MDF display panel supports small samples, brochures, product cards, QR signs, or demo props.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrinted Podium Included\u003c\/strong\u003e Hardcase podium with custom print is included as a standard component for transport and visitor interaction.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGreat for Demo Conversations\u003c\/strong\u003e Built for video demos, recruiting fairs, product launches, franchise expos, SaaS presentations, and sales conversations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptional LED Lights\u003c\/strong\u003e Add LED lights when you need more focused visibility in darker indoor event spaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRefreshable Graphics\u003c\/strong\u003e Replacement graphics are available for future campaigns, sponsors, product lines, and event messages.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e8 Business Day Timeline\u003c\/strong\u003e Product page lists 8 business days for production and shipping after artwork approval.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-section qsd-media-e-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with Booth E?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 39\" straight-top aluminum snap-tube frame, one 79\" angled-top aluminum snap-tube frame, two high-resolution seamless fabric prints, one TV\/monitor mount, one aluminum bracket with MDF panel, and one hardcase podium with custom print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The TV or monitor is not included. The mount is compatible with 24\"–32\" TVs and supports up to 52 lbs. Please confirm your screen size, VESA pattern, and weight before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the MDF panel support?\u003c\/summary\u003e\n\u003cp\u003eThe MDF display panel supports up to 15 lbs. It is best for lightweight samples, brochures, signage, or small demo items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the hardcase podium included?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase podium with custom print is included as a standard component in this version. It can be used for transport protection and as a branded front counter on-site.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. Booth E is designed for compact 10x10 exhibit spaces. Please confirm booth rules, aisle clearance, screen placement, podium placement, and floor space before setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre LED lights included?\u003c\/summary\u003e\n\u003cp\u003eNo. LED lights are available as an optional upgrade.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics may be ordered when your campaign, sponsor, product line, or event message changes. Podium wrap replacement may also be requested for future events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this booth without a TV?\u003c\/summary\u003e\n\u003cp\u003eYes. You can use the booth as an asymmetric branded display without a monitor, but the product is strongest when the TV area supports video demos or visual explanations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth good for heavy product display?\u003c\/summary\u003e\n\u003cp\u003eNo. The MDF panel supports up to 15 lbs only. For heavier products, use a separate table, counter, or approved display fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, dock instructions, and material handling requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-e-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a Compact Media Booth?\u003c\/h2\u003e\n\u003cp\u003eShare your event date, booth size, delivery address, TV size, VESA pattern, sample weight, artwork needs, and whether you need LED lights. Our team can help confirm layout fit, screen planning, graphic setup, production timing, replacement graphic needs, and delivery planning before your trade show or conference.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318023151774,"sku":"10WM-A2C2","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_media_ready_modular_trade_show_booth_display_e_main.jpg?v=1784196641"},{"product_id":"tenseflex-media-10ft-trade-show-displays-f","title":"10x10 Media-Ready™ Modular Trade Show Booth Display F","description":"\u003cstyle\u003e\n  .qsd-media-f-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-media-f-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-media-f-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-f-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-media-f-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-media-f-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-media-f-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-media-f-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-media-f-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-media-f-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-f-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-media-f-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-media-f-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-media-f-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-media-f-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-media-f-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-media-f-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-media-f-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-media-f-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-media-f-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-media-f-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-f-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-f-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-f-steps {\n    counter-reset: media-f-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-media-f-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-media-f-step:before {\n    counter-increment: media-f-step;\n    content: counter(media-f-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-media-f-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-media-f-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-media-f-spec-table th,\n  .qsd-media-f-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-media-f-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-media-f-spec-table tr:last-child th,\n  .qsd-media-f-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-media-f-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-media-f-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-media-f-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-media-f-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-media-f-cta h2,\n  .qsd-media-f-cta p {\n    color: #fff;\n  }\n\n  .qsd-media-f-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-media-f-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-media-f-hero,\n    .qsd-media-f-cta {\n      padding: 24px;\n    }\n\n    .qsd-media-f-title {\n      font-size: 28px;\n    }\n\n    .qsd-media-f-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-media-f-grid-2,\n    .qsd-media-f-grid-3,\n    .qsd-media-f-feature-list,\n    .qsd-media-f-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-media-f-use-list {\n      columns: 1;\n    }\n\n    .qsd-media-f-spec-table,\n    .qsd-media-f-spec-table tbody,\n    .qsd-media-f-spec-table tr,\n    .qsd-media-f-spec-table th,\n    .qsd-media-f-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-media-f-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-media-f-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-media-f-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-media-f-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-media-f-detail\"\u003e\n\u003csection class=\"qsd-media-f-hero\"\u003e\n\u003cdiv class=\"qsd-media-f-eyebrow\"\u003e10x10 Two-Panel Media Booth with TV Mount and Shelf\u003c\/div\u003e\n\u003ch2 class=\"qsd-media-f-title\"\u003eModular 10x10 TenseFlex Media Trade Show Booth F\u003c\/h2\u003e\n\u003cp class=\"qsd-media-f-subtitle\"\u003eCreate a more useful 10x10 booth with a two-panel TenseFlex™ media display, TV\/monitor mount, and light-duty product shelf. This portable trade show booth is made for product videos, SaaS demos, light sample displays, QR lead capture, recruiting events, and B2B sales conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-f-section\"\u003e\n\u003ch2\u003eA 10x10 Media Booth Built for Screens, Samples, and Stories\u003c\/h2\u003e\n\u003cp\u003eThis TenseFlex™ Media Display Kit F combines a narrow left panel, a wider right panel, a TV\/monitor mount, and a display shelf to create a more useful 10x10 booth than a standard fabric backwall.\u003c\/p\u003e\n\u003cp\u003eUse the screen for videos or demos, the shelf for light product displays, and the printed panels for brand messaging, product benefits, and visitor-facing calls to action.\u003c\/p\u003e\n\u003cp\u003eIt is a strong choice for teams that need a compact booth with visual storytelling, video support, and light sample presentation in one portable display system.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-f-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-f-section\"\u003e\n\u003ch2\u003eWhy the Asymmetrical Layout Works\u003c\/h2\u003e\n\u003cp\u003eThe narrow left panel and wider right panel create a booth layout that feels more intentional than a single flat wall.\u003c\/p\u003e\n\u003cp\u003eUse the smaller panel for a logo, QR code, sponsor message, or category label, and use the larger panel for your main product story, campaign visual, or benefit-driven headline.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-f-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-f-section\"\u003e\n\u003ch2\u003eWhat This Kit Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 40.8\" W × 99.6\" H flat panel frame\u003c\/li\u003e\n\u003cli\u003e1 × 80.4\" W × 99.6\" H flat panel frame\u003c\/li\u003e\n\u003cli\u003e2 × High-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × TV\/monitor mount for 24\"–32\" screens, supports up to 52 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Shelf with MDF panel, supports up to 15 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e1 × Hard Shipping Case with Custom Print\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-media-f-note\"\u003e\n\u003cp\u003eTV\/monitor, product samples, tablets, power cords, flooring, chairs, tables, literature racks, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-f-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-media-f-table-wrap\"\u003e\n\u003ctable class=\"qsd-media-f-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 TenseFlex Media Trade Show Booth F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eTwo-panel 10x10 media booth with TV\/monitor mount and light-duty display shelf\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLeft Panel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 40.8\" W × 99.6\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRight Panel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 80.4\" W × 99.6\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless zippered tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV \/ Monitor Mount\u003c\/th\u003e\n\u003ctd\u003eCompatible with 24\"–32\" TVs; supports up to 52 lbs. TV is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShelf\u003c\/th\u003e\n\u003ctd\u003eAluminum bracket with MDF panel; supports lightweight items up to 15 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStandard Bag Weight\u003c\/th\u003e\n\u003ctd\u003eApprox. 36 lbs with nylon bag configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHard Case Weight\u003c\/th\u003e\n\u003ctd\u003eApprox. 70 lbs when hard case is included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Dimensions\u003c\/th\u003e\n\u003ctd\u003eApprox. 20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Upgrades\u003c\/th\u003e\n\u003ctd\u003e2 LED lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard fabric display does not require power. Your TV and optional LED lights require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor trade shows, conferences, hiring fairs, hotel ballroom events, product demos, and controlled event environments.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future campaigns, product launches, recruiting seasons, sponsor programs, or annual trade shows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-f-section qsd-media-f-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size are the display panels?\u003c\/summary\u003e\n\u003cp\u003eThe left panel is approximately 40.8\" W × 99.6\" H. The right panel is approximately 80.4\" W × 99.6\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the artwork sizes?\u003c\/summary\u003e\n\u003cp\u003eThe left panel printing area is approximately 40.5\" W × 99.7\" H. The right panel printing area is approximately 79.9\" W × 99.7\" H. Please use the official template for final artwork setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The kit includes a TV\/monitor mount, but the TV is not included unless quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat TV size does it support?\u003c\/summary\u003e\n\u003cp\u003eThe TV\/monitor mount is compatible with 24\"–32\" TVs and supports up to 52 lbs. Please confirm screen size, weight, VESA pattern, and mounting compatibility before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the shelf hold?\u003c\/summary\u003e\n\u003cp\u003eThe shelf supports up to 15 lbs and is best for lightweight samples, brochures, tablets, QR signs, or small display items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This media booth is designed for many 10x10 booth layouts, but always confirm your show rules, height limits, booth depth, aisle clearance, and available floor space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add lights?\u003c\/summary\u003e\n\u003cp\u003eYes. Two LED lights are available as optional upgrades.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order a hard shipping case?\u003c\/summary\u003e\n\u003cp\u003eYes. A hard shipping case or a hard shipping case with custom print is available as an optional upgrade.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics can be ordered for future campaigns, product launches, recruiting seasons, or sponsor events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, dock instructions, and material handling requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat files should I upload?\u003c\/summary\u003e\n\u003cp\u003eUse the official artwork template. Print-ready AI, PDF, PSD, EPS, TIFF, JPG, or high-resolution PDF files are recommended. Keep important text and logos inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318023643294,"sku":"10WM-A2C5","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_media_ready_modular_trade_show_booth_display_f_main.jpg?v=1784786720"},{"product_id":"tenseflex-media-10ft-trade-show-displays-g","title":"10x10 Media-Ready™ Modular Trade Show Booth Display G","description":"\u003cstyle\u003e\n  .qsd-media-g-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-media-g-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-media-g-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-g-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-media-g-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-media-g-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-media-g-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-media-g-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-media-g-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-media-g-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-media-g-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-media-g-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-media-g-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-media-g-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-media-g-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-media-g-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-media-g-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-media-g-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-media-g-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-media-g-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-media-g-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-g-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-g-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-media-g-steps {\n    counter-reset: media-g-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-media-g-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-media-g-step:before {\n    counter-increment: media-g-step;\n    content: counter(media-g-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-media-g-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-media-g-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-media-g-spec-table th,\n  .qsd-media-g-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-media-g-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-media-g-spec-table tr:last-child th,\n  .qsd-media-g-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-media-g-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-media-g-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-media-g-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-media-g-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-media-g-cta h2,\n  .qsd-media-g-cta p {\n    color: #fff;\n  }\n\n  .qsd-media-g-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-media-g-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-media-g-hero,\n    .qsd-media-g-cta {\n      padding: 24px;\n    }\n\n    .qsd-media-g-title {\n      font-size: 28px;\n    }\n\n    .qsd-media-g-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-media-g-grid-2,\n    .qsd-media-g-grid-3,\n    .qsd-media-g-feature-list,\n    .qsd-media-g-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-media-g-use-list {\n      columns: 1;\n    }\n\n    .qsd-media-g-spec-table,\n    .qsd-media-g-spec-table tbody,\n    .qsd-media-g-spec-table tr,\n    .qsd-media-g-spec-table th,\n    .qsd-media-g-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-media-g-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-media-g-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-media-g-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-media-g-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-media-g-detail\"\u003e\n\u003csection class=\"qsd-media-g-hero\"\u003e\n\u003cdiv class=\"qsd-media-g-eyebrow\"\u003eMedia Trade Show Display Kit with TV Mount and Shelf\u003c\/div\u003e\n\u003ch2 class=\"qsd-media-g-title\"\u003eModular 10x10 TenseFlex Media Trade Show Booth G\u003c\/h2\u003e\n\u003cp class=\"qsd-media-g-subtitle\"\u003eTurn your 10x10 booth into a media-ready product showcase with dual custom fabric backdrops, a TV-ready display mount, and shelving for samples, brochures, or product demos. This display kit helps small teams create a professional booth with video, product messaging, and lightweight presentation space in one portable setup.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-g-section\"\u003e\n\u003ch2\u003eA Media-Ready Booth That Shows More Than a Logo\u003c\/h2\u003e\n\u003cp\u003eThe Modular 10x10 TenseFlex Media Trade Show Booth G is designed for teams that need more than a plain printed backdrop. It combines two straight-top tension fabric backdrops, a TV\/monitor mount, and an aluminum bracket with MDF shelf so your booth can support videos, brochures, samples, QR cards, and quick product conversations.\u003c\/p\u003e\n\u003cp\u003eThe two-panel layout gives your booth a more flexible visual structure. Use the wider panel for your main brand message and the narrow panel for supporting details, QR codes, product features, event-specific content, or screen-related messaging.\u003c\/p\u003e\n\u003cp\u003eIt is a practical solution for product demos, software walkthroughs, recruiting displays, sales conversations, and local events where a full custom exhibit is not required.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-g-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-media-g-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 40.8\" W × 90\" H flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × 80.4\" W × 90\" H flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e2 × Custom high-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × TV\/monitor mount for 24\"–32\" screens, supports up to 52 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Aluminum bracket with MDF panel, supports up to 15 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase to Podium with Custom Graphic Printed\u003c\/li\u003e\n\u003cli\u003e2 × Nylon duffel bag for transport and storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-media-g-note\"\u003e\n\u003cp\u003eMonitor is not included. LED lights are optional upgrades unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-g-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-media-g-table-wrap\"\u003e\n\u003ctable class=\"qsd-media-g-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 TenseFlex Media Trade Show Booth G\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eMedia trade show display kit with dual custom fabric backdrops, TV\/monitor mount, MDF shelf, and nylon duffel bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLeft Backdrop\u003c\/th\u003e\n\u003ctd\u003e3.4' × 7.5', approximately 40.8\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRight Backdrop\u003c\/th\u003e\n\u003ctd\u003e6.7' × 7.5', approximately 80.4\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame with numbered connectors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless zippered tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV \/ Monitor Mount\u003c\/th\u003e\n\u003ctd\u003eCompatible with 24\"–32\" TVs or monitors; supports up to 52 lbs. Monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShelf\u003c\/th\u003e\n\u003ctd\u003eAluminum bracket with MDF panel, supports up to 15 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBag Weight\u003c\/th\u003e\n\u003ctd\u003e34 lbs with nylon bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStandard Bag\u003c\/th\u003e\n\u003ctd\u003eTransport and storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Upgrades\u003c\/th\u003e\n\u003ctd\u003e2 LED lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube setup. Two people are recommended for smoother installation, especially when adding the monitor mount and shelf.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, local expos, software demos, recruiting events, product showcases, nonprofits, service providers, and small sales team booths\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new campaigns, events, product launches, recruiting seasons, or updated brand messaging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-media-g-section qsd-media-g-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV or monitor included?\u003c\/summary\u003e\n\u003cp\u003eNo. The booth includes a TV\/monitor mount, but the monitor is not included. Please use a compatible 24\"–32\" screen within the listed 52 lb weight limit.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the shelf hold?\u003c\/summary\u003e\n\u003cp\u003eThe MDF shelf supports up to 15 lbs. It is best for brochures, QR cards, small samples, packaged products, or lightweight demo items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth easy to set up?\u003c\/summary\u003e\n\u003cp\u003eYes. The snap-tube frame uses numbered connectors for tool-free assembly. Two people are recommended for a faster and smoother setup, especially when adding the monitor mount and shelf.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this display backlit?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a non-backlit tension fabric media display kit. Optional LED lights may be added for top lighting, but it is not a full backlit lightbox booth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size are the two backdrops?\u003c\/summary\u003e\n\u003cp\u003eThe left backdrop is 3.4' × 7.5', approximately 40.8\" W × 90\" H. The right backdrop is 6.7' × 7.5', approximately 80.4\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order new graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics are available, so you can refresh the booth for a new campaign, event, product launch, recruiting season, or updated brand message without replacing the frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require power?\u003c\/summary\u003e\n\u003cp\u003eThe fabric booth itself does not require power, but your TV or monitor will. If you add optional LED lights, those will also need power access.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I place on the shelf?\u003c\/summary\u003e\n\u003cp\u003eUse the shelf for lightweight samples, brochures, QR cards, small packaged products, or demo items. Do not use it for heavy equipment or oversized displays.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use high-resolution images, strong contrast, and large readable text.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to a show site or advance warehouse?\u003c\/summary\u003e\n\u003cp\u003eYes, but please confirm receiving deadlines, booth number labels, carrier rules, material handling requirements, and venue address rules before shipping.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318075252894,"sku":"10WM-C1A1","price":799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_media_ready_modular_trade_show_booth_display_g_main.jpg?v=1784789575"},{"product_id":"tenseflex-10ft-trade-show-display-straight","title":"10x10 TenseFlex™ Straight Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-tf10-straight-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf10-straight-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf10-straight-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf10-straight-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf10-straight-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf10-straight-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf10-straight-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf10-straight-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf10-straight-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf10-straight-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf10-straight-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf10-straight-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf10-straight-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf10-straight-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf10-straight-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf10-straight-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf10-straight-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf10-straight-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf10-straight-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf10-straight-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf10-straight-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf10-straight-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf10-straight-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf10-straight-steps {\n    counter-reset: tf10-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf10-straight-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf10-straight-step:before {\n    counter-increment: tf10-step;\n    content: counter(tf10-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf10-straight-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf10-straight-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf10-straight-spec-table th,\n  .qsd-tf10-straight-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf10-straight-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf10-straight-spec-table tr:last-child th,\n  .qsd-tf10-straight-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf10-straight-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf10-straight-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf10-straight-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf10-straight-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf10-straight-cta h2,\n  .qsd-tf10-straight-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf10-straight-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf10-straight-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf10-straight-hero,\n    .qsd-tf10-straight-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf10-straight-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf10-straight-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf10-straight-grid-2,\n    .qsd-tf10-straight-grid-3,\n    .qsd-tf10-straight-feature-list,\n    .qsd-tf10-straight-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf10-straight-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf10-straight-spec-table,\n    .qsd-tf10-straight-spec-table tbody,\n    .qsd-tf10-straight-spec-table tr,\n    .qsd-tf10-straight-spec-table th,\n    .qsd-tf10-straight-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf10-straight-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf10-straight-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf10-straight-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf10-straight-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf10-straight-detail\"\u003e\n\u003csection class=\"qsd-tf10-straight-hero\"\u003e\n\u003cdiv class=\"qsd-tf10-straight-eyebrow\"\u003e10ft Straight Tension Fabric Booth with Hardcase Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf10-straight-title\"\u003e10ft TenseFlex™ Booth-Straight\u003c\/h2\u003e\n\u003cp class=\"qsd-tf10-straight-subtitle\"\u003eCreate a polished 10x10 booth setup with a 10ft straight tension fabric display and printed hardcase podium. This portable trade show booth backwall gives your brand a clean 117.6\" wide graphic surface, organized travel storage, and a compact front-of-booth counter for events, demos, recruiting fairs, and conferences.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-straight-section\"\u003e\n\u003ch2\u003eA 10ft Booth Backwall with a Travel-Ready Podium Case\u003c\/h2\u003e\n\u003cp\u003eThis TenseFlex™ straight display is more than a simple fabric backdrop. It gives your 10x10 booth a clean 117.6\" W × 90\" H branded backwall, plus a wheeled transport hardcase that can be wrapped with a custom graphic and used as a compact booth counter.\u003c\/p\u003e\n\u003cp\u003eIt is a smart starter display for teams that need a polished booth without building a heavy exhibit. Use it behind a table, beside a demo station, or as the main brand wall for a standard 10x10 booth layout.\u003c\/p\u003e\n\u003cp\u003eThe straight graphic surface keeps logos, product messages, QR codes, booth headlines, and recruiting messages easy to read from the aisle, while the hardcase podium gives your team a small front-of-booth touchpoint.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-straight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-straight-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf10-straight-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf10-straight-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth-Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e117.6\" W × 90\" H, approx. 9.8ft × 7.5ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Style\u003c\/th\u003e\n\u003ctd\u003e10ft flat straight snap-tube booth frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight with Hardcase\u003c\/th\u003e\n\u003ctd\u003e47 lbs with hardcase included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Package Size\u003c\/th\u003e\n\u003ctd\u003e20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Function\u003c\/th\u003e\n\u003ctd\u003eWheeled transport hardcase with custom print; can be used as a compact booth podium or counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 trade show booths, conferences, career fairs, product demos, retail pop-ups, local expos, and lead capture stations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor events and controlled spaces. Avoid wind, rain, moisture, uneven ground, and unsupervised outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for backdrop graphics and compatible hardcase wraps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded Components\u003c\/th\u003e\n\u003ctd\u003e10ft flat aluminum snap-tube frame, custom high-resolution seamless backdrop print, wheeled transport hardcase, and custom hardcase fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-straight-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hardcase with wheels\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-straight-section qsd-tf10-straight-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the backdrop size?\u003c\/summary\u003e\n\u003cp\u003eThe backdrop size is 117.6\" W × 90\" H, approximately 9.8ft × 7.5ft.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The straight 10ft backwall is designed for many standard 10x10 booth layouts. Please check your show rules, booth dimensions, table placement, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 10ft flat frame, one custom printed backdrop graphic, one wheeled hardcase, and one custom hardcase graphic.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hardcase be used as a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase can be wrapped with a custom graphic and used as a compact booth counter, lead capture station, brochure stand, or front-of-booth touchpoint.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement backdrop graphics and hardcase wraps may be ordered for new events, campaigns, product launches, recruiting seasons, or branding updates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I buy print-only graphics?\u003c\/summary\u003e\n\u003cp\u003ePrint-only graphics may be available for compatible frames or hardcases. Please confirm your product version, frame size, and hardcase style before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this display for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor events and controlled spaces. Avoid wind, rain, moisture, uneven ground, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, or high-resolution files are recommended. Use the correct artwork templates for the backdrop graphic and the hardcase wrap.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, and material handling requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the hardcase at the front of the booth?\u003c\/summary\u003e\n\u003cp\u003eYes. Many teams use the wrapped hardcase as a small front counter for QR code scans, lead forms, brochures, samples, business cards, or quick conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf10-straight-cta\"\u003e\n\u003ch2\u003eReady to Build a Cleaner 10x10 Booth?\u003c\/h2\u003e\n\u003cp\u003eUpload your logo, booth message, or artwork files, and our team can help prepare the backdrop and hardcase graphics before production. Need it for a specific show date? Share your event deadline, booth size, and delivery address so we can help confirm the best production and shipping plan.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318239977630,"sku":"10W-STRAIGHT","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth_Straight_main.jpg?v=1783319452"},{"product_id":"tenseflex-media-curved-10ft-trade-show-displays-waterfall","title":"10x10 TenseFlex™ PRO Curved Booth Display","description":"\u003cstyle\u003e\n  .qsd-tfpro-curved-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tfpro-curved-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tfpro-curved-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfpro-curved-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tfpro-curved-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tfpro-curved-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tfpro-curved-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tfpro-curved-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tfpro-curved-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tfpro-curved-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfpro-curved-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tfpro-curved-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tfpro-curved-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tfpro-curved-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tfpro-curved-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tfpro-curved-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tfpro-curved-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tfpro-curved-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tfpro-curved-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tfpro-curved-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tfpro-curved-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfpro-curved-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfpro-curved-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfpro-curved-steps {\n    counter-reset: tfpro-curved-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tfpro-curved-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tfpro-curved-step:before {\n    counter-increment: tfpro-curved-step;\n    content: counter(tfpro-curved-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tfpro-curved-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tfpro-curved-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tfpro-curved-spec-table th,\n  .qsd-tfpro-curved-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tfpro-curved-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tfpro-curved-spec-table tr:last-child th,\n  .qsd-tfpro-curved-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tfpro-curved-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tfpro-curved-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tfpro-curved-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tfpro-curved-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tfpro-curved-cta h2,\n  .qsd-tfpro-curved-cta p {\n    color: #fff;\n  }\n\n  .qsd-tfpro-curved-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tfpro-curved-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tfpro-curved-hero,\n    .qsd-tfpro-curved-cta {\n      padding: 24px;\n    }\n\n    .qsd-tfpro-curved-title {\n      font-size: 28px;\n    }\n\n    .qsd-tfpro-curved-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tfpro-curved-grid-2,\n    .qsd-tfpro-curved-grid-3,\n    .qsd-tfpro-curved-feature-list,\n    .qsd-tfpro-curved-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tfpro-curved-use-list {\n      columns: 1;\n    }\n\n    .qsd-tfpro-curved-spec-table,\n    .qsd-tfpro-curved-spec-table tbody,\n    .qsd-tfpro-curved-spec-table tr,\n    .qsd-tfpro-curved-spec-table th,\n    .qsd-tfpro-curved-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tfpro-curved-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tfpro-curved-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tfpro-curved-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tfpro-curved-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tfpro-curved-detail\"\u003e\n\u003csection class=\"qsd-tfpro-curved-hero\"\u003e\n\u003cdiv class=\"qsd-tfpro-curved-eyebrow\"\u003eCurved 10x10 Media Booth with TV Merchandising Display\u003c\/div\u003e\n\u003ch2 class=\"qsd-tfpro-curved-title\"\u003e10ft TenseFlex™ PRO Booth-Curved\u003c\/h2\u003e\n\u003cp class=\"qsd-tfpro-curved-subtitle\"\u003eBuild a more presentation-ready 10x10 trade show booth with a curved tension fabric backwall, TV merchandising display, branded header, canvas panels, and hardcase-to-podium counter. This curved media booth kit is ideal for product demos, video presentations, lead capture, software showcases, healthcare conferences, franchise expos, and sales teams that need visitors to understand the offer quickly.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section\"\u003e\n\u003ch2\u003eA Curved 10x10 Booth Built for Demos, Screens, and Product Stories\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ PRO Booth-Curved is more than a curved fabric backdrop. It combines a curved tension fabric backwall, a front TV merchandising display, canvas graphic panels, a branded header, and a wheeled hardcase-to-podium to create a compact 10x10 booth system for product demos, video storytelling, lead capture, and in-person sales conversations.\u003c\/p\u003e\n\u003cp\u003eThe curved backwall builds a softer presentation zone, the screen attracts attention from the aisle, the canvas panels support lightweight product cues, and the podium gives your team a practical place for check-ins, brochures, QR codes, samples, and follow-up conversations.\u003c\/p\u003e\n\u003cp\u003eUse it when your booth needs to explain products, show videos, display lightweight samples, collect leads, and support real conversations without moving into a large custom exhibit build.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section\"\u003e\n\u003ch2\u003eWheeled Hardcase That Converts Into a Branded Podium\u003c\/h2\u003e\n\u003cp\u003eThe wheeled hardcase protects the booth during transport and converts into a branded podium during the event.\u003c\/p\u003e\n\u003cp\u003eUse it as a check-in counter, brochure station, sample spot, QR code desk, lead capture point, tablet area, giveaway surface, or conversation counter. After the show, the booth packs back into the hardcase for easier storage and repeat use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfpro-curved-table-wrap\"\u003e\n\u003ctable class=\"qsd-tfpro-curved-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ PRO Booth-Curved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 curved media booth with fabric backwall, TV merchandising display, canvas graphic panels, branded header, and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackwall Type\u003c\/th\u003e\n\u003ctd\u003e10ft curved tension fabric backdrop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Frame\u003c\/th\u003e\n\u003ctd\u003e10ft curved aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader Frame Size\u003c\/th\u003e\n\u003ctd\u003e58\" W × 12\" H custom aluminum header frame with fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV Compatibility\u003c\/th\u003e\n\u003ctd\u003eDesigned to support 32\"–55\" monitors. TV or monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePanel Load Capacity\u003c\/th\u003e\n\u003ctd\u003eEach canvas display panel supports up to 20 lbs for lightweight samples, brochures, small demo items, or signage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePanel Layout\u003c\/th\u003e\n\u003ctd\u003eShelf positions can be customized or adjusted with optional height-adjustable hardware upon request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e40\" W × 21\" H × 16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e85 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Function\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly wheeled transport hardcase with custom fabric print; can convert into a branded podium counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIndependent Use\u003c\/th\u003e\n\u003ctd\u003eThe TV merchandising display can be used independently or combined with the full booth system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eProduct demos, video presentations, SaaS showcases, healthcare conferences, franchise expos, recruiting fairs, retail activations, and lead capture booths\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable for the backdrop, header, TV merchandising display, and podium graphics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft curved aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × High-resolution seamless fabric backdrop print\u003c\/li\u003e\n\u003cli\u003e1 × Custom 58\" × 12\" aluminum header frame with fabric print\u003c\/li\u003e\n\u003cli\u003e1 × Custom aluminum TV merchandising display with canvas graphic panels\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hardcase with wheels and custom fabric print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tfpro-curved-note\"\u003e\n\u003cp\u003eMonitor\/TV is not included. Please confirm your screen size, VESA pattern, screen weight, and power access before your event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-section qsd-tfpro-curved-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this booth?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 10ft curved aluminum snap-tube frame, one high-resolution seamless fabric backdrop print, one custom 58\" × 12\" header frame with fabric print, one aluminum TV merchandising display with canvas graphic panels, and one airline-friendly transport hardcase with wheels and custom fabric print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The TV or monitor is not included. The TV merchandising display is designed to support 32\"–55\" monitors. Please confirm screen size, weight, and VESA pattern before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the canvas panels hold?\u003c\/summary\u003e\n\u003cp\u003eEach canvas display panel supports up to 20 lbs. We recommend using the panels for lightweight samples, brochures, QR code signage, or small demo items only.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the panel height be adjusted?\u003c\/summary\u003e\n\u003cp\u003eShelf positions can be customized or adjusted with optional height-adjustable hardware. Contact us before ordering if you need a specific layout.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the TV merchandising display be used separately?\u003c\/summary\u003e\n\u003cp\u003eYes. The display can be used independently or combined with the full booth system, making it useful for showrooms, meetings, training events, dealer events, or smaller activations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for a 10x10 space?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for compact 10x10 trade show layouts. Please confirm booth rules, aisle clearance, outlet location, ceiling height, cable routing, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hardcase become a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase is designed for transport and can convert into a branded podium counter during the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available for the backdrop, header, TV merchandising display, and podium graphics.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I plan power for the screen?\u003c\/summary\u003e\n\u003cp\u003eCheck your exhibitor manual for electrical rules, outlet placement, extension cord requirements, and cable routing. Power supply and screen setup should be planned before move-in.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, TIFF, EPS, or press-quality PDF files are recommended. Use the official templates and keep key logos, QR codes, sponsor names, and text inside the safe areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I place on the canvas panels?\u003c\/summary\u003e\n\u003cp\u003eUse the panels for lightweight product samples, brochures, small demo items, QR code signage, or visual merchandising. Avoid heavy, fragile, unstable, or high-value items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, and material handling fees before shipping to a venue or advance warehouse.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-curved-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a Curved TV Demo Booth?\u003c\/h2\u003e\n\u003cp\u003eShare your booth size, event date, screen size, VESA pattern, sample weight, desired panel layout, delivery address, artwork needs, and power planning questions with our team. We can help confirm whether the 10ft TenseFlex™ PRO Booth-Curved fits your space and whether you may need replacement graphics, height-adjustable hardware, rush production, extra proof support, or advance warehouse delivery assistance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318467158174,"sku":"10WM-CURVED-G22","price":719.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/tenseflex-media-curved-10ft-trade-show-displays-waterfall-1.png?v=1782209530"},{"product_id":"tenseflex-media-flat-10ft-trade-show-displays-waterfall","title":"10x10TenseFlex™ PRO Straight Booth Display","description":"\u003cstyle\u003e\n  .qsd-tfpro-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tfpro-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tfpro-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfpro-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tfpro-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tfpro-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tfpro-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tfpro-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tfpro-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tfpro-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfpro-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tfpro-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tfpro-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tfpro-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tfpro-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tfpro-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tfpro-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tfpro-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tfpro-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tfpro-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tfpro-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfpro-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfpro-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfpro-steps {\n    counter-reset: tfpro-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tfpro-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tfpro-step:before {\n    counter-increment: tfpro-step;\n    content: counter(tfpro-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tfpro-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tfpro-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tfpro-spec-table th,\n  .qsd-tfpro-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tfpro-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tfpro-spec-table tr:last-child th,\n  .qsd-tfpro-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tfpro-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tfpro-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tfpro-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tfpro-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tfpro-cta h2,\n  .qsd-tfpro-cta p {\n    color: #fff;\n  }\n\n  .qsd-tfpro-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tfpro-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tfpro-hero,\n    .qsd-tfpro-cta {\n      padding: 24px;\n    }\n\n    .qsd-tfpro-title {\n      font-size: 28px;\n    }\n\n    .qsd-tfpro-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tfpro-grid-2,\n    .qsd-tfpro-grid-3,\n    .qsd-tfpro-feature-list,\n    .qsd-tfpro-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tfpro-use-list {\n      columns: 1;\n    }\n\n    .qsd-tfpro-spec-table,\n    .qsd-tfpro-spec-table tbody,\n    .qsd-tfpro-spec-table tr,\n    .qsd-tfpro-spec-table th,\n    .qsd-tfpro-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tfpro-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tfpro-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tfpro-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tfpro-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tfpro-detail\"\u003e\n\u003csection class=\"qsd-tfpro-hero\"\u003e\n\u003cdiv class=\"qsd-tfpro-eyebrow\"\u003e10x10 Media-Ready Booth with TV Merchandising Display\u003c\/div\u003e\n\u003ch2 class=\"qsd-tfpro-title\"\u003e10ft TenseFlex™ PRO Booth-Straight\u003c\/h2\u003e\n\u003cp class=\"qsd-tfpro-subtitle\"\u003eBuild a more presentation-ready 10x10 trade show booth with a TV merchandising display, slim tension fabric backwall, branded header, canvas graphic panels, and hardcase-to-podium counter. This media-ready booth kit is ideal for product demos, video presentations, lead capture, software showcases, healthcare conferences, franchise expos, and sales teams that need visitors to understand the offer quickly.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\n\u003ch2\u003eA 10x10 Booth Built for Product Demos, Screens, and Sales Conversations\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ PRO Booth-Straight is more than a printed booth backdrop. It combines a full-width fabric backwall, a front TV merchandising display, a branded header, canvas graphic panels, and a wheeled hardcase-to-podium to create a compact booth system for product demos, video storytelling, lead capture, and face-to-face sales conversations.\u003c\/p\u003e\n\u003cp\u003eThe backwall builds brand context, the screen attracts attention from the aisle, the canvas panels support lightweight merchandising or product messaging, and the podium gives your team a practical counter for check-ins, brochures, QR codes, samples, and follow-up conversations.\u003c\/p\u003e\n\u003cp\u003eUse it when your team needs a professional 10x10 booth that can explain products, show videos, display lightweight samples, collect leads, and support real booth conversations without building a large custom exhibit.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\n\u003ch2\u003eFlexible Display Panel Layout\u003c\/h2\u003e\n\u003cp\u003eShelf positions can be customized or adjusted with optional height-adjustable hardware, making the booth easier to adapt for different product sizes, demo flows, and campaign layouts.\u003c\/p\u003e\n\u003cp\u003eUse the panel area for product highlights, lightweight samples, brochure placement, QR codes, or brand messaging that supports the video content on the screen.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\n\u003ch2\u003eWheeled Hardcase That Converts Into a Branded Podium\u003c\/h2\u003e\n\u003cp\u003eThe wheeled hardcase protects the booth during transport and converts into a branded podium during the event.\u003c\/p\u003e\n\u003cp\u003eUse it as a check-in counter, brochure station, sample spot, QR code desk, lead capture point, tablet area, giveaway surface, or conversation counter. After the show, the booth packs back into the hardcase for easier storage and repeat use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfpro-table-wrap\"\u003e\n\u003ctable class=\"qsd-tfpro-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ PRO Booth-Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 media-ready trade show booth with fabric backwall, TV merchandising display, canvas graphic panels, branded header, and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackwall Type\u003c\/th\u003e\n\u003ctd\u003e10ft straight tension fabric backdrop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Frame\u003c\/th\u003e\n\u003ctd\u003e10ft flat aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader Size\u003c\/th\u003e\n\u003ctd\u003e58\" W × 12\" H custom aluminum header frame with fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV Compatibility\u003c\/th\u003e\n\u003ctd\u003eDesigned to support 32\"–55\" monitors. TV or monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePanel Load Capacity\u003c\/th\u003e\n\u003ctd\u003eEach canvas display panel supports up to 20 lbs for lightweight samples, brochures, small demo items, or signage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePanel Layout\u003c\/th\u003e\n\u003ctd\u003eShelf positions can be customized or adjusted with optional height-adjustable hardware upon request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e40\" W × 21\" H × 16\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Function\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly wheeled transport hardcase with custom fabric print; can convert into a branded podium counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIndependent Use\u003c\/th\u003e\n\u003ctd\u003eThe TV merchandising display can be used independently or combined with the full booth system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eProduct demos, video presentations, SaaS showcases, healthcare conferences, franchise expos, recruiting fairs, retail activations, and lead capture booths\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable for the backdrop, header, TV merchandising display, and podium graphics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × High-resolution seamless fabric backdrop print\u003c\/li\u003e\n\u003cli\u003e1 × Custom 58\" × 12\" aluminum header frame with fabric print\u003c\/li\u003e\n\u003cli\u003e1 × Custom aluminum TV merchandising display with canvas graphic panels\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hardcase with wheels and custom fabric print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tfpro-note\"\u003e\n\u003cp\u003eMonitor\/TV is not included. Please confirm your screen size, VESA pattern, screen weight, and power access before your event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-section qsd-tfpro-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this booth?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 10ft straight tension fabric backwall, one custom 58\" × 12\" header, one aluminum TV merchandising display with canvas graphic panels, and one wheeled hardcase with custom fabric print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The TV or monitor is not included. The TV merchandising display is designed to support 32\"–55\" monitors. Please confirm screen size, weight, and VESA pattern before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the canvas panels hold?\u003c\/summary\u003e\n\u003cp\u003eEach canvas display panel supports up to 20 lbs. We recommend using the panels for lightweight samples, brochures, QR code signage, or small demo items only.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the panel height be adjusted?\u003c\/summary\u003e\n\u003cp\u003eShelf positions can be customized or adjusted with optional height-adjustable hardware. Contact us before ordering if you need a specific layout.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the TV merchandising display be used separately?\u003c\/summary\u003e\n\u003cp\u003eYes. The display can be used independently or combined with the full booth system, making it useful for showrooms, meetings, training events, dealer events, or smaller activations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for a 10x10 space?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for compact 10x10 trade show layouts. Please confirm booth rules, aisle clearance, outlet location, ceiling height, cable routing, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hardcase become a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase is designed for transport and can convert into a branded podium counter during the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available for the backdrop, header, TV merchandising display, and podium graphics.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I plan power for the screen?\u003c\/summary\u003e\n\u003cp\u003eCheck your exhibitor manual for electrical rules, outlet placement, extension cord requirements, and cable routing. Power supply and screen setup should be planned before move-in.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, or high-resolution files are recommended. Use the official templates and keep key logos, QR codes, sponsor names, and text inside the safe areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I place on the canvas panels?\u003c\/summary\u003e\n\u003cp\u003eUse the panels for lightweight product samples, brochures, small demo items, QR code signage, or visual merchandising. Avoid heavy, fragile, unstable, or high-value items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, and material handling fees before shipping to a venue or advance warehouse.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfpro-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a TV Demo Booth?\u003c\/h2\u003e\n\u003cp\u003eShare your booth size, event date, screen size, VESA pattern, sample weight, desired panel layout, delivery address, artwork needs, and power planning questions with our team. We can help confirm whether the 10ft TenseFlex™ PRO Booth-Straight fits your space and whether you may need replacement graphics, height-adjustable hardware, rush production, extra proof support, or advance warehouse delivery assistance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45318467485854,"sku":"10WM-STRAIGHT-G22","price":679.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_PRO_Booth_Straight_main.jpg?v=1783301135"},{"product_id":"tenselight-backlit-10ft-trade-show-display-flat","title":"10ft TenseLight™ Straight Backlit Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-tenselight-kitd-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tenselight-kitd-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tenselight-kitd-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tenselight-kitd-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tenselight-kitd-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tenselight-kitd-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tenselight-kitd-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tenselight-kitd-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tenselight-kitd-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tenselight-kitd-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tenselight-kitd-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tenselight-kitd-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tenselight-kitd-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tenselight-kitd-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tenselight-kitd-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tenselight-kitd-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tenselight-kitd-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tenselight-kitd-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tenselight-kitd-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tenselight-kitd-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tenselight-kitd-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tenselight-kitd-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tenselight-kitd-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tenselight-kitd-steps {\n    counter-reset: tenselight-kitd-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tenselight-kitd-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tenselight-kitd-step:before {\n    counter-increment: tenselight-kitd-step;\n    content: counter(tenselight-kitd-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tenselight-kitd-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tenselight-kitd-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tenselight-kitd-spec-table th,\n  .qsd-tenselight-kitd-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tenselight-kitd-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tenselight-kitd-spec-table tr:last-child th,\n  .qsd-tenselight-kitd-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tenselight-kitd-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tenselight-kitd-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tenselight-kitd-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tenselight-kitd-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tenselight-kitd-cta h2,\n  .qsd-tenselight-kitd-cta p {\n    color: #fff;\n  }\n\n  .qsd-tenselight-kitd-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tenselight-kitd-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tenselight-kitd-hero,\n    .qsd-tenselight-kitd-cta {\n      padding: 24px;\n    }\n\n    .qsd-tenselight-kitd-title {\n      font-size: 28px;\n    }\n\n    .qsd-tenselight-kitd-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tenselight-kitd-grid-2,\n    .qsd-tenselight-kitd-grid-3,\n    .qsd-tenselight-kitd-feature-list,\n    .qsd-tenselight-kitd-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tenselight-kitd-use-list {\n      columns: 1;\n    }\n\n    .qsd-tenselight-kitd-spec-table,\n    .qsd-tenselight-kitd-spec-table tbody,\n    .qsd-tenselight-kitd-spec-table tr,\n    .qsd-tenselight-kitd-spec-table th,\n    .qsd-tenselight-kitd-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tenselight-kitd-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tenselight-kitd-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tenselight-kitd-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tenselight-kitd-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tenselight-kitd-detail\"\u003e\n\u003csection class=\"qsd-tenselight-kitd-hero\"\u003e\n\u003cdiv class=\"qsd-tenselight-kitd-eyebrow\"\u003e10ft Flat Backlit Tension Fabric Booth Wall with Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-tenselight-kitd-title\"\u003e10ft TenseLight™ Booth Kit D\u003c\/h2\u003e\n\u003cp class=\"qsd-tenselight-kitd-subtitle\"\u003eCreate a brighter 10x10 booth with one continuous 10ft TenseLight™ backlit tension fabric wall and a transport hardcase-to-podium. This flat illuminated backdrop is ideal for trade shows, sponsor walls, recruiting fairs, healthcare conferences, SaaS demos, hotel events, product launches, and teams that want a clean lighted booth wall with a practical front counter.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section\"\u003e\n\u003ch2\u003eA Single 10ft Backlit Wall with a Built-In Podium Case\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseLight™ Booth Kit D creates one clean, continuous backlit tension fabric wall for 10x10 booth spaces.\u003c\/p\u003e\n\u003cp\u003eUnlike two-panel systems, this flat 10ft display gives your brand one uninterrupted visual surface, paired with a transport hardcase that converts into a branded podium for check-ins, brochures, QR codes, samples, and visitor conversations.\u003c\/p\u003e\n\u003cp\u003eUse it when you need a bright, polished booth background without moving into a full modular SEG lightbox booth system.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × LED rollable light panel array set\u003c\/li\u003e\n\u003cli\u003e1 × High-resolution seamless fabric print\u003c\/li\u003e\n\u003cli\u003e1 × Transport hardcase-to-podium\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tenselight-kitd-note\"\u003e\n\u003cp\u003eFlooring, chairs, tables, monitors, tablets, banner stands, literature racks, electrical service, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tenselight-kitd-table-wrap\"\u003e\n\u003ctable class=\"qsd-tenselight-kitd-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseLight™ Booth Kit D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eSingle 10ft flat backlit tension fabric booth wall with transport hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003eLED rollable light panel array set included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003ePower is required for the LED rollable light panel arrays. Confirm outlet access, electrical ordering deadlines, and cable routing rules before your event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport \/ Podium\u003c\/th\u003e\n\u003ctd\u003eTransport hardcase-to-podium included as a standard component\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for check-ins, brochures, QR codes, samples, lead forms, website links, product category callouts, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube style assembly. Two people are recommended for smoother setup, lighting placement, cable planning, and booth layout alignment.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet floors, or uneven ground.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 booth backwalls, sponsor walls, conference booths, recruiting fairs, healthcare expos, SaaS demos, product launches, hotel events, and indoor brand activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backlit wall and podium when your campaign, sponsor, or event message changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-section qsd-tenselight-kitd-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with Kit D?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 10ft flat aluminum snap-tube frame, one LED rollable light panel array set, one high-resolution seamless fabric print, and one transport hardcase-to-podium.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a full booth package?\u003c\/summary\u003e\n\u003cp\u003eNo. Kit D is a 10ft backlit backdrop system with a podium case. Flooring, tables, chairs, monitors, side displays, literature racks, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hardcase become a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The transport hardcase can convert into a branded podium for check-ins, brochures, QR codes, samples, lead forms, or visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the backdrop artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe official template shows a main printing area of 120.4\" W × 89.7\" H for the backdrop graphic.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the podium artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe hardcase-to-podium template shows a printing area of 107\" W × 42.9\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this display require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The LED rollable light panel arrays require power. Please check your exhibitor manual for outlet ordering deadlines and cable routing rules.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics may be ordered for the backlit wall and podium when your campaign, sponsor, or event message changes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it single-sided or double-sided?\u003c\/summary\u003e\n\u003cp\u003ePlease confirm your selected print option before submitting artwork. If you need both sides printed, contact our team before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eThis display is best suited for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet ground, or uneven surfaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, dock instructions, and material handling fees before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-kitd-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a 10ft Backlit Wall with Podium?\u003c\/h2\u003e\n\u003cp\u003eShare your event date, booth size, delivery address, power planning needs, artwork requirements, and whether you need matching booth accessories. Our team can help confirm layout fit, artwork setup, production timing, replacement graphic needs, color matching, and delivery planning before your trade show or conference.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45320217755806,"sku":"10WL-01","price":719.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseLight_Booth_Kit_D_main.jpg?v=1783688803"},{"product_id":"tensepop-10ft-trade-show-display-flat","title":"10x10 TensePop™ Straight Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-tp10booth-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tp10booth-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tp10booth-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tp10booth-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tp10booth-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tp10booth-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tp10booth-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tp10booth-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tp10booth-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tp10booth-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tp10booth-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tp10booth-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tp10booth-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tp10booth-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tp10booth-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tp10booth-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tp10booth-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tp10booth-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tp10booth-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tp10booth-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tp10booth-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp10booth-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp10booth-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp10booth-steps {\n    counter-reset: tp10booth-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tp10booth-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tp10booth-step:before {\n    counter-increment: tp10booth-step;\n    content: counter(tp10booth-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tp10booth-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tp10booth-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tp10booth-spec-table th,\n  .qsd-tp10booth-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tp10booth-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tp10booth-spec-table tr:last-child th,\n  .qsd-tp10booth-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tp10booth-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tp10booth-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tp10booth-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tp10booth-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tp10booth-cta h2,\n  .qsd-tp10booth-cta p {\n    color: #fff;\n  }\n\n  .qsd-tp10booth-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tp10booth-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tp10booth-hero,\n    .qsd-tp10booth-cta {\n      padding: 24px;\n    }\n\n    .qsd-tp10booth-title {\n      font-size: 28px;\n    }\n\n    .qsd-tp10booth-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tp10booth-grid-2,\n    .qsd-tp10booth-grid-3,\n    .qsd-tp10booth-feature-list,\n    .qsd-tp10booth-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tp10booth-use-list {\n      columns: 1;\n    }\n\n    .qsd-tp10booth-spec-table,\n    .qsd-tp10booth-spec-table tbody,\n    .qsd-tp10booth-spec-table tr,\n    .qsd-tp10booth-spec-table th,\n    .qsd-tp10booth-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tp10booth-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tp10booth-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tp10booth-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tp10booth-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tp10booth-detail\"\u003e\n\u003csection class=\"qsd-tp10booth-hero\"\u003e\n\u003cdiv class=\"qsd-tp10booth-eyebrow\"\u003eFast Pop-Up Booth Kit for 10x10 Events\u003c\/div\u003e\n\u003ch2 class=\"qsd-tp10booth-title\"\u003e10ft TensePop™ Booth Kits - Straight\u003c\/h2\u003e\n\u003cp class=\"qsd-tp10booth-subtitle\"\u003eCreate a fast 10x10 booth setup with a 10ft TensePop™ straight pop-up display, Velcro-attached custom fabric graphic, and printed wheeled hardcase podium. This portable trade show booth kit is made for fast setup, clean branding, lead capture, recruiting fairs, demos, conferences, and local business events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\n\u003ch2\u003eA Fast Pop-Up Booth Kit for 10x10 Events\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TensePop™ Booth – Straight is built for exhibitors who need a clean booth wall without a slow frame-by-frame setup. The 120\" W × 90\" H straight graphic surface gives your brand a polished backdrop, while the aluminum pop-up frame and Velcro-attached fabric graphic help your team get show-ready faster.\u003c\/p\u003e\n\u003cp\u003eThe included wheeled hardcase protects the display during transport and can also work as a compact booth podium with the custom hardcase wrap.\u003c\/p\u003e\n\u003cp\u003eUse it when you need a professional 10x10 booth presence for events with short move-in windows, frequent travel, or repeat booth setups.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\n\u003ch2\u003eA Cleaner Take on Pop-Up Displays\u003c\/h2\u003e\n\u003cp\u003eTraditional pop-up displays often rely on rigid graphic panels or magnetic strips. This TensePop™ kit uses a custom fabric graphic with Velcro attachment, giving your booth a smoother fabric look while keeping the speed and convenience of a pop-up frame.\u003c\/p\u003e\n\u003cp\u003eThe result is a portable booth wall that is easy to use for recurring events while still giving your brand a clean, modern display surface.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\n\u003ch2\u003eWheeled Hardcase That Becomes a Booth Podium\u003c\/h2\u003e\n\u003cp\u003eThe included airline-friendly hardcase helps protect and transport the display between events. With the custom printed wrap, it can also work as a compact front-of-booth podium.\u003c\/p\u003e\n\u003cp\u003eUse it for brochures, QR code scans, lead forms, samples, business cards, giveaway items, a tablet check-in station, or quick buyer conversations at the front of your booth.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tp10booth-table-wrap\"\u003e\n\u003ctable class=\"qsd-tp10booth-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TensePop™ Booth Kits - Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eFast pop-up 10x10 booth kit with straight fabric backwall and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e120\" W × 90\" H, approx. 10ft × 7.5ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Type\u003c\/th\u003e\n\u003ctd\u003eAluminum flat pop-up frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum pop-up frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric with Velcro attachment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Package Size\u003c\/th\u003e\n\u003ctd\u003e20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight with Hardcase\u003c\/th\u003e\n\u003ctd\u003eApprox. 50 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Function\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly wheeled transport hardcase with custom print; can be used as a compact booth podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 booths, career fairs, conferences, regional expos, roadshows, local business events, demos, and lead capture stations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces. Avoid wind, rain, moisture, uneven ground, and unsupervised outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backwall graphic and compatible hardcase wrap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003eProduction and shipping timeline: 9 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft × 7.5ft aluminum flat pop-up frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print with Velcro\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hardcase with wheels\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-section qsd-tp10booth-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the display size?\u003c\/summary\u003e\n\u003cp\u003eThe backdrop size is 120\" W × 90\" H, approximately 10ft × 7.5ft.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes TensePop™ different from a tube-frame backdrop?\u003c\/summary\u003e\n\u003cp\u003eTensePop™ uses a pop-up frame and Velcro-attached fabric graphic, making it faster to deploy than many tube-frame displays.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The 120\" wide straight backwall is designed for many standard 10x10 booth layouts. Please confirm your show rules, booth height limits, table placement, and available space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one aluminum flat pop-up frame, one custom fabric print with Velcro, one wheeled hardcase, and one custom fabric print for the hardcase.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hardcase be used as a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase can be wrapped with custom graphics and used as a compact booth counter for brochures, QR codes, samples, lead forms, business cards, giveaways, or quick conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement backwall graphics and hardcase wraps may be ordered for future events, campaigns, product launches, recruiting seasons, or branding updates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor events and controlled spaces. Avoid wind, rain, moisture, uneven ground, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, or high-resolution files are recommended. Use the correct templates for both the backwall and hardcase wrap.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, and material handling requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen does production start?\u003c\/summary\u003e\n\u003cp\u003eProduction starts after artwork approval. Please review and approve your proof quickly if you need the booth kit for a specific event date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10booth-cta\"\u003e\n\u003ch2\u003eReady for a Faster 10x10 Booth Setup?\u003c\/h2\u003e\n\u003cp\u003eUpload your logo, booth message, or artwork files, and our team can help prepare the backwall and hardcase graphics before production. Need it for a specific show date? Share your event deadline, booth size, and delivery address so we can help confirm the best production and shipping plan.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45320232992926,"sku":"10P-STRAIGHT","price":664.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TensePop_Booth_Straight_main.jpg?v=1783415932"},{"product_id":"tensepop-10ft-trade-show-display-curved","title":"10x10 TensePop™ Curved Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-tp10-curved-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tp10-curved-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tp10-curved-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tp10-curved-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tp10-curved-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tp10-curved-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tp10-curved-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tp10-curved-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tp10-curved-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tp10-curved-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tp10-curved-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tp10-curved-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tp10-curved-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tp10-curved-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tp10-curved-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tp10-curved-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tp10-curved-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tp10-curved-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tp10-curved-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tp10-curved-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tp10-curved-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp10-curved-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp10-curved-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp10-curved-steps {\n    counter-reset: tp10-curved-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tp10-curved-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tp10-curved-step:before {\n    counter-increment: tp10-curved-step;\n    content: counter(tp10-curved-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tp10-curved-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tp10-curved-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tp10-curved-spec-table th,\n  .qsd-tp10-curved-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tp10-curved-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tp10-curved-spec-table tr:last-child th,\n  .qsd-tp10-curved-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tp10-curved-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tp10-curved-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tp10-curved-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tp10-curved-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tp10-curved-cta h2,\n  .qsd-tp10-curved-cta p {\n    color: #fff;\n  }\n\n  .qsd-tp10-curved-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tp10-curved-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tp10-curved-hero,\n    .qsd-tp10-curved-cta {\n      padding: 24px;\n    }\n\n    .qsd-tp10-curved-title {\n      font-size: 28px;\n    }\n\n    .qsd-tp10-curved-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tp10-curved-grid-2,\n    .qsd-tp10-curved-grid-3,\n    .qsd-tp10-curved-feature-list,\n    .qsd-tp10-curved-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tp10-curved-use-list {\n      columns: 1;\n    }\n\n    .qsd-tp10-curved-spec-table,\n    .qsd-tp10-curved-spec-table tbody,\n    .qsd-tp10-curved-spec-table tr,\n    .qsd-tp10-curved-spec-table th,\n    .qsd-tp10-curved-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tp10-curved-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tp10-curved-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tp10-curved-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tp10-curved-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tp10-curved-detail\"\u003e\n\u003csection class=\"qsd-tp10-curved-hero\"\u003e\n\u003cdiv class=\"qsd-tp10-curved-eyebrow\"\u003e10ft Curved Pop-Up Booth Wall with Hardcase Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tp10-curved-title\"\u003e10ft TensePop™ Booth – Curved\u003c\/h2\u003e\n\u003cp class=\"qsd-tp10-curved-subtitle\"\u003eCreate a fast, polished 10x10 booth with a 120\" W × 90\" H curved TensePop™ backwall, Velcro-mounted custom graphic, and wheeled hard case that converts into a branded podium. It is a smart choice for trade shows, hiring fairs, conferences, retail pop-ups, local expos, and roadshow teams that need a dimensional booth without a complex build.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-section\"\u003e\n\u003ch2\u003eA Curved Pop-Up Booth Wall with a Podium Built In\u003c\/h2\u003e\n\u003cp\u003eThis 10ft TensePop™ Curved Booth gives your 10x10 space a dimensional curved fabric wall and a wheeled hard case that converts into a branded podium.\u003c\/p\u003e\n\u003cp\u003eIt is made for exhibitors who want a fast, polished booth setup without building a heavy custom exhibit. The pop-up frame opens quickly, the custom graphic attaches with Velcro, and the hard case becomes a front interaction point for your event team.\u003c\/p\u003e\n\u003cp\u003eUse it as a brand wall, check-in station, mini demo area, photo backdrop, recruiting table, sponsor message zone, or local event information point.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-section\"\u003e\n\u003ch2\u003eVelcro Graphic for Fast Alignment and Refreshes\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tp10-curved-green-note\"\u003e\n\u003cp\u003eThe fabric graphic attaches with Velcro, helping your team align the print more easily on-site and refresh the display for new campaigns.\u003c\/p\u003e\n\u003cp\u003eKeep the frame and update the graphic when your event message, sponsor, product launch, recruiting season, or regional roadshow campaign changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-section\"\u003e\n\u003ch2\u003eHard Case That Turns into a Branded Podium\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tp10-curved-note\"\u003e\n\u003cp\u003eThe wheeled hard case helps transport the booth and converts into a branded podium at the show.\u003c\/p\u003e\n\u003cp\u003eUse it for brochures, QR code scans, lead forms, business cards, small samples, giveaway items, appointment cards, or a tablet check-in station.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10' × 7.5ft aluminum curved pop-up backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric graphic with Velcro\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hard case with wheels that converts to a podium\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hard case\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tp10-curved-note\"\u003e\n\u003cp\u003eMonitor stand, lighting, shelving, table, flooring, chairs, literature racks, extra counters, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tp10-curved-table-wrap\"\u003e\n\u003ctable class=\"qsd-tp10-curved-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TensePop™ Booth – Curved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e10ft curved pop-up tension fabric booth wall with hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFinished Backwall Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 120\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum curved pop-up frame, tool-free setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic Attachment\u003c\/th\u003e\n\u003ctd\u003eVelcro attachment for precise alignment and easier adjustments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly hard case with wheels; converts to podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHard Case Weight\u003c\/th\u003e\n\u003ctd\u003eApprox. 63 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Dimensions\u003c\/th\u003e\n\u003ctd\u003eApprox. 20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eNo power is required for the standard non-backlit fabric display.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free pop-up setup. Two people are recommended for smoother setup, alignment, and booth layout planning.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces. Avoid rain, wind, wet floors, unstable surfaces, and unsupervised outdoor conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 booths, conferences, career fairs, local expos, retail pop-ups, sponsor areas, check-in stations, and roadshows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the curved fabric graphic or hardcase podium wrap for new campaigns and events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-section qsd-tp10-curved-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the finished size of the curved backwall?\u003c\/summary\u003e\n\u003cp\u003eThe finished curved backwall is approximately 120\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the backwall artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe official template lists the backwall printing area as 138.58\" W × 90.55\" H. Please design from the template instead of using only the finished display size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the hardcase podium artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe hardcase podium artwork printing area is approximately 112.2\" W × 47.24\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth backlit?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a non-backlit curved pop-up fabric booth. If you need illuminated graphics, choose an EdgeLumi™ or TenseLight™ booth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hard case turn into a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hard case can be used as a branded podium on-site with the included custom hard case print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow heavy is the hard case?\u003c\/summary\u003e\n\u003cp\u003eThe hard case weight is approximately 32 lbs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the package size?\u003c\/summary\u003e\n\u003cp\u003eThe package dimensions are approximately 20.9\" × 18.5\" × 38.4\".\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a standard 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for many 10x10 booth layouts, but because the wall is curved, please allow enough depth and confirm booth rules before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this include a monitor stand?\u003c\/summary\u003e\n\u003cp\u003eNo. This product includes the curved backwall and hardcase podium. Choose a media booth or monitor booth kit if you need a dedicated screen stand.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. You can refresh the fabric graphic or hardcase podium wrap for new campaigns, events, or brand updates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this recommended for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor and controlled event spaces. Avoid rain, wind, wet floors, unstable surfaces, and unsupervised outdoor conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official template, CMYK color mode, high-resolution images, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp10-curved-cta\"\u003e\n\u003ch2\u003eNeed a Curved Booth That Packs Small but Looks Polished?\u003c\/h2\u003e\n\u003cp\u003eSend us your logo, event date, booth size, artwork files, preferred podium message, and any venue rules you already have. Our team can help review the curved backwall layout, hardcase podium wrap, production timeline, and shipping plan before production begins.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45320248033438,"sku":"10P-CURVED","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TensePop_Booth_Curved_main.jpg?v=1783499407"},{"product_id":"tenselight-backlit-10ft-trade-show-displays-a","title":"Two-Panel TenseLight Wall | 10ft Backlit Fabric Display","description":"\u003cstyle\u003e\n  .qsd-tenselight-a-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tenselight-a-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tenselight-a-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tenselight-a-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tenselight-a-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tenselight-a-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tenselight-a-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tenselight-a-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tenselight-a-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tenselight-a-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tenselight-a-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tenselight-a-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tenselight-a-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tenselight-a-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tenselight-a-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tenselight-a-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tenselight-a-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tenselight-a-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tenselight-a-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tenselight-a-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tenselight-a-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tenselight-a-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tenselight-a-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tenselight-a-steps {\n    counter-reset: tenselight-a-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tenselight-a-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tenselight-a-step:before {\n    counter-increment: tenselight-a-step;\n    content: counter(tenselight-a-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tenselight-a-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tenselight-a-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tenselight-a-spec-table th,\n  .qsd-tenselight-a-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tenselight-a-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tenselight-a-spec-table tr:last-child th,\n  .qsd-tenselight-a-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tenselight-a-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tenselight-a-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tenselight-a-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tenselight-a-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tenselight-a-cta h2,\n  .qsd-tenselight-a-cta p {\n    color: #fff;\n  }\n\n  .qsd-tenselight-a-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tenselight-a-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tenselight-a-hero,\n    .qsd-tenselight-a-cta {\n      padding: 24px;\n    }\n\n    .qsd-tenselight-a-title {\n      font-size: 28px;\n    }\n\n    .qsd-tenselight-a-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tenselight-a-grid-2,\n    .qsd-tenselight-a-grid-3,\n    .qsd-tenselight-a-feature-list,\n    .qsd-tenselight-a-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tenselight-a-use-list {\n      columns: 1;\n    }\n\n    .qsd-tenselight-a-spec-table,\n    .qsd-tenselight-a-spec-table tbody,\n    .qsd-tenselight-a-spec-table tr,\n    .qsd-tenselight-a-spec-table th,\n    .qsd-tenselight-a-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tenselight-a-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tenselight-a-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tenselight-a-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tenselight-a-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tenselight-a-detail\"\u003e\n\u003csection class=\"qsd-tenselight-a-hero\"\u003e\n\u003cdiv class=\"qsd-tenselight-a-eyebrow\"\u003e10ft Backlit Tension Fabric Wall with Hardcase-to-Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tenselight-a-title\"\u003e10x10 TenseLight Backlit Trade Show Booth A\u003c\/h2\u003e\n\u003cp class=\"qsd-tenselight-a-subtitle\"\u003eCreate a brighter 10ft trade show backdrop with two 5ft TenseLight™ backlit tension fabric panels, rollable LED lighting arrays, and a hardcase-to-podium with custom print. This illuminated fabric wall is ideal for 10x10 booth spaces, sponsor backdrops, product demos, recruiting fairs, healthcare conferences, retail shows, corporate events, and exhibitors who want more visibility than a standard printed backdrop.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-a-section\"\u003e\n\u003ch2\u003eA 10ft Backlit Tension Fabric Wall Made from Two 5ft Panels\u003c\/h2\u003e\n\u003cp\u003eThe 10x10 TenseLight Backlit Trade Show Booth A creates a 10ft-class illuminated backdrop by connecting two 5ft straight backlit tension fabric panels.\u003c\/p\u003e\n\u003cp\u003eIt is a strong choice for exhibitors who want a brighter booth background than a standard printed wall, without moving into a full SEG lightbox booth kit or a heavy custom exhibit system.\u003c\/p\u003e\n\u003cp\u003eThis version also includes a hardcase-to-podium with custom print as a standard component, giving your team both protected transport and a branded front touchpoint for conversations, brochures, samples, QR codes, or lead capture.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-a-section\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-a-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e2 × 5ft flat aluminum snap-tube frames\u003c\/li\u003e\n\u003cli\u003e2 × LED rollable light panel arrays\u003c\/li\u003e\n\u003cli\u003e2 × High-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase-to-podium with custom print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tenselight-a-note\"\u003e\n\u003cp\u003eTables, monitors, flooring, literature racks, furniture, electrical service, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-a-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tenselight-a-table-wrap\"\u003e\n\u003ctable class=\"qsd-tenselight-a-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 TenseLight Backlit Trade Show Booth A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e10ft backlit tension fabric backdrop system made from two 5ft illuminated panels with hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePanel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 60\" W × 90\" H per panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSide-by-Side Display Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 120\" W × 90\" H when two panels are placed side by side\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eArtwork Print Area\u003c\/th\u003e\n\u003ctd\u003eOfficial template shows 62.3\" W × 89.7\" H per panel graphic. Use the official template for final file setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003eTwo LED rollable light panel arrays included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003ePower is required for the LED rollable light panel arrays. Confirm outlet access and venue electrical rules before your event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport \/ Podium\u003c\/th\u003e\n\u003ctd\u003eHardcase-to-podium with custom print included as a standard component\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for QR codes, brochures, samples, lead forms, appointment cards, business cards, giveaways, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Weight Note\u003c\/th\u003e\n\u003ctd\u003eProduct page lists 80 lbs for the nylon bag configuration. If your order ships with the hardcase-to-podium as standard, confirm final packed weight and case dimensions before show-site delivery.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, or uneven ground.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e9 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 booth backwalls, sponsor backdrops, conference booths, product demos, recruiting fairs, healthcare conferences, corporate events, and indoor brand activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request when your campaign, event, sponsor, or product message changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-a-section qsd-tenselight-a-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this display?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes two 5ft flat aluminum snap-tube frames, two LED rollable light panel arrays, two high-resolution seamless fabric prints, and one hardcase-to-podium with custom print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a full booth kit?\u003c\/summary\u003e\n\u003cp\u003eThis product is mainly a 10ft backlit tension fabric backdrop system with a branded hardcase-to-podium. Tables, monitors, flooring, furniture, literature racks, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is the display?\u003c\/summary\u003e\n\u003cp\u003eEach panel is approximately 60\" W × 90\" H. Two panels side by side create an approximately 120\" W × 90\" H 10ft-class backlit backdrop.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe official template shows a printing area of 62.3\" W × 89.7\" H for each panel graphic. Please use the official template before submitting files.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The LED rollable light panel arrays require power. Check your exhibitor manual for outlet ordering deadlines, cable rules, power strip restrictions, and extension cord requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the hardcase-to-podium included?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase-to-podium with custom print is included as a standard component in this version. It helps protect the display during transport and can be used as a branded podium on-site.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the hardcase as a counter?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase converts into a podium-style counter for brochures, samples, QR codes, lead forms, business cards, appointment prompts, or quick visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics may be ordered when your campaign, event, sponsor, or product message changes. You can also refresh the hardcase podium graphic for future events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eThis display is best suited for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet ground, or uneven surfaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tenselight-a-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a 10ft Backlit Booth Wall?\u003c\/h2\u003e\n\u003cp\u003eShare your event date, booth size, delivery address, power planning needs, artwork requirements, and whether you need matching booth accessories. Our team can help confirm layout fit, artwork setup, production timing, replacement graphic needs, color matching, and delivery planning before your trade show or conference.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45345598046366,"sku":"10WL-02","price":899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_TenseLight_Backlit_TradeShow_DisplaysA_1.jpg?v=1750209350"},{"product_id":"10x10-tenseflex-media-trade-show-displays-bridge","title":"10x10 TenseFlex™ Media Bridge Booth Display","description":"\u003cstyle\u003e\n  .qsd-tfbridge-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tfbridge-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tfbridge-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tfbridge-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tfbridge-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tfbridge-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tfbridge-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tfbridge-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tfbridge-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tfbridge-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tfbridge-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tfbridge-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tfbridge-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tfbridge-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tfbridge-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tfbridge-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tfbridge-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfbridge-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfbridge-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfbridge-steps {\n    counter-reset: tfbridge-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tfbridge-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tfbridge-step:before {\n    counter-increment: tfbridge-step;\n    content: counter(tfbridge-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tfbridge-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tfbridge-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tfbridge-spec-table th,\n  .qsd-tfbridge-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tfbridge-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tfbridge-spec-table tr:last-child th,\n  .qsd-tfbridge-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tfbridge-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tfbridge-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tfbridge-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tfbridge-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tfbridge-cta h2,\n  .qsd-tfbridge-cta p {\n    color: #fff;\n  }\n\n  .qsd-tfbridge-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tfbridge-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tfbridge-hero,\n    .qsd-tfbridge-cta {\n      padding: 24px;\n    }\n\n    .qsd-tfbridge-title {\n      font-size: 28px;\n    }\n\n    .qsd-tfbridge-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tfbridge-grid-2,\n    .qsd-tfbridge-grid-3,\n    .qsd-tfbridge-feature-list,\n    .qsd-tfbridge-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tfbridge-use-list {\n      columns: 1;\n    }\n\n    .qsd-tfbridge-spec-table,\n    .qsd-tfbridge-spec-table tbody,\n    .qsd-tfbridge-spec-table tr,\n    .qsd-tfbridge-spec-table th,\n    .qsd-tfbridge-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tfbridge-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tfbridge-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tfbridge-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tfbridge-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tfbridge-detail\"\u003e\n\u003csection class=\"qsd-tfbridge-hero\"\u003e\n\u003cdiv class=\"qsd-tfbridge-eyebrow\"\u003e10x10 Media-Ready Trade Show Booth with TV Bridge\u003c\/div\u003e\n\u003ch2 class=\"qsd-tfbridge-title\"\u003e10ft TenseFlex™ Booth-Bridge\u003c\/h2\u003e\n\u003cp class=\"qsd-tfbridge-subtitle\"\u003eCreate a more interactive 10x10 trade show booth with a TV bridge, custom fabric backdrop, branded header, and hardcase-to-podium counter. This media-ready booth display is built for product demos, video presentations, lead capture, recruiting fairs, software showcases, healthcare conferences, and brand activations where visitors need to understand your message quickly.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\n\u003ch2\u003eA 10x10 Booth Built for Video, Demos, and Real Conversations\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth-Bridge is designed for exhibitors who want more than a printed backdrop. It combines a clean 10ft fabric backwall, a front media bridge with monitor support, a branded header, and a hardcase-to-podium counter to create a compact 10x10 booth setup made for product videos, demos, visitor conversations, and lead capture.\u003c\/p\u003e\n\u003cp\u003eThe backdrop creates the main brand story, the front TV bridge brings motion and visual explanation into the booth, the header helps visitors recognize your space from farther away, and the podium gives your team a practical counter for check-in, brochures, samples, or QR code scans.\u003c\/p\u003e\n\u003cp\u003eUse it when your team needs a polished 10x10 booth that can explain a product, show software, present services, play videos, or capture leads without building a large custom exhibit.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\n\u003ch2\u003eFront Media Bridge for Stronger Booth Engagement\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfbridge-blue-note\"\u003e\n\u003cp\u003eThe front TV bridge helps bring motion and storytelling into your booth. Use the screen area to play product videos, demo reels, customer case studies, how-it-works clips, event schedules, testimonials, or lead capture prompts.\u003c\/p\u003e\n\u003cp\u003eBy placing the media bridge toward the front of the booth, visitors can understand your offer faster before they step deeper into the space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfbridge-table-wrap\"\u003e\n\u003ctable class=\"qsd-tfbridge-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth-Bridge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 media-ready trade show booth with fabric backwall, front TV bridge, header, and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Frame\u003c\/th\u003e\n\u003ctd\u003e10ft flat aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader Frame Size\u003c\/th\u003e\n\u003ctd\u003e58\" W × 12\" H aluminum header frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor Support\u003c\/th\u003e\n\u003ctd\u003eMonitor bracket designed to support 32\"–55\" TVs. TV or monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePacked Hardcase Size\u003c\/th\u003e\n\u003ctd\u003e20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Planning\u003c\/th\u003e\n\u003ctd\u003ePower access, screen setup, media player, and cord routing should be planned before the event\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eProduct demos, video presentations, SaaS showcases, healthcare conferences, recruiting fairs, franchise expos, sponsor areas, and lead capture booths\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable for backdrop, bridge, header, and podium graphics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × Arched TV bridge with monitor bracket mount, designed to support 32\"–55\" TVs\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for arch stand \/ TV bridge\u003c\/li\u003e\n\u003cli\u003e1 × Custom 58\" × 12\" aluminum header frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for header\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled transport hardcase that converts into a podium\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase \/ podium\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section qsd-tfbridge-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this booth?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 10ft flat aluminum snap-tube backdrop frame, one custom fabric backdrop print, one arched TV bridge with monitor bracket, one custom fabric print for the bridge, one 58\" × 12\" header frame with custom fabric print, and one wheeled hardcase-to-podium with custom graphics.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The TV or monitor is not included. The bridge includes a monitor bracket designed to support 32\"–55\" TVs. Please confirm screen size, weight, and VESA pattern before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for a 10x10 space?\u003c\/summary\u003e\n\u003cp\u003eYes. This booth is designed for compact 10x10 exhibit layouts. Please confirm booth rules, aisle clearance, outlet location, ceiling height, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available for the backdrop, header, TV bridge, and podium, making it easier to reuse the booth for future events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hardcase become a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase is designed for transport and can convert into a branded podium counter during the show.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I show on the TV bridge?\u003c\/summary\u003e\n\u003cp\u003eUse it for product videos, software demos, testimonials, event schedules, how-it-works content, brand reels, or lead capture prompts.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I plan power for the screen?\u003c\/summary\u003e\n\u003cp\u003eCheck your exhibitor manual for electrical rules, outlet placement, extension cord requirements, and cord routing. Power supply and screen setup should be planned before move-in.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, and material handling fees before shipping to a venue or advance warehouse.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, or high-resolution files are recommended. Use the official templates and keep key logos, QR codes, and text inside the safe areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this good for product demos?\u003c\/summary\u003e\n\u003cp\u003eYes. The TV bridge, backdrop, header, and podium work together to create a compact booth system for demos, video storytelling, lead capture, and visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a Media Booth Setup?\u003c\/h2\u003e\n\u003cp\u003eShare your booth size, event date, screen size, VESA pattern, delivery address, artwork needs, and power planning questions with our team. We can help confirm whether the 10ft TenseFlex™ Booth-Bridge fits your space and whether you may need replacement graphics, rush production, extra proof support, or advance warehouse delivery assistance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45353362784414,"sku":"10WM-STRAIGHT-H","price":849.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10-tenseflex-media-trade-show-displays-bridge-2.png?v=1782210859"},{"product_id":"10x10-tenseflex-flat-trade-show-displays-header","title":"10x10 TenseFlex™ Header Straight Booth Display","description":"\u003cstyle\u003e\n  .qsd-tfheader-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tfheader-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tfheader-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfheader-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tfheader-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tfheader-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tfheader-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tfheader-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tfheader-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tfheader-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfheader-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tfheader-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tfheader-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tfheader-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tfheader-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tfheader-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tfheader-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tfheader-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tfheader-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tfheader-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tfheader-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfheader-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfheader-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfheader-steps {\n    counter-reset: tfheader-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tfheader-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tfheader-step:before {\n    counter-increment: tfheader-step;\n    content: counter(tfheader-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tfheader-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tfheader-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tfheader-spec-table th,\n  .qsd-tfheader-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tfheader-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tfheader-spec-table tr:last-child th,\n  .qsd-tfheader-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tfheader-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tfheader-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tfheader-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tfheader-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tfheader-cta h2,\n  .qsd-tfheader-cta p {\n    color: #fff;\n  }\n\n  .qsd-tfheader-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tfheader-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tfheader-hero,\n    .qsd-tfheader-cta {\n      padding: 24px;\n    }\n\n    .qsd-tfheader-title {\n      font-size: 28px;\n    }\n\n    .qsd-tfheader-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tfheader-grid-2,\n    .qsd-tfheader-grid-3,\n    .qsd-tfheader-feature-list,\n    .qsd-tfheader-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tfheader-use-list {\n      columns: 1;\n    }\n\n    .qsd-tfheader-spec-table,\n    .qsd-tfheader-spec-table tbody,\n    .qsd-tfheader-spec-table tr,\n    .qsd-tfheader-spec-table th,\n    .qsd-tfheader-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tfheader-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tfheader-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tfheader-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tfheader-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tfheader-detail\"\u003e\n\u003csection class=\"qsd-tfheader-hero\"\u003e\n\u003cdiv class=\"qsd-tfheader-eyebrow\"\u003e10x10 Trade Show Booth Kit with Header \u0026amp; Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-tfheader-title\"\u003e10ft TenseFlex™ Booth with Header\u003c\/h2\u003e\n\u003cp class=\"qsd-tfheader-subtitle\"\u003eBuild a more complete 10x10 exhibit setup with a straight tension fabric backwall, raised header sign, and printed hardcase podium. This portable trade show booth kit gives your team a clean brand wall, stronger aisle visibility, and a compact counter for lead capture, demos, recruiting fairs, conferences, and local business events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfheader-section\"\u003e\n\u003ch2\u003eA 10x10 Booth Starter Kit with Header and Podium Case\u003c\/h2\u003e\n\u003cp\u003eCreate a cleaner booth setup with a straight fabric backwall, elevated header, and printed hardcase podium in one ready-to-use display kit.\u003c\/p\u003e\n\u003cp\u003eThe main graphic area gives your brand a large visual wall, the header helps visitors spot your booth from the aisle, and the hardcase can work as a compact front-of-booth counter for check-ins, brochures, QR codes, samples, lead forms, and quick conversations.\u003c\/p\u003e\n\u003cp\u003eIt is a strong starter kit for teams that need a professional 10x10 booth presence without a heavy custom exhibit build.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfheader-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfheader-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfheader-table-wrap\"\u003e\n\u003ctable class=\"qsd-tfheader-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth with Header\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 trade show booth kit with straight fabric backwall, raised header, and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Frame\u003c\/th\u003e\n\u003ctd\u003e10ft flat aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader Frame Size\u003c\/th\u003e\n\u003ctd\u003e58\" W × 12\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Package Size\u003c\/th\u003e\n\u003ctd\u003e20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight with Hardcase\u003c\/th\u003e\n\u003ctd\u003e55 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Function\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly wheeled transport hardcase with custom print; can be used as a compact booth podium or counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 booths, trade shows, conferences, demos, recruiting fairs, hotel events, retail pop-ups, and lead capture stations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces. Avoid wind, rain, moisture, uneven ground, and unsupervised outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backwall, header, and hardcase wrap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfheader-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × 58\" × 12\" aluminum header frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for header\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hardcase with wheels\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfheader-section qsd-tfheader-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes this booth different from a standard 10ft backdrop?\u003c\/summary\u003e\n\u003cp\u003eThis kit includes a straight fabric backwall, raised header sign, and printed wheeled hardcase podium, giving your booth more structure and visibility than a backdrop-only setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the main graphic sizes?\u003c\/summary\u003e\n\u003cp\u003eMain backwall print area: 119.29\" W × 91.73\" H. Header print area: 64.17\" W × 18.11\" H. Hardcase wrap print area: 107\" W × 42.9\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the header used for?\u003c\/summary\u003e\n\u003cp\u003eThe header is ideal for your logo, booth number, product category, short slogan, sponsor name, event message, or QR prompt.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hardcase be used as a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase can be wrapped with custom graphics and used as a compact counter for brochures, QR scans, samples, business cards, giveaways, or lead capture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for many standard 10x10 booth layouts, but always confirm your show rules, booth height limits, aisle clearance, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need separate artwork files?\u003c\/summary\u003e\n\u003cp\u003eYes. Please prepare separate files for the backwall, header, and hardcase wrap using the correct templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement backwall, header, and hardcase graphics may be ordered for future campaigns, sponsors, product launches, recruiting seasons, or annual events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor events and controlled spaces. Avoid wind, rain, moisture, uneven ground, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, and material handling requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen does production start?\u003c\/summary\u003e\n\u003cp\u003eProduction starts after artwork approval. Please review and approve your proof quickly if you need the booth kit for a specific event date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfheader-cta\"\u003e\n\u003ch2\u003eReady to Build a More Complete 10x10 Booth?\u003c\/h2\u003e\n\u003cp\u003eUpload your logo, booth message, header text, and hardcase artwork, or request free design help before production. Need it for a specific show date? Share your booth size, event deadline, and delivery address so our team can help confirm the best production and shipping plan.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45353379070110,"sku":"10W-STRAIGHT-H","price":599.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth_with_Header_main.jpg?v=1783301308"},{"product_id":"10x10-tenseflex-flat-trade-show-displays-max","title":"10x10 TenseFlex Max Flat Trade Show Booth","description":"\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct Details\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"MsoNormal\"\u003eTransform your 10x10 trade show presence with our premium TenseFlex Max Straight Display, featuring a sleek 10ft straight-top tension fabric backdrop with integrated brow bar and a versatile 3-layer merchandise shelving unit. The snap-together aluminum frame assembles like building blocks with pre-numbered connectors, while the hidden bottom zipper ensures a flawless, wrinkle-free fit every time. Rounded smooth corners protect graphics from tears, while the included heavy-duty Oxford wheeled case makes transport effortless. Perfect for corporate teams, retail brands and savvy exhibitors, the TenseFlex Max combines museum-quality visuals with trade-show toughness - all packing down into a single convenient case. Experience the future of hassle-free trade shows - order your TenseFlex Max today!\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eSpecifications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eFrame: Anodized Aluminum Snap-Tube Frame\u003c\/p\u003e\n\u003cp\u003eGraphic: Wrinkle-free, Seamless  Tension Fabric\u003c\/p\u003e\n\u003cp\u003ePrinting: High-Resolution Heat Transfer Printing\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct includes\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch3\u003e\u003cstrong\u003eBackdrop\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e(1) 10' Flat Aluminum Snap-Tube Frame\u003c\/p\u003e\n\u003cp\u003e(1) High Resolution Seamless Fabric Print\u003c\/p\u003e\n\u003cp\u003e(1) Nylon Duffel Bag\u003c\/p\u003e\n\u003cp\u003e(1) 58''\u003cstrong\u003e\u003c\/strong\u003ex12'' Tension Fabric Header\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e(1) Aluminum Merchandise Shelving Unit with\u003cstrong\u003e \u003c\/strong\u003e4-tier adjustable shelf (Panel supports up to 15 lbs each)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 57, 97);\"\u003eOptional Upgrades\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e(2) LED Lights\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e(1) Hard Shipping Case Only\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e(1) Hard Shipping Case with Custom Print\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv id=\"ag-1746783267021\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1746785179166\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1747131119595\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1747191367531\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable width=\"100%\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 50.5415%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/Hard_Shipping_Case_Only.jpg?v=1753783088\" alt=\"\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 49.0975%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/Hard_Shipping_Case_with_Custom_Print_39bcbd2f-86ce-45fb-a761-f03946e3518a.jpg?v=1754535830\" alt=\"\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 50.5415%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/2000px.jpg?v=1766658441\" alt=\"\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 49.0975%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv id=\"ag-1750145488359\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1750315690088\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1750326197501\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"ag-1752549030939\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1169.75px; left: 157.953px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1753783486044\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; z-index: 1000; top: 1407.28px; left: 157.953px; display: none;\" class=\"simg-pop-btn\"\u003e\u003csvg data-testid=\"ImageSearchIcon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; z-index: 1000; top: 1411.33px; left: 443.5px; display: none;\" data-hover=\"0\" class=\"simg-pop-btn\"\u003e\u003csvg data-testid=\"ImageSearchIcon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" data-hover=\"0\" style=\"position: absolute; z-index: 1000; top: 1109.62px; left: 443.5px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1048.44px; left: 21px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1053.75px; left: 302.984px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1753951918164\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1443px; left: 21px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1048.44px; left: 21px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1053.75px; left: 302.984px; display: flex;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1053.75px; left: 302.984px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45353703440542,"sku":"10W-STRAIGHT-G13","price":1699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_TenseFlex_Max_Trade_Show_Displays-Flat_1_b3c51eb0-9632-4865-8a3d-a7376dbdf323.png?v=1750850161"},{"product_id":"10x10-tenseflex-trade-show-displays-merchandising","title":"10x10 TenseFlex Trade Show Booth - Merchandising","description":"\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct Details\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"MsoNormal\"\u003eThe TenseFlex Merchandising Kit redefines versatility in 10ft trade show displays by offering unmatched merchandising flexibility without compromising brand visibility. This complete booth comes standard with four shelves, offering versatile merchandising options for everything like small consumer goods. It's worth mentioning that you can easily adjust the number of shelves to accommodate products of varying sizes and display requirements. The hidden bottom zipper ensures a wrinkle-free fit, while smooth rounded corners protect graphics from tears—installation is effortless. The lightweight aluminum frame features snap-together assembly, and the included Oxford carry bag makes transport a breeze. It ensures your products—and your brand—make a lasting impression at every event.\u003c\/p\u003e\n\u003cp class=\"MsoNormal\"\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eSpecifications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eBackdrop Size: 3.3'x7.4'(Middle), 3'x7.4'(Beside)\u003c\/p\u003e\n\u003cp\u003eFrame: Anodized Aluminum Snap-Tube Frame\u003c\/p\u003e\n\u003cp\u003eGraphic: Wrinkle-free, Seamless  Tension Fabric\u003c\/p\u003e\n\u003cp\u003ePrinting: High-Resolution Heat Transfer Printing\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct includes\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch3\u003e\u003cstrong\u003eBackdrop\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e(3) 3' Flat Aluminum Snap-Tube Frame\u003c\/p\u003e\n\u003cp\u003e(1) High Resolution Seamless Fabric Print\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e(2) Aluminum Merchandise Shelving (Panel supports up to 15 lbs each)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e(1) Nylon Duffel Bag\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 57, 97);\"\u003eOptional Upgrades\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e(2) LED Lights\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e(1) Hard Shipping Case Only\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e(1) Hard Shipping Case with Custom Print\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv id=\"ag-1746783267021\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1747013420510\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1747186502369\"\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1748317985186\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8195%;\"\u003e\n\u003ch2 class=\"fs-5 fs-md-2 mb-12\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/Hard_Shipping_Case_Only.jpg?v=1753783088\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8195%;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/Hard_Shipping_Case_with_Custom_Print_39bcbd2f-86ce-45fb-a761-f03946e3518a.jpg?v=1754535830\" alt=\"\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8195%;\"\u003e\n\u003ch2 class=\"fs-5 fs-md-2 mb-12\"\u003e\n\u003cstrong\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h2\u003e\n\u003ch2 class=\"fs-5 fs-md-2 mb-12\"\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"fs-5 fs-md-2 mb-12\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/LED_Light.jpg?v=1753783094\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8195%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv id=\"ag-1748501648657\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"ag-1750315592516\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"ag-1750325924941\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv id=\"ag-1752548332419\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; z-index: 1000; top: 1070.48px; left: 159.984px; display: none;\" class=\"simg-pop-btn\"\u003e\u003csvg data-testid=\"ImageSearchIcon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv id=\"ag-1753783370740\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1071.22px; left: 159.984px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 1071.19px; left: 437.953px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 977.625px; left: 299px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 997.594px; left: 21px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 997.594px; left: 21px; display: none;\"\u003e\u003csvg class=\"\" focusable=\"false\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 977.625px; left: 299px; display: none;\"\u003e\u003csvg class=\"\" focusable=\"false\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"position: absolute; z-index: 1000; top: 977.625px; left: 299px; display: none;\"\u003e\u003csvg class=\"\" focusable=\"false\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45499889025182,"sku":"10W-01","price":1949.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_TenseFlex_Trade_Show_Displays-Merchandising_1.png?v=1751449929"},{"product_id":"10x10-tenseflex-trade-show-display-kit-d","title":"10x10 TenseFlex™ Modular Media Booth Display D","description":"\u003cstyle\u003e\n  .qsd-tf-kitd-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf-kitd-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf-kitd-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf-kitd-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf-kitd-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf-kitd-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf-kitd-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf-kitd-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf-kitd-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf-kitd-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf-kitd-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf-kitd-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf-kitd-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf-kitd-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf-kitd-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf-kitd-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf-kitd-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf-kitd-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf-kitd-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf-kitd-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf-kitd-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-kitd-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-kitd-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-kitd-steps {\n    counter-reset: tf-kitd-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf-kitd-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf-kitd-step:before {\n    counter-increment: tf-kitd-step;\n    content: counter(tf-kitd-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf-kitd-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf-kitd-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf-kitd-spec-table th,\n  .qsd-tf-kitd-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf-kitd-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf-kitd-spec-table tr:last-child th,\n  .qsd-tf-kitd-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf-kitd-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf-kitd-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf-kitd-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf-kitd-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf-kitd-cta h2,\n  .qsd-tf-kitd-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf-kitd-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf-kitd-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf-kitd-hero,\n    .qsd-tf-kitd-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf-kitd-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf-kitd-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf-kitd-grid-2,\n    .qsd-tf-kitd-grid-3,\n    .qsd-tf-kitd-feature-list,\n    .qsd-tf-kitd-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf-kitd-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf-kitd-spec-table,\n    .qsd-tf-kitd-spec-table tbody,\n    .qsd-tf-kitd-spec-table tr,\n    .qsd-tf-kitd-spec-table th,\n    .qsd-tf-kitd-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf-kitd-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf-kitd-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf-kitd-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf-kitd-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf-kitd-detail\"\u003e\n\u003csection class=\"qsd-tf-kitd-hero\"\u003e\n\u003cdiv class=\"qsd-tf-kitd-eyebrow\"\u003eStarter 10x10 Booth Kit with 10ft Backwall and 8ft Table Throw\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf-kitd-title\"\u003e10ft TenseFlex™ Booth Kit D\u003c\/h2\u003e\n\u003cp class=\"qsd-tf-kitd-subtitle\"\u003eBuild a clean 10x10 booth setup with a portable trade show backdrop and matching 8ft printed table throw. This starter exhibit kit is designed for small businesses, recruiting teams, nonprofits, schools, and growing brands that need a professional booth presence without a complicated exhibit system.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitd-section\"\u003e\n\u003ch2\u003eA Clean Starter Booth for 10x10 Spaces\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth Kit D is built for exhibitors who need a simple, polished booth setup without a large custom build.\u003c\/p\u003e\n\u003cp\u003eThe straight fabric backwall gives your brand a full visual background, while the matching 8ft table throw turns your front table into a coordinated check-in, demo, product information, or lead capture area.\u003c\/p\u003e\n\u003cp\u003eUse this kit when you need a practical, portable, budget-friendly exhibit setup that looks coordinated from the aisle and is easy to reuse across multiple events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitd-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitd-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft straight fabric backwall frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom-printed backwall graphic\u003c\/li\u003e\n\u003cli\u003e1 × 8ft printed loose table throw\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag for transport and storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf-kitd-note\"\u003e\n\u003cp\u003eA physical table, lighting, flooring, counters, shelves, TV mounts, literature racks, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf-kitd-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf-kitd-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth Kit D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eStarter 10x10 booth kit with straight fabric backwall and matching 8ft printed loose table throw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackwall Display\u003c\/th\u003e\n\u003ctd\u003e10ft flat aluminum snap-tube backdrop frame with custom high-resolution seamless fabric graphic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTable Throw\u003c\/th\u003e\n\u003ctd\u003e8ft high-quality printed loose table throw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Table Size\u003c\/th\u003e\n\u003ctd\u003eStandard 8ft table. Table is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame with tool-free numbered assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase\u003c\/th\u003e\n\u003ctd\u003eNylon duffel bag for transport and storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube setup. Two people are recommended for smoother installation and layout alignment.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor trade shows, conferences, recruiting fairs, school events, nonprofit events, and controlled indoor exhibit spaces.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future trade shows, recruiting seasons, sponsorships, rebranding projects, or new campaigns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitd-section qsd-tf-kitd-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this kit suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This kit is designed as a clean starter setup for many 10x10 exhibit spaces, career fairs, recruiting events, and small business booths. Please check your event rules for exact display size limits.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the kit include a physical table?\u003c\/summary\u003e\n\u003cp\u003eNo. The kit includes an 8ft printed loose table throw, but the folding table itself is not included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat table size does the throw fit?\u003c\/summary\u003e\n\u003cp\u003eThe table throw is designed for a standard 8ft table, approximately 96\" L × 30\" W × 30\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the artwork sizes?\u003c\/summary\u003e\n\u003cp\u003eThe backwall print area is approximately 119.29\" W × 91.73\" H. The table throw print area is approximately 156\" W × 89\" H. Please use the official template and keep important text inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement backwall graphics and table throw graphics can be ordered for future campaigns, seasons, sponsors, or rebranding needs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add lights or accessories?\u003c\/summary\u003e\n\u003cp\u003eAdditional lighting, counters, flooring, literature racks, or other accessories may be quoted separately if needed for your booth setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, or high-resolution files are recommended. Vector logos are preferred for the cleanest print result.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or event venue?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth number labels, carrier rules, and material handling requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitd-cta\"\u003e\n\u003ch2\u003eReady to Build Your Starter Booth?\u003c\/h2\u003e\n\u003cp\u003eUpload your logo, brand colors, or booth message, and our team can help prepare a clean backwall and table throw layout before production. Need it for a specific event date? Share your booth size, deadline, and whether you need extra lighting or accessories so we can help confirm the best setup plan.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45508480336030,"sku":"QSET-04","price":519.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth_Kit_D_main.jpg?v=1783688544"},{"product_id":"10x10-tenpop-trade-show-display-kit-a","title":"10x10 TensePop™ Modular Booth Display B","description":"\u003cstyle\u003e\n  .qsd-tensepop-kitb-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tensepop-kitb-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tensepop-kitb-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitb-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitb-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitb-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tensepop-kitb-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tensepop-kitb-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tensepop-kitb-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tensepop-kitb-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitb-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tensepop-kitb-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tensepop-kitb-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tensepop-kitb-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kitb-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tensepop-kitb-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tensepop-kitb-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tensepop-kitb-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tensepop-kitb-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tensepop-kitb-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tensepop-kitb-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kitb-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kitb-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kitb-steps {\n    counter-reset: tensepop-kitb-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tensepop-kitb-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kitb-step:before {\n    counter-increment: tensepop-kitb-step;\n    content: counter(tensepop-kitb-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tensepop-kitb-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tensepop-kitb-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tensepop-kitb-spec-table th,\n  .qsd-tensepop-kitb-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tensepop-kitb-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tensepop-kitb-spec-table tr:last-child th,\n  .qsd-tensepop-kitb-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tensepop-kitb-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kitb-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitb-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tensepop-kitb-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tensepop-kitb-cta h2,\n  .qsd-tensepop-kitb-cta p {\n    color: #fff;\n  }\n\n  .qsd-tensepop-kitb-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tensepop-kitb-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tensepop-kitb-hero,\n    .qsd-tensepop-kitb-cta {\n      padding: 24px;\n    }\n\n    .qsd-tensepop-kitb-title {\n      font-size: 28px;\n    }\n\n    .qsd-tensepop-kitb-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tensepop-kitb-grid-2,\n    .qsd-tensepop-kitb-grid-3,\n    .qsd-tensepop-kitb-feature-list,\n    .qsd-tensepop-kitb-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tensepop-kitb-use-list {\n      columns: 1;\n    }\n\n    .qsd-tensepop-kitb-spec-table,\n    .qsd-tensepop-kitb-spec-table tbody,\n    .qsd-tensepop-kitb-spec-table tr,\n    .qsd-tensepop-kitb-spec-table th,\n    .qsd-tensepop-kitb-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tensepop-kitb-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tensepop-kitb-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tensepop-kitb-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tensepop-kitb-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tensepop-kitb-detail\"\u003e\n\u003csection class=\"qsd-tensepop-kitb-hero\"\u003e\n\u003cdiv class=\"qsd-tensepop-kitb-eyebrow\"\u003ePortable 10ft Curved Pop-Up Booth Kit with 6ft Table Throw\u003c\/div\u003e\n\u003ch2 class=\"qsd-tensepop-kitb-title\"\u003e10x10 TensePop™ Booth Kit B\u003c\/h2\u003e\n\u003cp class=\"qsd-tensepop-kitb-subtitle\"\u003eBuild a clean, professional booth in minutes with a 10ft curved pop-up fabric backdrop and matching 6ft printed loose table throw. This simple, portable display kit is designed for trade shows, recruiting events, local expos, business fairs, and brand activations that need a polished booth without heavy hardware or complicated installation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitb-section\"\u003e\n\u003ch2\u003eA Complete Pop-Up Booth Kit for Simple 10x10 Setups\u003c\/h2\u003e\n\u003cp\u003eThe 10x10 TensePop™ Booth Kit B pairs a 10ft curved pop-up fabric backdrop with a custom printed 6ft loose table throw, giving your booth a cohesive branded look from the backwall to the front table.\u003c\/p\u003e\n\u003cp\u003eIt is made for teams that need a professional display without bulky exhibit structures, long setup time, heavy hardware, or complicated installation steps.\u003c\/p\u003e\n\u003cp\u003eUse it when your event setup needs to be quick, clean, portable, and easy to repeat across trade shows, recruiting fairs, local expos, school events, and community activations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitb-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitb-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft curved aluminum pop-up frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric graphic\u003c\/li\u003e\n\u003cli\u003e1 × 6ft high quality printed loose table throw\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag for storage and transport\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tensepop-kitb-note\"\u003e\n\u003cp\u003eTable is not included. The printed table throw is designed to fit a standard 6ft event table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitb-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tensepop-kitb-table-wrap\"\u003e\n\u003ctable class=\"qsd-tensepop-kitb-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 TensePop™ Booth Kit B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10ft curved pop-up trade show display kit with custom 6ft printed loose table throw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e10' × 7.5', approximately 120\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Style\u003c\/th\u003e\n\u003ctd\u003eCurved pop-up fabric backdrop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum pop-up frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTable Throw\u003c\/th\u003e\n\u003ctd\u003e6ft high quality printed loose table throw, designed to fit a standard 6ft event table\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTable\u003c\/th\u003e\n\u003ctd\u003eNot included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e23 lbs with nylon bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free pop-up setup. One person can set it up, but two people are recommended for faster and smoother installation.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, business expos, career fairs, recruiting events, school events, healthcare open houses, local vendor markets, and brand activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, strong wind, wet surfaces, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future campaigns, events, recruiting seasons, or brand updates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitb-section qsd-tensepop-kitb-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the table included?\u003c\/summary\u003e\n\u003cp\u003eNo. This kit includes a custom printed 6ft loose table throw, but the physical table is not included. It is designed to fit a standard 6ft event table.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in this booth kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 10ft curved aluminum pop-up frame, one custom high-resolution seamless fabric graphic, one 6ft high quality printed loose table throw, and one nylon duffel bag.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is the backdrop?\u003c\/summary\u003e\n\u003cp\u003eThe backdrop size is 10' × 7.5', approximately 120\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many people are needed for setup?\u003c\/summary\u003e\n\u003cp\u003eOne person can set it up, but two people are recommended for faster and smoother installation. No special tools are required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the backdrop graphic later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics are available, so you can update your booth for new campaigns, events, recruiting seasons, or brand changes without buying a new frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this kit easy to transport between events?\u003c\/summary\u003e\n\u003cp\u003eYes. The pop-up frame folds down for easier transport, and the kit includes a nylon duffel bag for storage and event movement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric washable?\u003c\/summary\u003e\n\u003cp\u003eThe fabric is designed for repeated event use. For best results, use gentle care and allow the fabric to dry completely before storage.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis kit is best for indoor and dry covered event spaces. Avoid rain, strong wind, wet surfaces, unstable ground, and unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official template, keep key text inside the safe area, and use high-resolution images.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it for a standard 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The 10ft curved backdrop and 6ft table throw are a strong fit for many standard 10x10 booth layouts. Please confirm your booth rules, floor space, and table availability before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitb-cta\"\u003e\n\u003ch2\u003eNeed a Simple Booth for Your Next Event?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, booth goal, artwork status, delivery address, and table plan. Our team can help confirm the right setup and prepare your print-ready design before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45846219358366,"sku":"10P-01","price":454.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TensePop_Booth_Kit_B_main.jpg?v=1783687873"},{"product_id":"10x10-tenpop-trade-show-display-kit-c","title":"10x10 TensePop™ Modular Booth Display C","description":"\u003cstyle\u003e\n  .qsd-tensepop-kitc-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tensepop-kitc-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tensepop-kitc-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitc-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitc-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitc-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tensepop-kitc-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tensepop-kitc-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tensepop-kitc-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tensepop-kitc-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitc-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tensepop-kitc-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tensepop-kitc-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tensepop-kitc-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kitc-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tensepop-kitc-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tensepop-kitc-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tensepop-kitc-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tensepop-kitc-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tensepop-kitc-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tensepop-kitc-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kitc-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kitc-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kitc-steps {\n    counter-reset: tensepop-kitc-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tensepop-kitc-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kitc-step:before {\n    counter-increment: tensepop-kitc-step;\n    content: counter(tensepop-kitc-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tensepop-kitc-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tensepop-kitc-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tensepop-kitc-spec-table th,\n  .qsd-tensepop-kitc-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tensepop-kitc-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tensepop-kitc-spec-table tr:last-child th,\n  .qsd-tensepop-kitc-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tensepop-kitc-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kitc-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tensepop-kitc-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tensepop-kitc-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tensepop-kitc-cta h2,\n  .qsd-tensepop-kitc-cta p {\n    color: #fff;\n  }\n\n  .qsd-tensepop-kitc-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tensepop-kitc-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tensepop-kitc-hero,\n    .qsd-tensepop-kitc-cta {\n      padding: 24px;\n    }\n\n    .qsd-tensepop-kitc-title {\n      font-size: 28px;\n    }\n\n    .qsd-tensepop-kitc-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tensepop-kitc-grid-2,\n    .qsd-tensepop-kitc-grid-3,\n    .qsd-tensepop-kitc-feature-list,\n    .qsd-tensepop-kitc-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tensepop-kitc-use-list {\n      columns: 1;\n    }\n\n    .qsd-tensepop-kitc-spec-table,\n    .qsd-tensepop-kitc-spec-table tbody,\n    .qsd-tensepop-kitc-spec-table tr,\n    .qsd-tensepop-kitc-spec-table th,\n    .qsd-tensepop-kitc-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tensepop-kitc-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tensepop-kitc-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tensepop-kitc-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tensepop-kitc-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tensepop-kitc-detail\"\u003e\n\u003csection class=\"qsd-tensepop-kitc-hero\"\u003e\n\u003cdiv class=\"qsd-tensepop-kitc-eyebrow\"\u003e10ft Curved Pop-Up Booth Kit with Table Throw and Retractable Banner\u003c\/div\u003e\n\u003ch2 class=\"qsd-tensepop-kitc-title\"\u003e10ft TensePop™ Booth Kit C\u003c\/h2\u003e\n\u003cp class=\"qsd-tensepop-kitc-subtitle\"\u003eCreate a complete 10x10 booth setup with a 10ft curved pop-up fabric backdrop, a branded 6ft printed loose table throw, and a retractable banner stand. This portable booth kit is built for fast setup, flexible messaging, and a clean professional look at local events, trade shows, recruiting fairs, pop-ups, and roadshows.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitc-section\"\u003e\n\u003ch2\u003eA Complete Starter Booth for 10x10 Event Spaces\u003c\/h2\u003e\n\u003cp\u003eThis kit is ideal for teams that need a full booth presence without heavy hardware or a complicated build. It gives you a curved backdrop for brand impact, a 6ft table throw for front-facing interaction, and a retractable banner for flexible event messaging.\u003c\/p\u003e\n\u003cp\u003eUse it when you need a backdrop, a front table area, and a flexible message stand in one portable package.\u003c\/p\u003e\n\u003cp\u003eThe curved pop-up frame creates a more dimensional look than a flat wall, while the table throw and banner help your booth communicate clearly from both the aisle and close-up conversation area.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitc-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitc-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft curved aluminum pop-up frame\u003c\/li\u003e\n\u003cli\u003e1 × High-resolution seamless fabric print for the backdrop\u003c\/li\u003e\n\u003cli\u003e1 × 2.8ft aluminum retractable banner stand frame\u003c\/li\u003e\n\u003cli\u003e1 × 6ft high-quality printed loose table throw\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag for transport and storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tensepop-kitc-note\"\u003e\n\u003cp\u003ePhysical table, chairs, flooring, lighting, monitor, literature rack, furniture, electrical service, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitc-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tensepop-kitc-table-wrap\"\u003e\n\u003ctable class=\"qsd-tensepop-kitc-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TensePop™ Booth Kit C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 curved pop-up booth kit with 10ft fabric backdrop, 6ft printed loose table throw, retractable banner stand, and nylon duffel bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e10' W × 7.5' H, approximately 120\" W × 90\" H. Finished display and artwork dimensions may vary slightly; use the official template for final file setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum pop-up frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Graphic\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution seamless tension fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic Attachment\u003c\/th\u003e\n\u003ctd\u003eVelcro-mounted tension fabric graphic for quick alignment and easier graphic replacement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBanner Stand Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 33.47\" W × 78.74\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTable Throw\u003c\/th\u003e\n\u003ctd\u003e6ft high-quality printed loose table throw. Physical table is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCarrying Bag\u003c\/th\u003e\n\u003ctd\u003eNylon duffel bag included for transport and storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Weight\u003c\/th\u003e\n\u003ctd\u003eApprox. 30 lbs with nylon bag configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free pop-up setup. Two people are recommended for smoother setup, alignment, and booth layout planning.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, strong wind, wet ground, unstable flooring, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, demos, recruiting fairs, pop-ups, roadshows, local expos, chamber events, nonprofit events, school events, startup showcases, and community promotions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop, table throw, or retractable banner for future campaigns and events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitc-section qsd-tensepop-kitc-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this kit designed for a standard 10x10 booth space?\u003c\/summary\u003e\n\u003cp\u003eYes. The 10ft curved backdrop, table throw, and retractable banner are designed to work well in many standard 10x10 booth layouts. Always confirm booth rules, height limits, aisle clearance, and available floor space with your event organizer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the table included?\u003c\/summary\u003e\n\u003cp\u003eNo. This kit includes a custom printed 6ft loose table throw, but the physical table is not included. It is designed to fit a standard 6ft event table.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the retractable banner be used separately?\u003c\/summary\u003e\n\u003cp\u003eYes. The retractable banner stand can be placed beside the booth, near the aisle, at a check-in area, or used as a separate promotional display for future events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a backlit booth?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a non-backlit TensePop™ booth kit. If you need illuminated graphics, consider a TenseLight™ or EdgeLumi™ booth instead.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available, so you can update the backdrop, table throw, or retractable banner for new campaigns without replacing the hardware.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eThis display is best used indoors or in dry, covered event spaces. It is not designed for rain, strong wind, wet ground, unstable flooring, or unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official templates, high-resolution images, CMYK color mode, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow heavy is the kit?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists the nylon bag weight as approximately 23 lbs. Plan transport and event receiving accordingly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric flame-retardant?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists wrinkle-free seamless tension fabric. If your event requires flame-retardant documentation, material certificates, or venue compliance details, please confirm requirements with our team before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kitc-cta\"\u003e\n\u003ch2\u003eNeed a Simple Booth That Still Looks Professional?\u003c\/h2\u003e\n\u003cp\u003eSend us your logo, event date, brand colors, booth message, delivery address, and whether you need help matching the backdrop, table throw, and retractable banner design. Our team can help prepare a clean layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45846230139038,"sku":"10P-02","price":719.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TensePop_Booth_Kit_C_main.jpg?v=1783688449"},{"product_id":"10x10-tenselight-backlit-trade-show-booth-bridge","title":"10x10 TenseLight™ TV Bridge Backlit Booth Display Wall","description":"\u003cstyle\u003e\n  .qsd-tfbridge-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tfbridge-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tfbridge-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tfbridge-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tfbridge-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tfbridge-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tfbridge-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfbridge-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tfbridge-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tfbridge-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tfbridge-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tfbridge-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tfbridge-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tfbridge-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tfbridge-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tfbridge-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tfbridge-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tfbridge-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfbridge-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfbridge-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfbridge-steps {\n    counter-reset: tfbridge-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tfbridge-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tfbridge-step:before {\n    counter-increment: tfbridge-step;\n    content: counter(tfbridge-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tfbridge-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tfbridge-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tfbridge-spec-table th,\n  .qsd-tfbridge-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tfbridge-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tfbridge-spec-table tr:last-child th,\n  .qsd-tfbridge-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tfbridge-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tfbridge-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tfbridge-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tfbridge-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tfbridge-cta h2,\n  .qsd-tfbridge-cta p {\n    color: #fff;\n  }\n\n  .qsd-tfbridge-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tfbridge-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tfbridge-hero,\n    .qsd-tfbridge-cta {\n      padding: 24px;\n    }\n\n    .qsd-tfbridge-title {\n      font-size: 28px;\n    }\n\n    .qsd-tfbridge-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tfbridge-grid-2,\n    .qsd-tfbridge-grid-3,\n    .qsd-tfbridge-feature-list,\n    .qsd-tfbridge-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tfbridge-use-list {\n      columns: 1;\n    }\n\n    .qsd-tfbridge-spec-table,\n    .qsd-tfbridge-spec-table tbody,\n    .qsd-tfbridge-spec-table tr,\n    .qsd-tfbridge-spec-table th,\n    .qsd-tfbridge-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tfbridge-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tfbridge-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tfbridge-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tfbridge-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tfbridge-detail\"\u003e\n\u003csection class=\"qsd-tfbridge-hero\"\u003e\n\u003cdiv class=\"qsd-tfbridge-eyebrow\"\u003e10x10 Media-Ready Trade Show Booth with TV Bridge\u003c\/div\u003e\n\u003ch2 class=\"qsd-tfbridge-title\"\u003e10ft TenseFlex™ Booth-Bridge\u003c\/h2\u003e\n\u003cp class=\"qsd-tfbridge-subtitle\"\u003eCreate a more interactive 10x10 trade show booth with a TV bridge, custom fabric backdrop, branded header, and hardcase-to-podium counter. This media-ready booth display is built for product demos, video presentations, lead capture, recruiting fairs, software showcases, healthcare conferences, and brand activations where visitors need to understand your message quickly.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\n\u003ch2\u003eA 10x10 Booth Built for Video, Demos, and Real Conversations\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth-Bridge is designed for exhibitors who want more than a printed backdrop. It combines a clean 10ft fabric backwall, a front media bridge with monitor support, a branded header, and a hardcase-to-podium counter to create a compact 10x10 booth setup made for product videos, demos, visitor conversations, and lead capture.\u003c\/p\u003e\n\u003cp\u003eThe backdrop creates the main brand story, the front TV bridge brings motion and visual explanation into the booth, the header helps visitors recognize your space from farther away, and the podium gives your team a practical counter for check-in, brochures, samples, or QR code scans.\u003c\/p\u003e\n\u003cp\u003eUse it when your team needs a polished 10x10 booth that can explain a product, show software, present services, play videos, or capture leads without building a large custom exhibit.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfbridge-table-wrap\"\u003e\n\u003ctable class=\"qsd-tfbridge-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth-Bridge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 media-ready trade show booth with fabric backwall, front TV bridge, header, and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor Support\u003c\/th\u003e\n\u003ctd\u003eMonitor bracket designed to support 32\"–55\" TVs. TV or monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePacked Hardcase Size\u003c\/th\u003e\n\u003ctd\u003e20.9\" × 18.5\" × 38.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Planning\u003c\/th\u003e\n\u003ctd\u003ePower access, screen setup, media player, and cord routing should be planned before the event\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower\u003c\/th\u003e\n\u003ctd\u003eRated Power: 350W\u003cbr\u003eOutput Power: 320W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eProduct demos, video presentations, SaaS showcases, healthcare conferences, recruiting fairs, franchise expos, sponsor areas, and lead capture booths\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable for backdrop, bridge, header, and podium graphics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × Arched TV bridge with monitor bracket mount, designed to support 32\"–55\" TVs\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for arch stand \/ TV bridge\u003c\/li\u003e\n\u003cli\u003e1 × Custom 58\" × 12\" aluminum header frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for header\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled transport hardcase that converts into a podium\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase \/ podium\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-section qsd-tfbridge-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this booth?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 10ft flat aluminum snap-tube backdrop frame, one custom fabric backdrop print, one arched TV bridge with monitor bracket, one custom fabric print for the bridge, one 58\" × 12\" header frame with custom fabric print, and one wheeled hardcase-to-podium with custom graphics.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The TV or monitor is not included. The bridge includes a monitor bracket designed to support 32\"–55\" TVs. Please confirm screen size, weight, and VESA pattern before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for a 10x10 space?\u003c\/summary\u003e\n\u003cp\u003eYes. This booth is designed for compact 10x10 exhibit layouts. Please confirm booth rules, aisle clearance, outlet location, ceiling height, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available for the backdrop, header, TV bridge, and podium, making it easier to reuse the booth for future events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hardcase become a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase is designed for transport and can convert into a branded podium counter during the show.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I show on the TV bridge?\u003c\/summary\u003e\n\u003cp\u003eUse it for product videos, software demos, testimonials, event schedules, how-it-works content, brand reels, or lead capture prompts.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I plan power for the screen?\u003c\/summary\u003e\n\u003cp\u003eCheck your exhibitor manual for electrical rules, outlet placement, extension cord requirements, and cord routing. Power supply and screen setup should be planned before move-in.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, and material handling fees before shipping to a venue or advance warehouse.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, or high-resolution files are recommended. Use the official templates and keep key logos, QR codes, and text inside the safe areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this good for product demos?\u003c\/summary\u003e\n\u003cp\u003eYes. The TV bridge, backdrop, header, and podium work together to create a compact booth system for demos, video storytelling, lead capture, and visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfbridge-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a Media Booth Setup?\u003c\/h2\u003e\n\u003cp\u003eShare your booth size, event date, screen size, VESA pattern, delivery address, artwork needs, and power planning questions with our team. We can help confirm whether the 10ft TenseFlex™ Booth-Bridge fits your space and whether you may need replacement graphics, rush production, extra proof support, or advance warehouse delivery assistance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45932434948254,"sku":"10WL-03","price":1319.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10-tenselight-backlit-trade-show-booth-bridge-2.png?v=1782211066"},{"product_id":"10x10-edgelumi-backlit-trade-show-booth","title":"10x10 EdgeLumi™ PRO Aluminum Modular SEG Backlit Booth Display","description":"\u003cstyle\u003e\n  .qsd-edgelumi10-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-edgelumi10-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-edgelumi10-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi10-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-edgelumi10-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-edgelumi10-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-edgelumi10-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-edgelumi10-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-edgelumi10-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi10-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi10-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-edgelumi10-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-edgelumi10-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-edgelumi10-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi10-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-edgelumi10-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-edgelumi10-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-edgelumi10-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-edgelumi10-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-edgelumi10-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-edgelumi10-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi10-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi10-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi10-steps {\n    counter-reset: edgelumi10-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-edgelumi10-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi10-step:before {\n    counter-increment: edgelumi10-step;\n    content: counter(edgelumi10-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-edgelumi10-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-edgelumi10-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-edgelumi10-spec-table th,\n  .qsd-edgelumi10-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-edgelumi10-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi10-spec-table tr:last-child th,\n  .qsd-edgelumi10-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-edgelumi10-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi10-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-edgelumi10-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-edgelumi10-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-edgelumi10-cta h2,\n  .qsd-edgelumi10-cta p {\n    color: #fff;\n  }\n\n  .qsd-edgelumi10-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-edgelumi10-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-edgelumi10-hero,\n    .qsd-edgelumi10-cta {\n      padding: 24px;\n    }\n\n    .qsd-edgelumi10-title {\n      font-size: 28px;\n    }\n\n    .qsd-edgelumi10-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-edgelumi10-grid-2,\n    .qsd-edgelumi10-grid-3,\n    .qsd-edgelumi10-feature-list,\n    .qsd-edgelumi10-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-edgelumi10-use-list {\n      columns: 1;\n    }\n\n    .qsd-edgelumi10-spec-table,\n    .qsd-edgelumi10-spec-table tbody,\n    .qsd-edgelumi10-spec-table tr,\n    .qsd-edgelumi10-spec-table th,\n    .qsd-edgelumi10-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-edgelumi10-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-edgelumi10-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-edgelumi10-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-edgelumi10-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-edgelumi10-detail\"\u003e\n\u003csection class=\"qsd-edgelumi10-hero\"\u003e\n\u003cdiv class=\"qsd-edgelumi10-eyebrow\"\u003e10x10 LED SEG Backlit Booth with Counter\u003c\/div\u003e\n\u003ch2 class=\"qsd-edgelumi10-title\"\u003e10x10 EdgeLumi™ Backlit Trade Show Booth\u003c\/h2\u003e\n\u003cp class=\"qsd-edgelumi10-subtitle\"\u003eCreate a brighter 10x10 booth with an LED SEG backlit wall and matching backlit counter. This EdgeLumi™ trade show booth gives your team a clean illuminated brand wall, functional counter space, and a premium exhibit look for product demos, recruiting fairs, conferences, retail activations, and lead capture events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi10-section\"\u003e\n\u003ch2\u003eA Complete 10x10 Backlit Booth, Not Just a Lightbox Wall\u003c\/h2\u003e\n\u003cp\u003eThe 10x10 EdgeLumi™ Backlit Trade Show Booth combines a bright LED SEG backlit wall with a matching SEG backlit counter, giving your booth both a high-impact visual background and a functional front-of-booth conversation point.\u003c\/p\u003e\n\u003cp\u003eIt is built for brands that want a cleaner, brighter, and more premium 10x10 setup without building a full custom exhibit.\u003c\/p\u003e\n\u003cp\u003eUse the backlit wall to attract attention from the aisle, then use the counter for QR scans, brochures, samples, check-ins, appointment prompts, or quick sales conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi10-section\"\u003e\n\u003ch2\u003eBacklit Counter for Lead Capture and Booth Conversations\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi10-green-note\"\u003e\n\u003cp\u003eThe included SEG backlit counter gives your team a bright front-of-booth touchpoint for QR code scans, brochures, lead forms, samples, appointment cards, giveaway items, and quick visitor conversations.\u003c\/p\u003e\n\u003cp\u003eIt helps turn the display from a glowing background into a working booth station where visitors can stop, scan, ask questions, and start a conversation with your team.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi10-section\"\u003e\n\u003ch2\u003eBuilt to Stay Visible Under Exhibit Hall Lighting\u003c\/h2\u003e\n\u003cp\u003eConvention centers can be visually crowded. The EdgeLumi™ backlit wall helps your graphics stay brighter and easier to notice from the aisle, making it useful for product launches, sponsor messages, demo booths, recruiting displays, and premium brand presentations.\u003c\/p\u003e\n\u003cp\u003eThe continuous SEG graphic creates a clean frameless glow effect, while the counter adds a functional front area for lead capture and visitor engagement.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi10-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi10-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi10-table-wrap\"\u003e\n\u003ctable class=\"qsd-edgelumi10-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 EdgeLumi Backlit Trade Show Booth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 LED SEG backlit booth wall with matching SEG fabric backlit counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBacklit Wall Size\u003c\/th\u003e\n\u003ctd\u003e117.6\" W × 90\" H, based on the listed 9.8' × 7.5' backdrop size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized Aluminum SEG frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003eUS \/ EU plug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting Information\u003c\/th\u003e\n\u003ctd\u003e160 lumen \/ 6500K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransformer\u003c\/th\u003e\n\u003ctd\u003eDC 24V output \/ AC110–240V input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWatts\u003c\/th\u003e\n\u003ctd\u003e300W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eElectric Current\u003c\/th\u003e\n\u003ctd\u003e24A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003eSEG fabric backlit counter included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport Bags\u003c\/th\u003e\n\u003ctd\u003e2 nylon bags with wheels and cushioning foam\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Dimensions\u003c\/th\u003e\n\u003ctd\u003e2 cartons: 46.46\" × 17.32\" × 4.72\"; 1 carton: 41.34\" × 11.81\" × 4.72\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 trade show booths, product demos, retail activations, recruiting fairs, conferences, sponsor areas, and lead capture events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eIndoor use. Best for controlled event spaces with safe power access. Avoid rain, wind, moisture, uneven ground, and unsafe power conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future campaigns, product launches, recruiting events, sponsor programs, or brand updates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi10-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft aluminum SEG lightbox frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution stretch fabric graphic\u003c\/li\u003e\n\u003cli\u003e1 × SEG fabric backlit counter\u003c\/li\u003e\n\u003cli\u003e2 × Nylon bags with wheels and cushioning foam\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi10-section qsd-edgelumi10-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in this booth kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 10ft aluminum SEG lightbox frame, one custom high-resolution stretch fabric graphic, one SEG fabric backlit counter, and two nylon bags with wheels and cushioning foam.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the display size?\u003c\/summary\u003e\n\u003cp\u003eThe backlit wall size is approximately 117.6\" W × 90\" H, based on the listed 9.8' × 7.5' backdrop size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the counter included?\u003c\/summary\u003e\n\u003cp\u003eYes. The kit includes one SEG fabric backlit counter for front-of-booth engagement, brochures, QR scans, samples, or lead capture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need electricity?\u003c\/summary\u003e\n\u003cp\u003eYes. The LED backlit wall and counter require power. Please confirm outlet access, cable routing, and show electrical rules before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat power information is listed for this product?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists US \/ EU plug, DC 24V output, AC110\/240V input, 300W, 24A, and 160 lumen \/ 6500K lighting.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for many standard 10x10 booth layouts, but always confirm your show rules, booth height limits, counter placement, and electrical access before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor events and controlled spaces. Avoid rain, wind, moisture, uneven ground, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement SEG graphics may be ordered for future campaigns, product launches, recruiting events, sponsor programs, or brand updates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth labels, carrier rules, and material handling requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, or high-resolution files are recommended. Use the correct template and keep important logos, QR codes, and text inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45932748865694,"sku":"10EL-01","price":959.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_EdgeLumi__Booth_Kit_A-no-podium_5619a579-5640-498b-b43f-b8263b2214b7.jpg?v=1782892224"},{"product_id":"10x10-edgelumi-backlit-trade-show-booth-bridge","title":"10x10 EdgeLumi™ PRO Aluminum Modular TV Bridge SEG Backlit Booth Display","description":"\u003cstyle\u003e\n  .qsd-edgelumi-bridge-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-edgelumi-bridge-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-edgelumi-bridge-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-bridge-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-bridge-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-bridge-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-edgelumi-bridge-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-edgelumi-bridge-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-edgelumi-bridge-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-bridge-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-bridge-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-edgelumi-bridge-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-edgelumi-bridge-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-edgelumi-bridge-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-bridge-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-edgelumi-bridge-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-edgelumi-bridge-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-edgelumi-bridge-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-edgelumi-bridge-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-edgelumi-bridge-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-edgelumi-bridge-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-bridge-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-bridge-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-bridge-steps {\n    counter-reset: edgelumi-bridge-step;\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-edgelumi-bridge-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-bridge-step:before {\n    counter-increment: edgelumi-bridge-step;\n    content: counter(edgelumi-bridge-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-edgelumi-bridge-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-edgelumi-bridge-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-edgelumi-bridge-spec-table th,\n  .qsd-edgelumi-bridge-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-edgelumi-bridge-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-bridge-spec-table tr:last-child th,\n  .qsd-edgelumi-bridge-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-edgelumi-bridge-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-bridge-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-edgelumi-bridge-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-edgelumi-bridge-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-edgelumi-bridge-cta h2,\n  .qsd-edgelumi-bridge-cta p {\n    color: #fff;\n  }\n\n  .qsd-edgelumi-bridge-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 1000px) {\n    .qsd-edgelumi-bridge-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-edgelumi-bridge-hero,\n    .qsd-edgelumi-bridge-cta {\n      padding: 24px;\n    }\n\n    .qsd-edgelumi-bridge-title {\n      font-size: 28px;\n    }\n\n    .qsd-edgelumi-bridge-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-edgelumi-bridge-grid-2,\n    .qsd-edgelumi-bridge-grid-3,\n    .qsd-edgelumi-bridge-feature-list,\n    .qsd-edgelumi-bridge-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-edgelumi-bridge-use-list {\n      columns: 1;\n    }\n\n    .qsd-edgelumi-bridge-spec-table,\n    .qsd-edgelumi-bridge-spec-table tbody,\n    .qsd-edgelumi-bridge-spec-table tr,\n    .qsd-edgelumi-bridge-spec-table th,\n    .qsd-edgelumi-bridge-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-edgelumi-bridge-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-edgelumi-bridge-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-edgelumi-bridge-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-edgelumi-bridge-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-edgelumi-bridge-detail\"\u003e\n\u003csection class=\"qsd-edgelumi-bridge-hero\"\u003e\n\u003cdiv class=\"qsd-edgelumi-bridge-eyebrow\"\u003e10x10 SEG Backlit Booth with Bridge Media Zone\u003c\/div\u003e\n\u003ch2 class=\"qsd-edgelumi-bridge-title\"\u003e10x10 EdgeLumi Backlit Trade Show Booth - Bridge\u003c\/h2\u003e\n\u003cp class=\"qsd-edgelumi-bridge-subtitle\"\u003eCreate a brighter 10x10 booth with SEG backlit graphics, a bridge-style media zone, TV-ready display area, display shelves, and a branded counter for trade shows, expos, and product demos. This booth helps turn a standard 10x10 space into a bright, professional exhibit built for demos, meetings, lead capture, and stronger brand impact.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-bridge-section\"\u003e\n\u003ch2\u003eA Brighter 10x10 Booth Built for Demos, Meetings, and Brand Impact\u003c\/h2\u003e\n\u003cp\u003eThe 10x10 EdgeLumi Backlit Trade Show Booth - Bridge combines a high-resolution SEG fabric backlit wall with an illuminated bridge-style side display, a TV-ready media area, display shelf space, and a branded counter.\u003c\/p\u003e\n\u003cp\u003eThe bridge layout adds depth to your booth and creates a built-in media zone for video demos, product storytelling, brand presentations, or meeting support. Compared with a flat backwall only, it gives your 10x10 booth more structure, more function, and a stronger aisle-facing presence.\u003c\/p\u003e\n\u003cp\u003eUse this display when your team needs backlit visual impact, video support, product presentation, and a clean front-of-booth conversation area in one compact booth system.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-bridge-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-bridge-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi-bridge-green-note\"\u003e\n\u003cp\u003eThe booth kit is built around a 10x10 EdgeLumi backlit bridge display system. Final accessories may vary by order configuration, but the setup is designed around a backlit SEG wall, illuminated bridge \/ side lightbox frame, TV-ready display area, display shelf area, branded counter, LED lighting system, power supply, and transport bags.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e1 × Backlit SEG fabric wall with custom printed graphic\u003c\/li\u003e\n\u003cli\u003e1 × Illuminated bridge \/ side lightbox frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom SEG graphic set for the bridge display\u003c\/li\u003e\n\u003cli\u003e1 × TV-ready display area \/ monitor mount setup\u003c\/li\u003e\n\u003cli\u003e1 × Display shelf set for lightweight product presentation\u003c\/li\u003e\n\u003cli\u003e1 × Branded counter with custom graphic\u003c\/li\u003e\n\u003cli\u003e1 × LED lighting system with power supply\u003c\/li\u003e\n\u003cli\u003eTransport bags for storage and event movement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-edgelumi-bridge-note\"\u003e\n\u003cp\u003eMonitor is not included. Final accessories may vary by order configuration. Please confirm your selected configuration, monitor plan, power needs, and event deadline before production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-bridge-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi-bridge-table-wrap\"\u003e\n\u003ctable class=\"qsd-edgelumi-bridge-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 EdgeLumi Backlit Trade Show Booth - Bridge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 backlit SEG booth with bridge-style media display, TV-ready area, display shelves, and branded counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphics\u003c\/th\u003e\n\u003ctd\u003eCustom SEG fabric, wrinkle-free, washable, and flame-retardant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003eIntegrated LED lighting system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower\u003c\/th\u003e\n\u003ctd\u003eStandard indoor power source required for LED lighting and any monitor used\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor\u003c\/th\u003e\n\u003ctd\u003eNot included. Please confirm monitor size, screen weight, VESA pattern, power access, and cable routing plan.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003e2-person setup recommended, especially for the bridge display, backlit sections, counter, and final cable routing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, moisture, strong wind, unstable ground, and unsafe power conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, tech expos, healthcare conferences, franchise shows, university recruiting events, retail pop-ups, product demos, corporate roadshows, buyer meetings, and brand activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eSEG fabric graphics can be replaced for future events, campaigns, product launches, seasonal promotions, or updated branding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-bridge-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-bridge-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-bridge-section qsd-edgelumi-bridge-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included with this booth?\u003c\/summary\u003e\n\u003cp\u003eNo. The booth includes a TV-ready display area \/ monitor mount setup, but the monitor is not included. Please confirm your monitor size, screen weight, VESA pattern, and power access before installation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat TV size does the template reference?\u003c\/summary\u003e\n\u003cp\u003eReferences a 32\"–55\" TV area. Always confirm your actual monitor size, weight, mounting pattern, and venue rules before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics for a future event?\u003c\/summary\u003e\n\u003cp\u003eYes. The SEG fabric graphics can be replaced, so you can refresh the booth for a new campaign, product launch, seasonal promotion, or updated branding without replacing the full hardware set.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many people are needed for setup?\u003c\/summary\u003e\n\u003cp\u003eWe recommend 2 people for a smoother setup, especially for the bridge and backlit sections. Setup time depends on experience, venue rules, and the final booth configuration.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this booth be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis booth is best for indoor or dry covered event spaces. Because it uses LED components and fabric graphics, it is not recommended for rain, strong wind, moisture, or unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eYes. A standard indoor power source is required for the LED lighting system and any monitor you use. Confirm outlet placement and venue electrical rules before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003eUse the official artwork template. Print-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, high-resolution images, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I prepare before ordering?\u003c\/summary\u003e\n\u003cp\u003ePrepare your logo, brand colors, key message, product images, event deadline, delivery address, and any video or demo plan for the TV area. If you are unsure about the layout, our team can help you create a clean booth design before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a standard 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This booth is designed as a bright 10x10 bridge-style backlit display. Please confirm your booth rules, ceiling height, outlet location, aisle clearance, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labels, carrier rules, material handling requirements, and venue address rules before shipping to an advance warehouse or show site.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45932761219230,"sku":"10EL-02","price":1359.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_EdgeLumi_Backli_Trade_Show_Booth_Bridge_main.jpg?v=1782990120"},{"product_id":"10x10-tenseflex-media-trade-show-booth-highlight","title":"10x10 TenseFlex™ Modular Media Booth Display B","description":"\u003cstyle\u003e\n  .qsd-tf-media-highlight-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf-media-highlight-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf-media-highlight-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf-media-highlight-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf-media-highlight-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf-media-highlight-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf-media-highlight-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf-media-highlight-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf-media-highlight-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf-media-highlight-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf-media-highlight-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf-media-highlight-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf-media-highlight-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf-media-highlight-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf-media-highlight-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf-media-highlight-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf-media-highlight-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf-media-highlight-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf-media-highlight-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf-media-highlight-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf-media-highlight-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-media-highlight-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-media-highlight-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-media-highlight-steps {\n    counter-reset: tf-media-highlight-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf-media-highlight-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf-media-highlight-step:before {\n    counter-increment: tf-media-highlight-step;\n    content: counter(tf-media-highlight-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf-media-highlight-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf-media-highlight-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf-media-highlight-spec-table th,\n  .qsd-tf-media-highlight-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf-media-highlight-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf-media-highlight-spec-table tr:last-child th,\n  .qsd-tf-media-highlight-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf-media-highlight-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf-media-highlight-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf-media-highlight-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf-media-highlight-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf-media-highlight-cta h2,\n  .qsd-tf-media-highlight-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf-media-highlight-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf-media-highlight-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf-media-highlight-hero,\n    .qsd-tf-media-highlight-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf-media-highlight-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf-media-highlight-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf-media-highlight-grid-2,\n    .qsd-tf-media-highlight-grid-3,\n    .qsd-tf-media-highlight-feature-list,\n    .qsd-tf-media-highlight-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf-media-highlight-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf-media-highlight-spec-table,\n    .qsd-tf-media-highlight-spec-table tbody,\n    .qsd-tf-media-highlight-spec-table tr,\n    .qsd-tf-media-highlight-spec-table th,\n    .qsd-tf-media-highlight-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf-media-highlight-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf-media-highlight-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf-media-highlight-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf-media-highlight-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf-media-highlight-detail\"\u003e\n\u003csection class=\"qsd-tf-media-highlight-hero\"\u003e\n\u003cdiv class=\"qsd-tf-media-highlight-eyebrow\"\u003e10x10 Media Booth Kit with Arch Monitor Display and 3D Column\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf-media-highlight-title\"\u003e10ft TenseFlex™ Booth Kit B\u003c\/h2\u003e\n\u003cp class=\"qsd-tf-media-highlight-subtitle\"\u003eBuild a more engaging 10x10 booth with a flat fabric backwall, parachute-shaped header, 7-shaped arch monitor display, 3D vertical column, and branded hardcase-to-podium. This booth kit is designed for brands that need both visual impact and media presentation space.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-media-highlight-section\"\u003e\n\u003ch2\u003eA Media-Ready Booth for Brand Stories, Product Demos, and Sales Conversations\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth Kit B creates a more dimensional booth experience than a simple backwall. It combines a flat fabric backwall, high-position header, 3D vertical column, L-shaped arch monitor display, and a hardcase that converts into a branded podium.\u003c\/p\u003e\n\u003cp\u003eUse the flat backwall for your main brand story, the parachute-shaped header for your logo, the 3D column for a product line or campaign message, and the arch monitor area for video content, product demos, software walkthroughs, customer stories, or live presentations.\u003c\/p\u003e\n\u003cp\u003eThis kit is a strong fit for exhibitors that need to explain, present, or demo products—not just display a logo.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-media-highlight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf-media-highlight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf-media-highlight-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × Custom 62\" W × 31.5\" H parachute-shaped tension fabric header\u003c\/li\u003e\n\u003cli\u003e1 × Custom 76.8\" W × 90\" H flat tension fabric backwall display\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase-to-podium with custom printed graphic\u003c\/li\u003e\n\u003cli\u003e1 × Custom 39.6\" W × 117.6\" H × 15.6\" D 3D vertical column\u003c\/li\u003e\n\u003cli\u003e1 × Monitor bracket for compatible 55\" monitor up to 32 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Custom 98.4\" W × 89.76\" H × 39.6\" D 7-shaped arch monitor display banner stand\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf-media-highlight-note\"\u003e\n\u003cp\u003eMonitor is not included. Flooring, chairs, tablets, literature racks, extra lighting, electrical service, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-media-highlight-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf-media-highlight-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf-media-highlight-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth Kit B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 media presentation booth kit with flat backwall, parachute header, 3D column, arch monitor display, and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMain Backwall Size\u003c\/th\u003e\n\u003ctd\u003e76.8\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader Size\u003c\/th\u003e\n\u003ctd\u003e62\" W × 31.5\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003e3D Column Size\u003c\/th\u003e\n\u003ctd\u003e39.6\" W × 117.6\" H × 15.6\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eArch Monitor Display Size\u003c\/th\u003e\n\u003ctd\u003e98.4\" W × 89.76\" H × 39.6\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003ePremium anodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor Bracket\u003c\/th\u003e\n\u003ctd\u003eSupports compatible 55\" monitor up to 32 lbs. Monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium\u003c\/th\u003e\n\u003ctd\u003eHardcase converts into a branded podium with custom printed graphic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe fabric booth structure does not require power, but your monitor will. Confirm outlet access, extension cord rules, and cable routing before the event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube assembly. Two people are recommended for smoother setup, especially when positioning the arch, column, header, and monitor area.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, strong wind, wet ground, unstable flooring, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTech expos, SaaS demos, medical conferences, franchise shows, recruiting fairs, retail pop-ups, beauty launches, nonprofit events, chamber expos, and corporate roadshows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new campaigns, product launches, sponsors, seasonal messages, or brand refreshes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation or specific fabric certification, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-media-highlight-section qsd-tf-media-highlight-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this kit designed for a standard 10x10 booth space?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for 10x10 exhibit planning, but we recommend confirming your booth rules, aisle direction, height limits, and available floor space with the event organizer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in this kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one parachute-shaped tension fabric header, one flat tension fabric backwall display, one hardcase-to-podium with custom printed graphic, one 3D vertical column, one monitor bracket, and one 7-shaped arch monitor display banner stand.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it easy to set up?\u003c\/summary\u003e\n\u003cp\u003eYes. The snap-tube frame is designed for tool-free assembly. Two people are recommended for a smoother setup, especially when positioning the arch, column, header, and monitor area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the monitor included?\u003c\/summary\u003e\n\u003cp\u003eNo. This kit includes a monitor bracket, but the monitor itself is not included. Please use a compatible monitor and confirm size, weight, VESA pattern, and mounting details before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat monitor size does the bracket support?\u003c\/summary\u003e\n\u003cp\u003eThe monitor bracket supports a compatible 55\" monitor up to 32 lbs. Please confirm monitor dimensions, screen weight, and VESA pattern before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eThe booth fabric structure does not require power, but your monitor will need power. Confirm outlet access, extension cord rules, and cable routing with your venue before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement fabric graphics are available, so you can refresh the booth for new campaigns, product launches, sponsors, or seasonal messages without replacing the hardware.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this booth be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis display is best used indoors or in dry, covered event spaces. It is not designed for rain, strong wind, wet ground, unstable flooring, or unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official templates, high-resolution images, CMYK color mode, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does production and shipping take?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists 11 business days for production and shipping after artwork approval. Please allow additional time for artwork proofing and event receiving if you have a fixed show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-media-highlight-cta\"\u003e\n\u003ch2\u003ePlanning a Booth That Needs to Present More Than a Logo?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, monitor plan, booth message, delivery address, and artwork status. Our team can help prepare a clean media booth layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45996659835038,"sku":"10WM-01","price":1199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth_Kit_B_main.jpg?v=1783688103"},{"product_id":"10x10-inline-trade-show-booth-04","title":"10x10 Inline Trade Show Booth 04","description":"\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct Details\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis integrated exhibition solution is designed for modern, efficient events, featuring a striking 3D vertical column as the central backdrop accompanied by two ultra-slim display panels, arranged in a \"central focus with dual-side support\" layout that balances visual impact and operational convenience. It is also equipped with a versatile shelf accessory for product display or brochure distribution, along with an integrated TV mount perfect for dynamic multimedia presentations. The entire system is lightweight and highly portable, packed into durable nylon duffel bags allowing easy transport and rapid setup by a single operator. For enhanced protection and convenience, you can upgrade to a professional wheeled transport case—featuring smooth-rolling wheels and an ergonomic telescopic handle—dramatically improving transport safety and ease of handling. Ideal for trade shows, exhibitions, and pop-up events. Upgrade your exhibition experience—request a quote or custom demo today!\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eSpecifications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eFrame: Anodized Aluminum Snap-Tube Frame\u003c\/p\u003e\n\u003cp\u003eGraphic: Wrinkle-free, Seamless  Tension Fabric\u003c\/p\u003e\n\u003cp\u003ePrinting: High-Resolution Heat Transfer Printing\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct includes\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch3\u003e\u003cstrong\u003eBackdrop\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e(2) 3.3ft Straight Collapsible Aluminum Snap-Tube Frame\u003c\/p\u003e\n\u003cp\u003e(1) 3D Vertical Column\u003c\/p\u003e\n\u003cp\u003e(3) High Resolution Seamless Fabric Print\u003c\/p\u003e\n\u003cp\u003e(1) \u003cspan\u003eIntegrated TV Mount with Display Shelving\u003c\/span\u003e (Supports up to 32\"-55\" TV)\u003c\/p\u003e\n\u003cp\u003e(1) Nylon Duffel Bag\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 57, 97);\"\u003eOptional Upgrades\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e(3) LED Lights\u003c\/p\u003e\n\u003cp\u003e(1) Hard Shipping Case Only\u003c\/p\u003e\n\u003cp\u003e(1) Hard Shipping Case with Custom Print\u003c\/p\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":45996823511198,"sku":"10WM-04","price":1919.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_TenseFlex_Media_Flat_Trade_Show_Displays-Max_1417_png.jpg?v=1759823515"},{"product_id":"10x10-inline-trade-show-booth-05","title":"10x10 Semi-Enclosed Inline Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-inline05-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-inline05-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-inline05-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-inline05-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-inline05-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-inline05-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-inline05-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-inline05-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-inline05-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-inline05-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-inline05-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-inline05-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-inline05-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-inline05-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-inline05-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-inline05-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-inline05-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-inline05-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-inline05-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-inline05-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-inline05-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-inline05-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-inline05-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-inline05-steps {\n    counter-reset: inline05-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-inline05-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-inline05-step:before {\n    counter-increment: inline05-step;\n    content: counter(inline05-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-inline05-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-inline05-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-inline05-spec-table th,\n  .qsd-inline05-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-inline05-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-inline05-spec-table tr:last-child th,\n  .qsd-inline05-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-inline05-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-inline05-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-inline05-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-inline05-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-inline05-cta h2,\n  .qsd-inline05-cta p {\n    color: #fff;\n  }\n\n  .qsd-inline05-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-inline05-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-inline05-hero,\n    .qsd-inline05-cta {\n      padding: 24px;\n    }\n\n    .qsd-inline05-title {\n      font-size: 28px;\n    }\n\n    .qsd-inline05-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-inline05-grid-2,\n    .qsd-inline05-grid-3,\n    .qsd-inline05-feature-list,\n    .qsd-inline05-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-inline05-use-list {\n      columns: 1;\n    }\n\n    .qsd-inline05-spec-table,\n    .qsd-inline05-spec-table tbody,\n    .qsd-inline05-spec-table tr,\n    .qsd-inline05-spec-table th,\n    .qsd-inline05-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-inline05-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-inline05-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-inline05-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-inline05-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-inline05-detail\"\u003e\n\u003csection class=\"qsd-inline05-hero\"\u003e\n\u003cdiv class=\"qsd-inline05-eyebrow\"\u003e10x10 Semi-Enclosed Fabric Trade Show Booth with Low Side Panels\u003c\/div\u003e\n\u003ch2 class=\"qsd-inline05-title\"\u003e10x10 Inline Trade Show Booth 05\u003c\/h2\u003e\n\u003cp class=\"qsd-inline05-subtitle\"\u003eGive your 10x10 booth a more finished look without closing it off. A full-height backwall anchors your brand, while two low side panels add graphic space, shape the booth entrance, and keep visitor flow open. A hardcase-to-podium with custom print is included as a standard component, giving your team both transport protection and a branded front interaction point.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-section\"\u003e\n\u003ch2\u003eA More Structured 10x10 Booth Without Closing the Space\u003c\/h2\u003e\n\u003cp\u003eThis semi-enclosed fabric booth is designed for exhibitors who want more structure than a single backdrop, but still need an open and approachable layout.\u003c\/p\u003e\n\u003cp\u003eThe full-height 10ft backwall becomes the main visual anchor, while two low side panels help frame the booth, add message space, and guide visitors into the display area without blocking sightlines.\u003c\/p\u003e\n\u003cp\u003eThe included hardcase-to-podium with custom print creates a branded front counter for brochures, samples, QR codes, sign-ups, appointment cards, and quick visitor conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-section\"\u003e\n\u003ch2\u003eBackwall for Attention, Low Side Panels for Structure\u003c\/h2\u003e\n\u003cdiv class=\"qsd-inline05-grid-3\"\u003e\n\u003cdiv class=\"qsd-inline05-card\"\u003e\n\u003ch3\u003eFull-Height Backwall\u003c\/h3\u003e\n\u003cp\u003eUse the 10ft backwall for your hero image, brand story, campaign message, service promise, or main product offer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline05-card\"\u003e\n\u003ch3\u003eTwo Low Side Panels\u003c\/h3\u003e\n\u003cp\u003eThe low panels help frame the booth entrance while keeping the booth open, visible, and easy for visitors to enter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-inline05-card\"\u003e\n\u003ch3\u003eHardcase-to-Podium\u003c\/h3\u003e\n\u003cp\u003eThe printed hardcase protects the display during transport and converts into a branded front counter during the event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft straight collapsible aluminum snap-tube backwall frame\u003c\/li\u003e\n\u003cli\u003e2 × 119\" W × 41\" H straight low side panel frames\u003c\/li\u003e\n\u003cli\u003e3 × High-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase-to-podium with custom print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-inline05-note\"\u003e\n\u003cp\u003eLED lights, flooring, separate counters, tables, chairs, monitors, literature racks, furniture, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-section\"\u003e\n\u003ch2\u003eOptional Upgrade\u003c\/h2\u003e\n\u003cdiv class=\"qsd-inline05-grid-2\"\u003e\n\u003cdiv class=\"qsd-inline05-card\"\u003e\n\u003ch3\u003eLED Lights\u003c\/h3\u003e\n\u003cp\u003eAdd LED lights to brighten the backwall in dim event halls, hotel ballrooms, conference spaces, or indoor exhibit areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-inline05-table-wrap\"\u003e\n\u003ctable class=\"qsd-inline05-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 Inline Trade Show Booth 05\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 semi-enclosed fabric trade show booth with full-height backwall, two low side panels, and hardcase-to-podium with custom print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMain Backwall Graphic Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 119\" W × 92\" H for artwork planning. Use the official artwork template for final file setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLow Side Panel Size\u003c\/th\u003e\n\u003ctd\u003e119\" W × 41\" H each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eStraight anodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport \/ Podium\u003c\/th\u003e\n\u003ctd\u003eHardcase-to-podium with custom print included as a standard component\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for brochures, samples, QR codes, sign-ups, appointment cards, lead forms, business cards, giveaways, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional Upgrade\u003c\/th\u003e\n\u003ctd\u003eLED lights for added backwall brightness in indoor event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStandard Power Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard fabric booth does not require power. Optional LED lights require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube setup. Two people are recommended for smoother frame assembly, fabric installation, podium setup, and booth layout alignment.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, strong wind, wet ground, unstable flooring, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eEducation events, recruiting fairs, healthcare information booths, travel promotions, nonprofit outreach, service businesses, community events, and local brand showcases\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the main backwall, both side panels, and hardcase podium graphic for future campaigns, new programs, sponsors, seasons, or rebranding needs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-section qsd-inline05-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the branded counter included?\u003c\/summary\u003e\n\u003cp\u003eYes. The hardcase-to-podium with custom print is included as a standard component in this version. It protects the display during transport and converts into a branded front counter for brochures, samples, sign-ups, QR codes, giveaways, or visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth designed for a standard 10x10 space?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for standard 10x10 inline booth planning, with a full-height backwall and two low side panels that help frame the space. Always confirm booth rules, height limits, aisle direction, and available floor space with your event organizer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in the standard kit?\u003c\/summary\u003e\n\u003cp\u003eThe standard kit includes one 10ft straight collapsible aluminum snap-tube backwall frame, two 119\" W × 41\" H straight low side panel frames, three high-resolution seamless fabric prints, and one hardcase-to-podium with custom print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eThe standard fabric booth does not require power. If you add optional LED lights, please confirm outlet access, extension cord rules, and cable routing with your venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available for the main backwall, both side panels, and hardcase podium graphic, so you can update the booth for new events without replacing the frames.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this booth be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis display is best used indoors or in dry, covered event spaces. It is not designed for rain, strong wind, wet ground, unstable flooring, or unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I add LED lights?\u003c\/summary\u003e\n\u003cp\u003eYes. LED lights are available as an optional upgrade. They can help brighten the backwall in dim exhibit halls, hotel conference rooms, and indoor event spaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs a separate table included?\u003c\/summary\u003e\n\u003cp\u003eNo. A separate table is not included. The included hardcase-to-podium can be used as a compact branded front counter.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official templates, high-resolution images, CMYK color mode, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric flame-retardant?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists wrinkle-free seamless tension fabric. If your event requires specific flame-retardant documentation, material certificates, or venue compliance details, please confirm requirements with our team before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-inline05-cta\"\u003e\n\u003ch2\u003ePlanning a 10x10 Booth That Needs More Structure Than a Simple Backdrop?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, booth message, layout needs, and whether you want optional LED lights. Our team can help create a clean layout for the backwall, side panels, and included hardcase-to-podium before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46005763637406,"sku":"10W-05","price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_semi_enclosed_inline_trade_show_booth_display_main.jpg?v=1785495324"},{"product_id":"10x10-inline-trade-show-booth-14","title":"10x10 TenseFlex™ Modular Media Booth Display C","description":"\u003cstyle\u003e\n  .qsd-tf-kitc-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf-kitc-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf-kitc-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf-kitc-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf-kitc-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf-kitc-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf-kitc-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf-kitc-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf-kitc-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf-kitc-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf-kitc-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf-kitc-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf-kitc-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf-kitc-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf-kitc-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf-kitc-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf-kitc-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf-kitc-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf-kitc-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf-kitc-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf-kitc-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-kitc-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-kitc-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf-kitc-steps {\n    counter-reset: tf-kitc-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf-kitc-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf-kitc-step:before {\n    counter-increment: tf-kitc-step;\n    content: counter(tf-kitc-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf-kitc-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf-kitc-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf-kitc-spec-table th,\n  .qsd-tf-kitc-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf-kitc-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf-kitc-spec-table tr:last-child th,\n  .qsd-tf-kitc-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf-kitc-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf-kitc-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf-kitc-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf-kitc-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf-kitc-cta h2,\n  .qsd-tf-kitc-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf-kitc-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf-kitc-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf-kitc-hero,\n    .qsd-tf-kitc-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf-kitc-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf-kitc-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf-kitc-grid-2,\n    .qsd-tf-kitc-grid-3,\n    .qsd-tf-kitc-feature-list,\n    .qsd-tf-kitc-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf-kitc-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf-kitc-spec-table,\n    .qsd-tf-kitc-spec-table tbody,\n    .qsd-tf-kitc-spec-table tr,\n    .qsd-tf-kitc-spec-table th,\n    .qsd-tf-kitc-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf-kitc-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf-kitc-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf-kitc-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf-kitc-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf-kitc-detail\"\u003e\n\u003csection class=\"qsd-tf-kitc-hero\"\u003e\n\u003cdiv class=\"qsd-tf-kitc-eyebrow\"\u003e10ft Media Booth with Backwall, Header, Monitor Stand, and Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf-kitc-title\"\u003e10ft TenseFlex™ Booth Kit C\u003c\/h2\u003e\n\u003cp class=\"qsd-tf-kitc-subtitle\"\u003eCreate a clean 10ft media booth with a fabric backwall, raised header, snakelike monitor stand, and hard case podium—built for video demos, product stories, and in-person conversations. This booth kit gives your team a polished 10x10 setup for explaining, presenting, collecting leads, and connecting with visitors.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitc-section\"\u003e\n\u003ch2\u003eBuilt for Brands That Need to Show, Explain, and Connect\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth Kit C is designed for exhibitors that need more than a printed backdrop. It combines a clean 10ft fabric backwall, a raised aluminum header, a dedicated snakelike monitor stand, and an airline-friendly wheeled hard case that converts into a branded podium.\u003c\/p\u003e\n\u003cp\u003eThe 10ft fabric backwall creates a clean brand backdrop, the raised header helps visitors spot your booth from the aisle, and the snakelike monitor stand adds a focused media zone for product videos, demos, walkthroughs, training clips, or customer stories.\u003c\/p\u003e\n\u003cp\u003eUse this kit when your booth needs to present a message clearly, show digital content, and create a natural conversation point at the front of the booth.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitc-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitc-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric graphic for the backwall\u003c\/li\u003e\n\u003cli\u003e1 × 58\" × 12\" aluminum header frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for the header\u003c\/li\u003e\n\u003cli\u003e1 × Snakelike tension fabric monitor banner stand with monitor bracket\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled hard case that converts to a podium\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for the hard case\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf-kitc-note\"\u003e\n\u003cp\u003eMonitor is not included. Flooring, chairs, tablets, literature racks, extra lighting, electrical service, media players, cables, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitc-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf-kitc-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf-kitc-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth Kit C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 media-ready tension fabric booth kit with backwall, raised header, monitor stand, and hard case podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame with tool-free numbered assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor Stand\u003c\/th\u003e\n\u003ctd\u003eSnakelike tension fabric banner stand with monitor bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor Compatibility\u003c\/th\u003e\n\u003ctd\u003eSupports compatible monitors up to 55\" and up to 32 lbs. Monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly hard case with wheels; converts into a branded podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe fabric booth structure does not require power, but your monitor will. Confirm outlet access and cable routing with your venue before the event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free numbered snap-tube assembly. Two people are recommended for smoother setup, especially when positioning the backwall, header, monitor stand, and podium.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, strong wind, wet ground, unstable flooring, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, product demos, recruiting fairs, pop-ups, roadshows, SaaS events, healthcare conferences, product launches, and corporate presentations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backwall, header, monitor stand, or podium graphic for future events and campaigns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitc-section qsd-tf-kitc-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the monitor included?\u003c\/summary\u003e\n\u003cp\u003eNo. The kit includes a monitor stand and bracket, but the monitor itself is not included. Please use a compatible monitor up to 55\" and up to 32 lbs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I check before using a monitor?\u003c\/summary\u003e\n\u003cp\u003ePlease confirm the monitor size, weight, VESA pattern, power access, HDMI or media player setup, extension cord rules, and cable routing before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it easy to set up?\u003c\/summary\u003e\n\u003cp\u003eYes. The snap-tube frame uses tool-free numbered assembly. Two people are recommended for a smoother setup, especially when positioning the backwall, header, monitor stand, and podium.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in this kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes a 10ft flat aluminum snap-tube backdrop frame, custom seamless fabric backdrop graphic, 58\" × 12\" aluminum header frame, custom header print, snakelike tension fabric monitor banner stand with monitor bracket, airline-friendly wheeled hard case, and custom hard case fabric print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eThe fabric booth structure does not require power, but your monitor will. Please confirm outlet access and cable placement with your venue before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available, so you can update the booth for new campaigns without replacing the frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this booth be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis display is best used indoors or in dry, covered event spaces. It is not designed for rain, strong wind, wet ground, unstable flooring, or unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official templates, high-resolution images, CMYK color mode, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does production and shipping take?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists 10 business days for production and shipping after artwork approval. Please allow extra time for artwork proofing and event receiving if you have a fixed show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the fabric flame-retardant?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists wrinkle-free seamless tension fabric. If your event requires specific flame-retardant documentation, material certificates, or venue compliance details, please confirm requirements with our team before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf-kitc-cta\"\u003e\n\u003ch2\u003ePlanning a Booth That Needs to Show More Than a Logo?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, monitor plan, booth message, delivery address, and artwork status. Our team can help prepare a clean media-ready booth layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46005912797342,"sku":"10W-14","price":899.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth_Kit_C_main.jpg?v=1783688352"},{"product_id":"10x10-backlit-trade-show-booth-05","title":"10x10 TenseLight™ Modular Booth Display Wall A","description":"\u003cstyle\u003e\n  .qsd-tlkit-a-shelf-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tlkit-a-shelf-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tlkit-a-shelf-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tlkit-a-shelf-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tlkit-a-shelf-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tlkit-a-shelf-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tlkit-a-shelf-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tlkit-a-shelf-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tlkit-a-shelf-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tlkit-a-shelf-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tlkit-a-shelf-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tlkit-a-shelf-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tlkit-a-shelf-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tlkit-a-shelf-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-a-shelf-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tlkit-a-shelf-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tlkit-a-shelf-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tlkit-a-shelf-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tlkit-a-shelf-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tlkit-a-shelf-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tlkit-a-shelf-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-a-shelf-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-a-shelf-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-a-shelf-steps {\n    counter-reset: tlkit-a-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tlkit-a-shelf-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-a-shelf-step:before {\n    counter-increment: tlkit-a-step;\n    content: counter(tlkit-a-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tlkit-a-shelf-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tlkit-a-shelf-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tlkit-a-shelf-spec-table th,\n  .qsd-tlkit-a-shelf-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tlkit-a-shelf-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tlkit-a-shelf-spec-table tr:last-child th,\n  .qsd-tlkit-a-shelf-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tlkit-a-shelf-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-a-shelf-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tlkit-a-shelf-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tlkit-a-shelf-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tlkit-a-shelf-cta h2,\n  .qsd-tlkit-a-shelf-cta p {\n    color: #fff;\n  }\n\n  .qsd-tlkit-a-shelf-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tlkit-a-shelf-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tlkit-a-shelf-hero,\n    .qsd-tlkit-a-shelf-cta {\n      padding: 24px;\n    }\n\n    .qsd-tlkit-a-shelf-title {\n      font-size: 28px;\n    }\n\n    .qsd-tlkit-a-shelf-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tlkit-a-shelf-grid-2,\n    .qsd-tlkit-a-shelf-grid-3,\n    .qsd-tlkit-a-shelf-feature-list,\n    .qsd-tlkit-a-shelf-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tlkit-a-shelf-use-list {\n      columns: 1;\n    }\n\n    .qsd-tlkit-a-shelf-spec-table,\n    .qsd-tlkit-a-shelf-spec-table tbody,\n    .qsd-tlkit-a-shelf-spec-table tr,\n    .qsd-tlkit-a-shelf-spec-table th,\n    .qsd-tlkit-a-shelf-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tlkit-a-shelf-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tlkit-a-shelf-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tlkit-a-shelf-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tlkit-a-shelf-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tlkit-a-shelf-detail\"\u003e\n\u003csection class=\"qsd-tlkit-a-shelf-hero\"\u003e\n\u003cdiv class=\"qsd-tlkit-a-shelf-eyebrow\"\u003e10ft Backlit Booth with Product Shelves\u003c\/div\u003e\n\u003ch2 class=\"qsd-tlkit-a-shelf-title\"\u003e10ft TenseLight™ Booth Kit A\u003c\/h2\u003e\n\u003cp class=\"qsd-tlkit-a-shelf-subtitle\"\u003eCreate a bright 10ft backlit booth with built-in product shelves, custom graphics, LED lighting, and a hard shipping case for trade shows and retail events. Light up your brand, display your products, and turn a standard 10x10 booth into a cleaner, brighter product showcase.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-a-shelf-section\"\u003e\n\u003ch2\u003eA Backlit Product Showcase for 10x10 Booths\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseLight™ Booth Kit A is designed for brands that need both illuminated booth graphics and built-in product display space. It combines a 10ft backlit fabric wall, 8 integrated LED light bars, a lightweight aluminum snap-tube frame, tri-layer aluminum shelves, and a hard shipping case with custom print.\u003c\/p\u003e\n\u003cp\u003eUnlike a standard backlit wall, this kit gives you both visual impact and functional product presentation. Use the shelves for samples, packages, brochures, boxed goods, beauty products, accessories, or promo materials while the backlit graphic pulls attention from the aisle.\u003c\/p\u003e\n\u003cp\u003eIt is a strong choice for product-focused exhibitors who want a cleaner booth wall, brighter brand presence, and a simple way to show physical items without adding extra display furniture.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-a-shelf-section\"\u003e\n\u003ch2\u003eBacklit Wall + Product Shelves in One Kit\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tlkit-a-shelf-blue-note\"\u003e\n\u003cp\u003eUse the backlit wall to attract attention and the shelves to turn that attention into product interest. The illuminated backdrop builds your brand presence, while the shelves give visitors something physical to see, compare, pick up, or ask about.\u003c\/p\u003e\n\u003cp\u003eThis makes the booth especially useful for brands that sell packaged products, beauty items, small electronics, accessories, samples, supplements, promotional goods, or retail merchandise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-a-shelf-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-a-shelf-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tlkit-a-shelf-table-wrap\"\u003e\n\u003ctable class=\"qsd-tlkit-a-shelf-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseLight™ Booth Kit A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10ft backlit fabric display with integrated tri-layer aluminum product shelves\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Size\u003c\/th\u003e\n\u003ctd\u003e118.11\" W × 89.76\" H × 11.8\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame with bungee-cord connection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003e8 integrated LED light bars with spring-lock pin mounting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRated Power\u003c\/th\u003e\n\u003ctd\u003e350W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutput Power\u003c\/th\u003e\n\u003ctd\u003e320W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShelves\u003c\/th\u003e\n\u003ctd\u003eTri-layer aluminum display shelves for lightweight product displays, samples, brochures, boxed goods, accessories, or promo materials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase\u003c\/th\u003e\n\u003ctd\u003eHard shipping case with custom print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Setup\u003c\/th\u003e\n\u003ctd\u003e2 people recommended for smoother setup, LED installation, fabric graphic alignment, and shelf placement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eBeauty and skincare displays, CPG booths, food sampling, supplements, accessories, product launches, retail pop-ups, trade shows, and brand activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces with safe power access. Avoid rain, moisture, strong wind, uneven ground, and unsafe power conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future campaigns, product launches, seasonal promotions, or updated branding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003eProduction and shipping timeline: 10 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-a-shelf-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 118\" W × 90\" H × 11.8\" D aluminum snap-tube frame with bungee-cord connection\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution stretch fabric graphic for backdrop\u003c\/li\u003e\n\u003cli\u003e8 × Integrated LED light bars\u003c\/li\u003e\n\u003cli\u003e1 × Power supply and cable set\u003c\/li\u003e\n\u003cli\u003e1 × Tri-layer aluminum display shelf set\u003c\/li\u003e\n\u003cli\u003e1 × Hard shipping case with custom print\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-a-shelf-section qsd-tlkit-a-shelf-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the LED lights included?\u003c\/summary\u003e\n\u003cp\u003eYes. This booth kit includes 8 integrated LED light bars, power supply, and cables for the backlit display system.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the display size?\u003c\/summary\u003e\n\u003cp\u003eThe display size is 118.11\" W × 89.76\" H × 11.8\" D.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I place on the shelves?\u003c\/summary\u003e\n\u003cp\u003eThe tri-layer aluminum shelves are best for lightweight product displays, samples, brochures, boxed goods, beauty products, accessories, or promo materials. Please confirm shelf size and weight limit before displaying heavier items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphic for future events?\u003c\/summary\u003e\n\u003cp\u003eYes. The fabric graphic is replaceable, so you can update your booth for new campaigns, products, sponsors, retail promotions, or events without replacing the full display frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the hard shipping case used for?\u003c\/summary\u003e\n\u003cp\u003eThe hard shipping case helps protect the booth components during storage and transport, making it easier to move the display between trade shows and event venues.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many people are recommended for setup?\u003c\/summary\u003e\n\u003cp\u003eWe recommend 2 people for setup. The booth is designed for tool-free assembly and usually takes about 20–30 minutes, depending on experience, layout, and first-time setup familiarity.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth need power?\u003c\/summary\u003e\n\u003cp\u003eYes. The LED lighting system requires power. The display uses 480W rated power with 100–240V AC input and 24V DC \/ 20A output through the included power supply.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This 10ft backlit display is a strong fit for many standard 10x10 booth layouts. Please confirm booth rules, ceiling height, outlet access, aisle clearance, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork works best for backlit printing?\u003c\/summary\u003e\n\u003cp\u003eUse high-resolution images, strong contrast, large readable text, and clean spacing. Keep key logos and messages away from shelf areas and inside the safe zone.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, and material handling requirements before shipping to a venue or advance warehouse.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46006194307230,"sku":"10WL-05","price":989.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10-backlit-trade-show-booth-05-1.png?v=1782303492"},{"product_id":"10x10-backlit-trade-show-booth-06","title":"3D Trade Show Booth Kit | Moon Backdrop with Lightbox Counter","description":"\u003cstyle\u003e\n  .qsd-booth06-moon-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-booth06-moon-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-booth06-moon-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth06-moon-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-booth06-moon-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-booth06-moon-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-booth06-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-booth06-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-booth06-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-booth06-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth06-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-booth06-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-booth06-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-booth06-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-booth06-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-booth06-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-booth06-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-booth06-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-booth06-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-booth06-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-booth06-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth06-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth06-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth06-steps {\n    counter-reset: booth06-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-booth06-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-booth06-step:before {\n    counter-increment: booth06-step;\n    content: counter(booth06-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-booth06-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-booth06-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-booth06-spec-table th,\n  .qsd-booth06-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-booth06-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-booth06-spec-table tr:last-child th,\n  .qsd-booth06-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-booth06-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-booth06-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-booth06-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-booth06-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-booth06-cta h2,\n  .qsd-booth06-cta p {\n    color: #fff;\n  }\n\n  .qsd-booth06-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-booth06-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-booth06-hero,\n    .qsd-booth06-cta {\n      padding: 24px;\n    }\n\n    .qsd-booth06-title {\n      font-size: 28px;\n    }\n\n    .qsd-booth06-moon-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-booth06-grid-2,\n    .qsd-booth06-grid-3,\n    .qsd-booth06-feature-list,\n    .qsd-booth06-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-booth06-use-list {\n      columns: 1;\n    }\n\n    .qsd-booth06-spec-table,\n    .qsd-booth06-spec-table tbody,\n    .qsd-booth06-spec-table tr,\n    .qsd-booth06-spec-table th,\n    .qsd-booth06-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-booth06-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-booth06-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-booth06-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-booth06-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-booth06-moon-detail\"\u003e\n\u003csection class=\"qsd-booth06-hero\"\u003e\n\u003cdiv class=\"qsd-booth06-eyebrow\"\u003e10x10 Backlit Booth Kit with 3D Moon Backdrop, Curved Arch, and SEG Counter\u003c\/div\u003e\n\u003ch2 class=\"qsd-booth06-title\"\u003e10x10 Backlit Trade Show Booth 06\u003c\/h2\u003e\n\u003cp class=\"qsd-booth06-subtitle\"\u003eCreate a high-impact 10x10 booth with a 3D moon backdrop, curved arch display, and SEG lightbox counter. This booth is built to frame your brand, draw visitors inward, and create a photo-ready event space for trade shows, product launches, sponsor booths, retail activations, and brand presentations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eA 3D Backlit Booth Environment, Not Just a Backwall\u003c\/h2\u003e\n\u003cp\u003eMore than a standard booth backdrop, this kit creates a small branded environment. The curved arch frames the space, the 3D moon backdrop adds visual depth, and the SEG lightbox counter gives your team a bright front interaction point.\u003c\/p\u003e\n\u003cp\u003eThe result is a booth that feels more immersive than a flat wall. Visitors can notice the curved structure from the aisle, step toward the center of the booth, stop at the counter, scan a QR code, ask questions, or take photos inside the branded scene.\u003c\/p\u003e\n\u003cp\u003eUse this kit when your event goal is not only visibility, but also interaction, brand recall, social sharing, and a more finished 10x10 booth experience.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eThree Core Components Working Together\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-grid-3\"\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003e3D Moon Backdrop\u003c\/h3\u003e\n\u003cp\u003eThe moon-shaped backdrop becomes the visual center of the booth, adding depth, movement, and a modern photo-friendly look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eCurved Arch Display\u003c\/h3\u003e\n\u003cp\u003eThe curved arch display frames the booth like an entrance, helping guide visitors toward the center of your branded space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eSEG Lightbox Counter\u003c\/h3\u003e\n\u003cp\u003eThe counter creates a bright front station for conversations, brochures, samples, QR codes, lead forms, and quick demos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003e3D Moon Backdrop as the Visual Center\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-blue-note\"\u003e\n\u003cp\u003eThe 3D moon backdrop is designed to become the main visual focus of the booth. Its round dimensional shape adds a modern, memorable, and photo-ready focal point for visitors.\u003c\/p\u003e\n\u003cp\u003eUse it for tech brands, product launches, sponsor booths, social media content, gaming events, beauty activations, and brand moments where a plain flat wall may feel too ordinary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eCurved Arch Display for an Entrance-Style Booth Feel\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-green-note\"\u003e\n\u003cp\u003eThe curved arch display frames the booth like an entrance, helping guide visitors toward the center of your space.\u003c\/p\u003e\n\u003cp\u003eIt adds height, structure, and a more immersive look than a standard flat backwall. Use the arch for brand colors, sponsor messages, product category names, campaign graphics, or a clean visual border around your booth environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eSEG Lightbox Counter for Visitor Interaction\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-blue-note\"\u003e\n\u003cp\u003eThe SEG lightbox counter gives your team a bright, functional front station for conversations, brochures, samples, QR codes, giveaways, lead forms, appointment cards, or quick product demos.\u003c\/p\u003e\n\u003cp\u003eIt helps turn the booth from a visual display into a working event space where visitors know exactly where to stop and engage with your team.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003ePhoto-Ready Brand Moment\u003c\/h2\u003e\n\u003cp\u003eThe 3D moon shape and curved arch create a natural photo moment for visitors. Use the setup as a branded backdrop for product launches, sponsor photos, influencer content, social posts, attendee check-ins, or brand activation content.\u003c\/p\u003e\n\u003cp\u003eFor the strongest photo effect, place your logo and key message high and simple, keep the center area uncluttered, and use the counter as the action point rather than blocking the moon backdrop.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eBacklit Visual Presence for Busy Event Halls\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-green-note\"\u003e\n\u003cp\u003eBacklit and dimensional display components help your booth stay visible in busy indoor event halls. Illuminated graphics can make colors look brighter, improve readability from the aisle, and give your booth a more premium event presence.\u003c\/p\u003e\n\u003cp\u003eBecause this booth includes illuminated display elements, confirm outlet access, power rules, and cable placement before the event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eRecommended 10x10 Booth Layout\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-grid-3\"\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eBack Center\u003c\/h3\u003e\n\u003cp\u003ePlace the 3D moon backdrop as the central visual anchor so visitors can see the main brand moment from the aisle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eFrame the Space\u003c\/h3\u003e\n\u003cp\u003eUse the curved arch display to frame the booth and create an entrance-style visual path into the branded area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eFront Interaction\u003c\/h3\u003e\n\u003cp\u003ePlace the SEG lightbox counter near the front aisle for QR scans, brochures, samples, lead capture, or check-ins.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-booth06-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePhoto-Ready 3D Moon Backdrop\u003c\/strong\u003e Adds a dimensional focal point that makes the booth feel more memorable than a standard wall.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCurved Arch Booth Frame\u003c\/strong\u003e Creates an entrance-style display that helps guide visitors into the center of your booth.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSEG Lightbox Counter Included\u003c\/strong\u003e Gives your team a bright front station for conversations, brochures, QR scans, samples, and lead capture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImmersive 10x10 Booth Environment\u003c\/strong\u003e Combines depth, structure, and interaction points to create a more complete brand space.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTool-Free Snap-Tube Style Setup\u003c\/strong\u003e Lightweight aluminum frame components are designed for quick event assembly and repeated use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom Printed Fabric Graphics\u003c\/strong\u003e Custom graphics help align the moon backdrop, arch display, and counter into one cohesive booth look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGreat for Launches and Activations\u003c\/strong\u003e Strong fit for product launches, sponsor booths, social content, trade shows, and branded event moments.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Shipping Included\u003c\/strong\u003e Product page lists free shipping and a 12 business day production and shipping timeline.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 3D moon backdrop frame with custom printed fabric graphic\u003c\/li\u003e\n\u003cli\u003e1 × Curved arch display frame with custom printed fabric graphic\u003c\/li\u003e\n\u003cli\u003e1 × SEG lightbox counter with custom printed graphic\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag for transport and storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-booth06-note\"\u003e\n\u003cp\u003eFlooring, chairs, monitors, tablets, literature racks, electrical service, extra furniture, extra lighting, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-table-wrap\"\u003e\n\u003ctable class=\"qsd-booth06-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 Backlit Trade Show Booth 06\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 backlit arch booth kit with 3D moon backdrop, curved arch display, SEG lightbox counter, and nylon duffel bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMain Components\u003c\/th\u003e\n\u003ctd\u003e3D moon backdrop, curved arch display, SEG lightbox counter, nylon duffel bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eLightweight anodized aluminum frame structure for event display use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eCustom printed fabric graphics for the 3D moon backdrop, curved arch display, and counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution custom printing for brand graphics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003eSEG lightbox counter with illuminated custom graphic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting \/ Power\u003c\/th\u003e\n\u003ctd\u003eIlluminated display components require indoor power. Confirm outlet access, electrical rules, and cable routing before the event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free display setup. Two people are recommended for smoother installation, layout adjustment, and power planning.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, strong wind, wet ground, uneven flooring, moisture, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e12 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, tech expos, gaming events, product launches, sponsor booths, retail pop-ups, beauty activations, healthcare conferences, university career fairs, franchise expos, nonprofit events, and corporate roadshows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new campaigns, event themes, sponsor updates, product launches, or brand refreshes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFabric \/ Venue Note\u003c\/th\u003e\n\u003ctd\u003eIf your venue requires specific fabric certification, flame-retardant documentation, or material details, please confirm with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003e4-Step Tool-Free Setup\u003c\/h2\u003e\n\u003cp\u003eThis booth is designed as a multi-component 10x10 display environment. A two-person setup is recommended for smoother alignment and safer layout adjustment.\u003c\/p\u003e\n\u003cdiv class=\"qsd-booth06-steps\"\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eBuild the Frames\u003c\/h4\u003e\n\u003cp\u003eConnect the numbered aluminum frame sections for the 3D moon backdrop and curved arch display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eAdd the Graphics\u003c\/h4\u003e\n\u003cp\u003ePull the printed fabric graphics over the frames and smooth the surfaces for a clean branded look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eSet Up the Counter\u003c\/h4\u003e\n\u003cp\u003eAssemble the SEG lightbox counter, insert the custom graphic, connect the lighting system, and test illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eArrange the Booth\u003c\/h4\u003e\n\u003cp\u003ePosition all components in your 10x10 booth space and adjust the layout for aisle direction, traffic flow, and power access.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003ePower \u0026amp; Cable Planning\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-note\"\u003e\n\u003cp\u003eThis booth includes illuminated display components and requires indoor power. Before your event, confirm outlet access, extension cord rules, power strip restrictions, electrical service deadlines, booth power limits, and cable routing requirements with your venue or show organizer.\u003c\/p\u003e\n\u003cp\u003eRoute cords behind the display or along approved booth paths whenever possible. Keep cables away from visitor walkways and secure them according to venue rules to reduce trip hazards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eRecommended Graphic Strategy\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-blue-note\"\u003e\n\u003cp\u003eUse the 3D moon backdrop for your strongest visual: logo, hero image, product story, campaign headline, sponsor moment, or photo-ready brand graphic.\u003c\/p\u003e\n\u003cp\u003eUse the curved arch for supporting graphics, brand colors, event theme, category names, or entrance-style framing. Use the SEG lightbox counter for QR codes, website links, appointment prompts, short offers, lead capture messaging, or product conversation points.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eWhere This Booth Works Best\u003c\/h2\u003e\n\u003cp\u003eThis booth is best for brands that want more than a standard backwall. It works especially well when you need a photo-ready booth, an entrance-style display, a product launch zone, or a high-visibility sponsor space.\u003c\/p\u003e\n\u003cul class=\"qsd-booth06-use-list\"\u003e\n\u003cli\u003eTrade shows\u003c\/li\u003e\n\u003cli\u003eTech expos\u003c\/li\u003e\n\u003cli\u003eGaming events\u003c\/li\u003e\n\u003cli\u003eProduct launches\u003c\/li\u003e\n\u003cli\u003eSponsor booths\u003c\/li\u003e\n\u003cli\u003eRetail pop-ups\u003c\/li\u003e\n\u003cli\u003eBeauty activations\u003c\/li\u003e\n\u003cli\u003eHealthcare conferences\u003c\/li\u003e\n\u003cli\u003eUniversity career fairs\u003c\/li\u003e\n\u003cli\u003eFranchise expos\u003c\/li\u003e\n\u003cli\u003eNonprofit events\u003c\/li\u003e\n\u003cli\u003eCorporate roadshows\u003c\/li\u003e\n\u003cli\u003eBrand activations\u003c\/li\u003e\n\u003cli\u003eInfluencer event spaces\u003c\/li\u003e\n\u003cli\u003eConference photo moments\u003c\/li\u003e\n\u003cli\u003eStartup showcases\u003c\/li\u003e\n\u003cli\u003eDealer meetings\u003c\/li\u003e\n\u003cli\u003eLocal business expos\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eWho Should Choose Booth 06?\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-grid-2\"\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eBest For\u003c\/h3\u003e\n\u003cp\u003eBrands that want more than a standard backwall, including product launch teams, tech companies, beauty brands, sponsor teams, gaming brands, retail activation teams, healthcare exhibitors, franchise teams, nonprofits, and event marketers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eNot Ideal For\u003c\/h3\u003e\n\u003cp\u003eRain, strong wind, wet ground, unsheltered outdoor use, unstable flooring, venues without confirmed power access, or booths that require one flat uninterrupted graphic wall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eReusable Frames, Refreshable Graphics\u003c\/h2\u003e\n\u003cp\u003eKeep the booth hardware and update the graphics for new campaigns, product launches, sponsor packages, annual trade shows, seasonal promotions, or new event themes.\u003c\/p\u003e\n\u003cp\u003eReplacement graphics are available, so you can refresh the booth without replacing the full display system.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eProduction Timeline Planning\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-green-note\"\u003e\n\u003cp\u003eThe product page lists a 12 business day production and shipping timeline after artwork approval. If you have a fixed event date, please allow time for artwork setup, proof review, approval, production, transit, and event receiving.\u003c\/p\u003e\n\u003cp\u003eIf shipping to an advance warehouse, convention center, hotel venue, office, showroom, or event site, confirm receiving deadlines, booth number labeling, carrier rules, electrical order deadlines, material handling requirements, and delivery address details before shipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section qsd-booth06-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth designed for a standard 10x10 space?\u003c\/summary\u003e\n\u003cp\u003eYes. This booth is designed for 10x10 exhibit planning, but we recommend confirming your booth rules, aisle direction, height limits, outlet location, and available floor space with the event organizer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this booth kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 3D moon backdrop, one curved arch display, one SEG lightbox counter, and one nylon duffel bag.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The lightbox counter and illuminated components require indoor power. Please confirm outlet access, extension cord rules, power strip restrictions, and cable routing requirements with your venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available, so you can update the booth for new campaigns, event themes, sponsor messages, or product launches without replacing the hardware.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this booth be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor or dry covered spaces. Avoid rain, strong wind, wet ground, moisture, unstable flooring, and unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this good for photo moments?\u003c\/summary\u003e\n\u003cp\u003eYes. The 3D moon shape and curved arch create a natural photo-ready booth scene for product launches, sponsor photos, social posts, attendee check-ins, and branded event content.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs professional installation required?\u003c\/summary\u003e\n\u003cp\u003eThe booth is designed for tool-free setup. Two people are recommended for smoother installation, layout adjustment, and power planning.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official artwork template, keep important text inside the safe area, and use high-resolution images.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre flooring, monitors, furniture, or accessories included?\u003c\/summary\u003e\n\u003cp\u003eNo. Flooring, chairs, monitors, tablets, literature racks, electrical service, extra furniture, extra lighting, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does production and shipping take?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists 12 business days for production and shipping after artwork approval. Please allow extra time for artwork proofing, event receiving, and venue delivery planning if you have a fixed show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-cta\"\u003e\n\u003ch2\u003ePlanning a Booth That Needs to Stand Out from the Aisle?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, booth goal, delivery address, power planning needs, and artwork status. Our team can help create a clean 3D arch booth layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46009025888414,"sku":"10WL-06","price":3299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/BCB-01.1479.jpg?v=1759893632"},{"product_id":"10x10-backlit-trade-show-booth-07","title":"10x10 Backlit Trade Show Booth 07","description":"\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct Details\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eTired of the ordinary look of traditional booths? Our 10x10 Backlit Trade Show Booth is designed to create a professional and immersive brand experience effortlessly. This comprehensive solution centers around a brilliant backlit tension fabric display, which uses vibrant dye-sublimation printing on recyclable polyester to produce a seamless, wrinkle-resistant graphic that glows from within, ensuring your message stands out with stunning clarity.  For optimal functionality, the booth comes complete with a brochure\/iPad banner stand for dynamic content display and lead capture, along with a cocktail table that serves as a natural gathering point for client conversations. This booth offers the high-impact look of a custom exhibit, making it the perfect ready-to-use solution for any industry aiming to command attention and make a lasting impression.\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 58, 99);\"\u003eProduct includes\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e(1) Curve Backlit Anodized Aluminum Frame \u003c\/p\u003e\n\u003cp\u003e(1) Wrinkle-Resistant High-Resolution Heat Transfer Printing\u003c\/p\u003e\n\u003cp\u003e(1) Cocktail Table\u003c\/p\u003e\n\u003cp\u003e(1) Brochure iPad Banner Stand\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e(1) Nylon Duffel Bag\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(14, 57, 97);\"\u003eOptional Upgrades\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e(2) LED Lights\u003c\/span\u003e\u003c\/p\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46009098666142,"sku":"10WL-07","price":2199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/BCB-01.1497.jpg?v=1759893850"},{"product_id":"10x10-pop-up-trade-show-booth-03","title":"10x10 TensePop™ Modular Booth Display A","description":"\u003cstyle\u003e\n  .qsd-tensepop-kita-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tensepop-kita-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tensepop-kita-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kita-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kita-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kita-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tensepop-kita-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tensepop-kita-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tensepop-kita-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tensepop-kita-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tensepop-kita-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tensepop-kita-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tensepop-kita-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tensepop-kita-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kita-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tensepop-kita-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tensepop-kita-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tensepop-kita-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tensepop-kita-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tensepop-kita-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tensepop-kita-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kita-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kita-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tensepop-kita-steps {\n    counter-reset: tensepop-kita-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tensepop-kita-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kita-step:before {\n    counter-increment: tensepop-kita-step;\n    content: counter(tensepop-kita-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tensepop-kita-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tensepop-kita-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tensepop-kita-spec-table th,\n  .qsd-tensepop-kita-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tensepop-kita-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tensepop-kita-spec-table tr:last-child th,\n  .qsd-tensepop-kita-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tensepop-kita-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tensepop-kita-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tensepop-kita-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tensepop-kita-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tensepop-kita-cta h2,\n  .qsd-tensepop-kita-cta p {\n    color: #fff;\n  }\n\n  .qsd-tensepop-kita-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tensepop-kita-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tensepop-kita-hero,\n    .qsd-tensepop-kita-cta {\n      padding: 24px;\n    }\n\n    .qsd-tensepop-kita-title {\n      font-size: 28px;\n    }\n\n    .qsd-tensepop-kita-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tensepop-kita-grid-2,\n    .qsd-tensepop-kita-grid-3,\n    .qsd-tensepop-kita-feature-list,\n    .qsd-tensepop-kita-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tensepop-kita-use-list {\n      columns: 1;\n    }\n\n    .qsd-tensepop-kita-spec-table,\n    .qsd-tensepop-kita-spec-table tbody,\n    .qsd-tensepop-kita-spec-table tr,\n    .qsd-tensepop-kita-spec-table th,\n    .qsd-tensepop-kita-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tensepop-kita-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tensepop-kita-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tensepop-kita-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tensepop-kita-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tensepop-kita-detail\"\u003e\n\u003csection class=\"qsd-tensepop-kita-hero\"\u003e\n\u003cdiv class=\"qsd-tensepop-kita-eyebrow\"\u003eCurved Pop-Up Booth with Monitor Stand and Hardcase Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tensepop-kita-title\"\u003e10ft TensePop™ Booth Kit A\u003c\/h2\u003e\n\u003cp class=\"qsd-tensepop-kita-subtitle\"\u003eCreate a screen-ready 10x10 booth with a curved 120\" W × 90\" H TensePop™ backwall, custom hardcase-to-podium, and separate monitor display stand. Booth Kit A is designed for product demos, software walkthroughs, training content, recruiting events, video presentations, QR scans, and trade show conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\n\u003ch2\u003eA Curved Pop-Up Booth Built for Brand Stories and Screen Demos\u003c\/h2\u003e\n\u003cp\u003eThis 10ft TensePop™ Booth Kit A combines a curved pop-up fabric backwall, a custom printed hardcase-to-podium, and a separate monitor display stand.\u003c\/p\u003e\n\u003cp\u003eIt gives your 10x10 booth a softer visual shape, a front conversation point, and a dedicated screen area for videos, demos, pitch decks, product explainers, event schedules, sponsor messages, or short sales presentations.\u003c\/p\u003e\n\u003cp\u003eUse this kit when your booth needs to explain, demonstrate, or present—not just show a logo on a simple backdrop.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\n\u003ch2\u003eVESA Mounting Check\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tensepop-kita-green-note\"\u003e\n\u003cp\u003eThe monitor bracket supports common VESA patterns including 200×200, 200×400, 300×300, and 400×400 mm.\u003c\/p\u003e\n\u003cp\u003ePlease check your screen’s mounting pattern before the event to make sure it works with the booth stand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-tensepop-kita-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCurved 10ft Pop-Up Backwall\u003c\/strong\u003e Approx. 120\" W × 90\" H curved fabric wall creates a softer, more dimensional booth background.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVelcro-Mounted Fabric Graphic\u003c\/strong\u003e Easier alignment, adjustment, and replacement compared with more fixed graphic systems.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeparate Monitor Display Stand\u003c\/strong\u003e Gives your booth a dedicated screen area for demos, videos, pitch decks, training clips, and event content.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupports Screens up to 55\"\u003c\/strong\u003e Monitor bracket supports up to 55\" screens and up to 32 lbs, with common VESA mounting compatibility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardcase-to-Podium Included\u003c\/strong\u003e Transport case converts into a compact branded podium for QR scans, brochures, samples, and lead capture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFast Pop-Up Structure\u003c\/strong\u003e Aluminum pop-up frame is designed for quick, tool-free setup and repeated trade show use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReusable Hardware\u003c\/strong\u003e Keep the frame, podium, and monitor stand, then refresh graphics for new campaigns or events.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Design and Free Shipping\u003c\/strong\u003e Product page includes free professional design support and free shipping for a smoother order process.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10' × 7.5' curved aluminum pop-up frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom printing graphic with Velcro\u003c\/li\u003e\n\u003cli\u003e1 × Hardcase-to-podium with custom printing\u003c\/li\u003e\n\u003cli\u003e1 × Custom monitor display stand with fabric printing\u003c\/li\u003e\n\u003cli\u003e1 × Monitor bracket, supports up to 55\" monitor and up to 32 lbs\u003c\/li\u003e\n\u003cli\u003e1 × Medium density fiberboards\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tensepop-kita-note\"\u003e\n\u003cp\u003eTV or monitor is not included. Flooring, chairs, literature racks, lighting, tablets, extra accessories, and electrical service are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tensepop-kita-table-wrap\"\u003e\n\u003ctable class=\"qsd-tensepop-kita-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TensePop™ Booth Kit A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eCurved pop-up fabric booth kit with hardcase-to-podium and separate monitor display stand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum pop-up frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic Attachment\u003c\/th\u003e\n\u003ctd\u003eCustom printing graphic with Velcro\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor Stand\u003c\/th\u003e\n\u003ctd\u003eCustom monitor display stand with fabric printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMonitor Support\u003c\/th\u003e\n\u003ctd\u003eSupports up to 55\" monitor and up to 32 lbs. TV or monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVESA Compatibility\u003c\/th\u003e\n\u003ctd\u003e200×200, 200×400, 300×300, and 400×400 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium\u003c\/th\u003e\n\u003ctd\u003eHardcase-to-podium with custom printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBacklit\u003c\/th\u003e\n\u003ctd\u003eNo. This is a non-backlit TensePop™ booth. Monitor use requires power.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe fabric backwall does not require power, but your TV or monitor will. Confirm outlet access and cable routing with your venue.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free pop-up frame setup. Two people are recommended for smoother setup, especially when positioning the curved backwall, podium, and monitor stand.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor 10x10 booths and controlled event spaces. Avoid outdoor rain, wind, wet floors, unstable surfaces, and unsafe monitor placement.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eSaaS conferences, medical device demos, dental conventions, university career fairs, education fairs, real estate showcases, franchise expos, financial advisor seminars, nonprofit donor events, hotel conferences, pitch events, and regional sales roadshows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backwall, podium, or monitor display stand for new campaigns and events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-section qsd-tensepop-kita-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes this booth different from a standard curved backdrop?\u003c\/summary\u003e\n\u003cp\u003eThis kit includes a curved pop-up fabric backwall, a custom printed hardcase-to-podium, and a separate monitor display stand, making it better for video demos, presentations, QR scans, and booth conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the backwall size?\u003c\/summary\u003e\n\u003cp\u003eThe curved backwall is approximately 10' W × 7.5' H, about 120\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the main backwall artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe artwork template lists the main backwall printing area as 138.58\" W × 90.55\" H. Always design from the official template instead of using only the finished display size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV or monitor included?\u003c\/summary\u003e\n\u003cp\u003eNo. The TV or monitor is not included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat screen size does the monitor stand support?\u003c\/summary\u003e\n\u003cp\u003eThe page lists monitor support up to 40\", and the template references 22\"–40\" TV placement. Please confirm your screen size, weight, and VESA pattern before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the monitor weight limit?\u003c\/summary\u003e\n\u003cp\u003eThe monitor bracket supports up to 32 lbs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat VESA patterns are supported?\u003c\/summary\u003e\n\u003cp\u003eThe bracket supports 200×200, 200×400, 300×300, and 400×400 mm VESA patterns.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth backlit?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a non-backlit TensePop™ booth with a monitor display stand. Choose an EdgeLumi™ or TenseLight™ booth if you need illuminated graphics.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it require power?\u003c\/summary\u003e\n\u003cp\u003eThe fabric backwall does not require power, but your TV or monitor will. Confirm outlet access, electrical rules, and cable routing with your venue before move-in.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a standard 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes, it is designed for many 10x10 booth layouts. Always confirm your show rules, booth depth, height limits, traffic flow, and power access before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics can help refresh the backwall, podium, or monitor display stand for new campaigns or events.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I prepare before ordering?\u003c\/summary\u003e\n\u003cp\u003ePrepare your logo, event date, booth size, planned monitor size, monitor weight, VESA pattern, screen content plan, artwork files, delivery address, and event receiving requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tensepop-kita-cta\"\u003e\n\u003ch2\u003ePlanning a Booth with a Screen Demo?\u003c\/h2\u003e\n\u003cp\u003eSend us your logo, event date, booth size, planned monitor size, monitor weight, VESA pattern, and the type of content you want to show. Our team can help review the backwall layout, podium graphic, monitor stand artwork, production timeline, and shipping plan before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46009194807454,"sku":"Q-10FT-TP-BOOTH-A","price":899.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TensePop_Booth_Kit_A_main.jpg?v=1784194539"},{"product_id":"10x10-edgelumi-flat-trade-show-display-pro","title":"10x10 EdgeLumi™ PRO Modular Backlit SEG Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-edgelumi-pro-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-edgelumi-pro-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-edgelumi-pro-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-pro-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-pro-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-pro-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-edgelumi-pro-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-edgelumi-pro-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-edgelumi-pro-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-pro-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-pro-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-edgelumi-pro-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-edgelumi-pro-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-edgelumi-pro-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-pro-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-edgelumi-pro-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-edgelumi-pro-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-edgelumi-pro-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-edgelumi-pro-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-edgelumi-pro-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-edgelumi-pro-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-pro-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-pro-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-pro-steps {\n    counter-reset: edgelumi-pro-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-edgelumi-pro-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-pro-step:before {\n    counter-increment: edgelumi-pro-step;\n    content: counter(edgelumi-pro-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-edgelumi-pro-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-edgelumi-pro-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-edgelumi-pro-spec-table th,\n  .qsd-edgelumi-pro-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-edgelumi-pro-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-pro-spec-table tr:last-child th,\n  .qsd-edgelumi-pro-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-edgelumi-pro-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-pro-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-edgelumi-pro-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-edgelumi-pro-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-edgelumi-pro-cta h2,\n  .qsd-edgelumi-pro-cta p {\n    color: #fff;\n  }\n\n  .qsd-edgelumi-pro-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-edgelumi-pro-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-edgelumi-pro-hero,\n    .qsd-edgelumi-pro-cta {\n      padding: 24px;\n    }\n\n    .qsd-edgelumi-pro-title {\n      font-size: 28px;\n    }\n\n    .qsd-edgelumi-pro-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-edgelumi-pro-grid-2,\n    .qsd-edgelumi-pro-grid-3,\n    .qsd-edgelumi-pro-feature-list,\n    .qsd-edgelumi-pro-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-edgelumi-pro-use-list {\n      columns: 1;\n    }\n\n    .qsd-edgelumi-pro-spec-table,\n    .qsd-edgelumi-pro-spec-table tbody,\n    .qsd-edgelumi-pro-spec-table tr,\n    .qsd-edgelumi-pro-spec-table th,\n    .qsd-edgelumi-pro-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-edgelumi-pro-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-edgelumi-pro-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-edgelumi-pro-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-edgelumi-pro-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-edgelumi-pro-detail\"\u003e\n\u003csection class=\"qsd-edgelumi-pro-hero\"\u003e\n\u003cdiv class=\"qsd-edgelumi-pro-eyebrow\"\u003eComplete 10x10 Backlit Booth Starter Kit\u003c\/div\u003e\n\u003ch2 class=\"qsd-edgelumi-pro-title\"\u003e10x10 EdgeLumi Flat Trade Show Display - Pro\u003c\/h2\u003e\n\u003cp class=\"qsd-edgelumi-pro-subtitle\"\u003eBuild a more complete 10x10 trade show booth with a SEG backlit backdrop, illuminated lightbox counter, custom 6ft stretch-fit tablecloth, retractable banner stand, and carrying bag. This coordinated booth package helps exhibitors create a brighter, cleaner, and more professional event setup in one order.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-pro-section\"\u003e\n\u003ch2\u003eA Complete 10x10 Backlit Booth Starter Kit\u003c\/h2\u003e\n\u003cp\u003eThe 10x10 EdgeLumi Flat Trade Show Display - Pro is more than a single illuminated backdrop. It combines a custom SEG backlit backdrop, SEG lightbox counter, 6ft stretch-fit tablecloth, retractable banner stand, and nylon duffel bag into one coordinated booth package.\u003c\/p\u003e\n\u003cp\u003eThis kit is designed for exhibitors who want a brighter and more complete 10x10 setup without building a full custom exhibit from scratch or sourcing every display item separately.\u003c\/p\u003e\n\u003cp\u003eUse it for trade shows, conferences, recruiting events, healthcare expos, retail activations, nonprofit events, product demos, and local business shows where a clean and coordinated booth makes a stronger first impression.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-pro-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-pro-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft custom SEG backlit backdrop\u003c\/li\u003e\n\u003cli\u003e1 × SEG lightbox counter\u003c\/li\u003e\n\u003cli\u003e1 × Custom 6ft stretch-fit tablecloth\u003c\/li\u003e\n\u003cli\u003e1 × Retractable banner stand\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-edgelumi-pro-note\"\u003e\n\u003cp\u003eTables, chairs, flooring, monitors, tablets, literature racks, electrical service, extra lighting, furniture, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-pro-section\"\u003e\n\u003cdiv class=\"qsd-edgelumi-pro-table-wrap\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-pro-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi-pro-table-wrap\"\u003e\n\u003ctable class=\"qsd-edgelumi-pro-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 EdgeLumi Flat Trade Show Display - Pro\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eComplete 10x10 backlit booth starter kit with SEG backlit backdrop, lightbox counter, 6ft tablecloth, retractable banner, and carrying bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e10ft-class SEG backlit booth wall\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eLightweight yet sturdy anodized aluminum frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free tension fabric with silicone edges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003eSEG lightbox counter included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTablecloth\u003c\/th\u003e\n\u003ctd\u003eCustom 6ft stretch-fit tablecloth included; physical table is not included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBanner\u003c\/th\u003e\n\u003ctd\u003eRetractable banner stand included for additional vertical message placement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage \/ Transport\u003c\/th\u003e\n\u003ctd\u003eNylon duffel bag included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eSEG backlit backdrop and SEG lightbox counter require power. Confirm outlet access and venue electrical rules before the event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet ground, or uneven flooring.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e9 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, conferences, recruiting events, healthcare expos, retail activations, nonprofit events, product demos, regional trade shows, and small-team exhibit setups\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop, counter, banner, or tablecloth when your campaign, sponsor, product line, or event message changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-pro-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-pro-section qsd-edgelumi-pro-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this Pro kit?\u003c\/summary\u003e\n\u003cp\u003eThe standard kit includes one 10ft custom SEG backlit backdrop, one SEG lightbox counter, one custom 6ft stretch-fit tablecloth, one retractable banner stand, and one nylon duffel bag.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 6ft table included?\u003c\/summary\u003e\n\u003cp\u003eNo. The kit includes a custom stretch-fit tablecloth designed for a 72\" L × 30\" W × 30\" H table. The table itself is not included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this kit require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The SEG backlit backdrop and SEG lightbox counter require power. Please check your exhibitor manual for outlet ordering deadlines, extension cord rules, power strip restrictions, and cable routing requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth space?\u003c\/summary\u003e\n\u003cp\u003eYes. This kit is designed for standard 10x10 trade show spaces. Please confirm booth rules, aisle clearance, outlet location, table placement, counter placement, and available floor space before setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the banner or tablecloth separately?\u003c\/summary\u003e\n\u003cp\u003eYes. The retractable banner and tablecloth can be used with the full booth kit or separately for smaller events, check-in tables, recruiting fairs, presentations, and local activations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only one graphic later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics may be ordered for the backdrop, counter, banner, or tablecloth when your campaign, product line, sponsor, or event message changes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this an indoor or outdoor booth?\u003c\/summary\u003e\n\u003cp\u003eThis booth is best suited for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet ground, or uneven flooring.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre monitors, flooring, chairs, or literature racks included?\u003c\/summary\u003e\n\u003cp\u003eNo. Monitors, flooring, chairs, tables, tablets, literature racks, furniture, electrical service, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, material handling fees, and show-site delivery requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46009288163486,"sku":"10EL-03","price":1299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10x10_edgelumi_pro_trade_show_booth_display_main.jpg?v=1784789775"},{"product_id":"10x10-collapsible-backlit-trade-show-booth-04","title":"Twin SEG Lightbox Booth | Open-Aisle Backlit Display Kit","description":"\u003cstyle\u003e\n  .qsd-booth04-backlit-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-booth04-backlit-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-booth04-backlit-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth04-backlit-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-booth04-backlit-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-booth04-backlit-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-booth04-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-booth04-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-booth04-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-booth04-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth04-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-booth04-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-booth04-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-booth04-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-booth04-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-booth04-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-booth04-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-booth04-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-booth04-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-booth04-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-booth04-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth04-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth04-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth04-steps {\n    counter-reset: booth04-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-booth04-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-booth04-step:before {\n    counter-increment: booth04-step;\n    content: counter(booth04-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-booth04-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-booth04-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-booth04-spec-table th,\n  .qsd-booth04-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-booth04-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-booth04-spec-table tr:last-child th,\n  .qsd-booth04-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-booth04-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-booth04-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-booth04-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-booth04-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-booth04-cta h2,\n  .qsd-booth04-cta p {\n    color: #fff;\n  }\n\n  .qsd-booth04-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-booth04-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-booth04-hero,\n    .qsd-booth04-cta {\n      padding: 24px;\n    }\n\n    .qsd-booth04-title {\n      font-size: 28px;\n    }\n\n    .qsd-booth04-backlit-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-booth04-grid-2,\n    .qsd-booth04-grid-3,\n    .qsd-booth04-feature-list,\n    .qsd-booth04-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-booth04-use-list {\n      columns: 1;\n    }\n\n    .qsd-booth04-spec-table,\n    .qsd-booth04-spec-table tbody,\n    .qsd-booth04-spec-table tr,\n    .qsd-booth04-spec-table th,\n    .qsd-booth04-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-booth04-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-booth04-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-booth04-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-booth04-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-booth04-backlit-detail\"\u003e\n\u003csection class=\"qsd-booth04-hero\"\u003e\n\u003cdiv class=\"qsd-booth04-eyebrow\"\u003eDual-Lightbox 10x10 Booth with Central Folding Counter\u003c\/div\u003e\n\u003ch2 class=\"qsd-booth04-title\"\u003e10x10 Collapsible Backlit Trade Show Booth 04\u003c\/h2\u003e\n\u003cp class=\"qsd-booth04-subtitle\"\u003eCreate a bright open 10x10 booth with two collapsible SEG backlit lightboxes and a foldable square display counter. Booth 04 gives exhibitors two illuminated message zones, a central counter for lead capture, and a flexible layout for trade shows, demos, recruiting events, retail activations, and conference booths.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eA Dual-Lightbox 10x10 Booth with a Central Counter\u003c\/h2\u003e\n\u003cp\u003eThis 10x10 Collapsible Backlit Trade Show Booth 04 uses two foldable SEG lightbox displays and one square folding counter to create an open, bright, and easy-to-understand booth layout.\u003c\/p\u003e\n\u003cp\u003eInstead of one continuous wall, the two illuminated panels can frame your brand message, product story, sponsor content, or demo area while the counter becomes the place where visitors stop, scan, and talk.\u003c\/p\u003e\n\u003cp\u003eUse this booth when you want a brighter exhibit look than a standard fabric wall, but still want an open layout that feels approachable for visitors.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eTwo 5ft-Class Backlit Panels\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-grid-2\"\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eEach Lightbox Panel\u003c\/h3\u003e\n\u003cp\u003eEach foldable SEG lightbox panel is approximately 5' W × 7.9' H, about 60\" W × 94.8\" H based on the product page specification.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eSide-by-Side Layout\u003c\/h3\u003e\n\u003cp\u003ePlace both panels side by side to create an illuminated display wall of approximately 120\" W × 94.8\" H, or separate them for left-and-right message zones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eOpen Dual-Panel Backlit Booth Layout\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-blue-note\"\u003e\n\u003cp\u003eBooth 04 is designed for exhibitors who want a bright 10x10 presence without closing off the space.\u003c\/p\u003e\n\u003cp\u003eThe two backlit panels create strong visual anchors, while the square counter keeps the booth approachable for check-ins, brochures, QR scans, samples, lead forms, and buyer conversations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eArtwork Size Note for Lightbox Panels\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-green-note\"\u003e\n\u003cp\u003eThe finished lightbox size is approximately 60\" W × 94.8\" H, but the artwork template lists each lightbox printing area as 59.06\" W × 88.58\" H.\u003c\/p\u003e\n\u003cp\u003ePlease design from the official template, keep logos and important text inside the safe area, and extend background colors or images to the bleed area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eCounter Graphic Area\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-note\"\u003e\n\u003cp\u003eThe square folding counter includes a custom printed wrap. The artwork template lists the counter graphic printing area as 186.6\" W × 44.3\" H.\u003c\/p\u003e\n\u003cp\u003ePlease note that this is the graphic wrap area, not the physical counter size. If you need exact assembled counter dimensions for venue planning, contact us before placing your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eSquare Counter for Booth Conversations\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-blue-note\"\u003e\n\u003cp\u003eThe included foldable square counter gives your team a central place for QR code scans, brochures, lead forms, small samples, appointment cards, giveaway items, tablets, or quick buyer conversations.\u003c\/p\u003e\n\u003cp\u003eIt helps turn the two backlit panels into a working booth setup instead of just a bright background.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eBooth 04 vs. One Continuous Backlit Wall\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-grid-2\"\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eChoose One Continuous Wall When...\u003c\/h3\u003e\n\u003cp\u003eYou want one large uninterrupted graphic behind your team and do not need separate message zones or a more open booth feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eChoose Booth 04 When...\u003c\/h3\u003e\n\u003cp\u003eYou want two separate illuminated message zones, a more open 10x10 booth layout, and a central counter that works as the visitor interaction point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eBooth 04 vs. Three-Panel Lightbox Kits\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-green-note\"\u003e\n\u003cp\u003eBooth 04 gives you two larger illuminated panels and a square counter for a cleaner, less crowded 10x10 layout.\u003c\/p\u003e\n\u003cp\u003eA three-panel kit is better when you need more separate product zones. Booth 04 is stronger when you want two bold brand moments with more open floor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eWhy Choose Backlit Panels Over a Standard Fabric Wall?\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-blue-note\"\u003e\n\u003cp\u003eA standard fabric backdrop gives you a printed brand surface. Booth 04 adds two illuminated SEG lightbox panels and a square counter, helping your graphics stay more visible in crowded exhibit halls while giving visitors a clear place to stop and engage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eCollapsible Lightboxes for Repeat Events\u003c\/h2\u003e\n\u003cp\u003eThe foldable lightbox frames are designed for teams that need a bright booth system they can reuse across trade shows, conferences, retail activations, recruiting events, and regional roadshows.\u003c\/p\u003e\n\u003cp\u003eThe collapsible design helps reduce storage pressure compared with rigid display builds, while the replaceable SEG graphics make it easier to update your message for future campaigns.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-booth04-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eOpen 10x10 Backlit Booth\u003c\/strong\u003e Two collapsible SEG lightboxes and a square counter create a bright booth layout that stays approachable.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo Illuminated Message Zones\u003c\/strong\u003e Use one panel for your main brand promise and the second for product benefits, sponsor content, or proof points.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5ft-Class Lightbox Panels\u003c\/strong\u003e Each lightbox is approximately 5' W × 7.9' H for a strong, clean booth presence.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSquare Folding Counter Included\u003c\/strong\u003e Adds a central station for check-ins, QR scans, brochures, samples, lead forms, and buyer conversations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollapsible SEG Lightbox Frames\u003c\/strong\u003e Foldable frames help simplify transport, storage, and repeated event use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom High-Resolution Graphics\u003c\/strong\u003e Includes two seamless fabric prints and a custom counter wrap for a coordinated brand look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReusable Hardware\u003c\/strong\u003e Keep the frames and counter, then update the graphics when your campaign or event theme changes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Shipping Included\u003c\/strong\u003e Product page lists free shipping and a 15 business day production and shipping timeline.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eWhat This Kit Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e2 × 5' W × 7.9' H foldable lightweight SEG lightbox frames\u003c\/li\u003e\n\u003cli\u003e2 × Custom high-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × Foldable square display counter with custom wrap\u003c\/li\u003e\n\u003cli\u003e1 × Nylon duffel bag for transport and storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-booth04-note\"\u003e\n\u003cp\u003eFlooring, monitors, tablets, chairs, literature racks, furniture, electrical service, hard shipping cases, and extra accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-table-wrap\"\u003e\n\u003ctable class=\"qsd-booth04-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 Collapsible Backlit Trade Show Booth 04\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eDual-panel collapsible SEG backlit booth kit with foldable square display counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLightbox Panel Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 5' W × 7.9' H each, about 60\" W × 94.8\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSide-by-Side Display Width\u003c\/th\u003e\n\u003ctd\u003eApprox. 120\" W × 94.8\" H when both lightboxes are placed side by side\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLightbox Artwork Area\u003c\/th\u003e\n\u003ctd\u003e59.06\" W × 88.58\" H per panel, based on artwork template reference\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003eFoldable square display counter with custom printed wrap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter Artwork Area\u003c\/th\u003e\n\u003ctd\u003e186.6\" W × 44.3\" H graphic wrap area\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum lightbox frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric with silicone edges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage \/ Transport\u003c\/th\u003e\n\u003ctd\u003e1 nylon duffel bag included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eBacklit lightbox panels require power. Confirm outlet access and venue electrical rules before the event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free collapsible lightbox setup. Two people are recommended for smoother setup, especially when handling panels and counter components.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces. Avoid rain, wind, moisture, wet floors, uneven ground, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e12 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eSaaS conferences, healthcare expos, dental conventions, university career fairs, franchise expos, hotel ballroom conferences, financial advisor seminars, chamber business expos, retail product launches, nonprofit donor events, and regional sales roadshows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the SEG lightbox graphics and counter wrap for future events, new campaigns, or brand updates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003e4-Step Tool-Free Setup\u003c\/h2\u003e\n\u003cp\u003eBooth 04 is designed for repeat event use with foldable lightbox frames, SEG fabric graphics, and a central square counter.\u003c\/p\u003e\n\u003cdiv class=\"qsd-booth04-steps\"\u003e\n\u003cdiv class=\"qsd-booth04-step\"\u003e\n\u003ch4\u003eUnfold the Lightboxes\u003c\/h4\u003e\n\u003cp\u003eUnpack the duffel bag, unfold each SEG lightbox frame, and lock the frame into position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-step\"\u003e\n\u003ch4\u003eInsert SEG Graphics\u003c\/h4\u003e\n\u003cp\u003eInsert the silicone-edge fabric graphics into the frame channels for a clean illuminated finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-step\"\u003e\n\u003ch4\u003eSet the Booth Layout\u003c\/h4\u003e\n\u003cp\u003ePlace both panels side by side, separate them into two zones, or angle them slightly based on your 10x10 booth layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-step\"\u003e\n\u003ch4\u003eAdd Counter \u0026amp; Power\u003c\/h4\u003e\n\u003cp\u003eSet up the foldable square counter, connect power for the backlit panels, and confirm safe cable routing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003ePower Planning for the Two Backlit Panels\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-note\"\u003e\n\u003cp\u003eThe backlit lightbox panels require power. Before your event, confirm outlet access, power strip rules, extension cord restrictions, cable routing, electrical order deadlines, and show contractor requirements.\u003c\/p\u003e\n\u003cp\u003eFor a cleaner booth, route cords behind the displays or along approved booth paths to reduce trip hazards. Keep cables away from visitor walkways and secure them according to venue rules.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eRecommended 10x10 Booth Layouts\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-grid-3\"\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eSide-by-Side Wall\u003c\/h3\u003e\n\u003cp\u003eUse both lightboxes side by side as a bright rear wall for a wide visual anchor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eLeft-and-Right Zones\u003c\/h3\u003e\n\u003cp\u003eSeparate the panels to frame the left and right sides of your booth or organize two product messages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eAngled Open Layout\u003c\/h3\u003e\n\u003cp\u003eAngle the panels slightly to guide visitors toward the square counter and create a more open approach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eRecommended Graphic Strategy\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-blue-note\"\u003e\n\u003cp\u003eUse one lightbox for your main brand promise, hero product, or campaign headline. Use the second lightbox for product benefits, service categories, sponsor messaging, or a visual proof point.\u003c\/p\u003e\n\u003cp\u003eUse the counter wrap for QR codes, website links, event offers, lead capture prompts, appointment messaging, booth number, service categories, or a short call to action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eCounter Wrap Design Tip\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-green-note\"\u003e\n\u003cp\u003eThe counter graphic area is 186.6\" W × 44.3\" H, so design it as a wrap, not a flat poster.\u003c\/p\u003e\n\u003cp\u003eKeep the main logo, QR code, and call-to-action on the front-facing area. Use side areas for patterns, secondary messages, social handles, or brand color blocks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eSuggested Product Image Copy\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eTwo foldable SEG backlit lightboxes\u003c\/li\u003e\n\u003cli\u003eEach lightbox: approx. 60\" W × 94.8\" H\u003c\/li\u003e\n\u003cli\u003eApprox. 120\" W × 94.8\" H when placed side by side\u003c\/li\u003e\n\u003cli\u003eIncludes square folding counter with custom wrap\u003c\/li\u003e\n\u003cli\u003eLightbox artwork area: 59.06\" W × 88.58\" H each\u003c\/li\u003e\n\u003cli\u003eCounter artwork area: 186.6\" W × 44.3\" H\u003c\/li\u003e\n\u003cli\u003ePlan power access before your event\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eWhere It Works Best\u003c\/h2\u003e\n\u003cp\u003eUse this booth for indoor and controlled event spaces where a bright but open booth layout can support conversations and lead capture.\u003c\/p\u003e\n\u003cul class=\"qsd-booth04-use-list\"\u003e\n\u003cli\u003eSaaS conferences\u003c\/li\u003e\n\u003cli\u003eHealthcare expos\u003c\/li\u003e\n\u003cli\u003eDental conventions\u003c\/li\u003e\n\u003cli\u003eUniversity career fairs\u003c\/li\u003e\n\u003cli\u003eFranchise expos\u003c\/li\u003e\n\u003cli\u003eHotel ballroom conferences\u003c\/li\u003e\n\u003cli\u003eFinancial advisor seminars\u003c\/li\u003e\n\u003cli\u003eChamber of commerce business expos\u003c\/li\u003e\n\u003cli\u003eRetail product launches\u003c\/li\u003e\n\u003cli\u003eMall activations\u003c\/li\u003e\n\u003cli\u003eNonprofit donor events\u003c\/li\u003e\n\u003cli\u003eCommunity business fairs\u003c\/li\u003e\n\u003cli\u003eStartup showcases\u003c\/li\u003e\n\u003cli\u003eReal estate open houses\u003c\/li\u003e\n\u003cli\u003eBeauty and wellness shows\u003c\/li\u003e\n\u003cli\u003eRegional sales roadshows\u003c\/li\u003e\n\u003cli\u003eProduct sampling stations\u003c\/li\u003e\n\u003cli\u003eCorporate sponsor booths\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eWho Should Use Booth 04?\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-grid-2\"\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eBest For\u003c\/h3\u003e\n\u003cp\u003eSaaS teams, healthcare brands, dental companies, universities, financial service firms, franchise sales teams, beauty and skincare brands, nonprofit outreach teams, retail product teams, real estate marketers, and regional sales teams that need a bright 10x10 booth with a simple visitor touchpoint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth04-card\"\u003e\n\u003ch3\u003eNot Ideal For\u003c\/h3\u003e\n\u003cp\u003eRain, wind, wet floors, uneven ground, low-ceiling booths, events without electricity, unsheltered outdoor use, or layouts that require one uninterrupted full-width graphic wall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eReusable Frames, Refreshable Graphics\u003c\/h2\u003e\n\u003cp\u003eKeep the lightbox frames and counter, then update the SEG graphics or counter wrap for new product launches, seasonal campaigns, sponsor programs, recruiting seasons, or annual trade shows.\u003c\/p\u003e\n\u003cp\u003eYou can refresh one panel, both panels, or the counter depending on your next event message.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section\"\u003e\n\u003ch2\u003eProduction Timeline Planning\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth04-note\"\u003e\n\u003cp\u003eThis booth has a listed production and shipping timeline of 15 business days after artwork approval. Please allow time for artwork approval, design revisions, event delivery deadlines, advance warehouse receiving rules, and move-in schedules.\u003c\/p\u003e\n\u003cp\u003eFor fixed show dates, confirm your event deadline, shipping address, receiving rules, and artwork status before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-section qsd-booth04-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat makes Booth 04 different from a standard backlit wall?\u003c\/summary\u003e\n\u003cp\u003eBooth 04 includes two separate collapsible SEG backlit lightboxes and one square folding counter, giving you two illuminated message zones and a central visitor touchpoint instead of one continuous wall.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is each lightbox?\u003c\/summary\u003e\n\u003cp\u003eEach lightbox is approximately 5' W × 7.9' H, about 60\" W × 94.8\" H based on the product page specification.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow wide is the setup if both lightboxes are placed side by side?\u003c\/summary\u003e\n\u003cp\u003eWhen placed side by side, the two lightboxes create an illuminated display area of approximately 120\" W × 94.8\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the artwork sizes?\u003c\/summary\u003e\n\u003cp\u003eEach lightbox artwork area is 59.06\" W × 88.58\" H. The counter artwork area is 186.6\" W × 44.3\" H. Always use the official template for final artwork.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the square counter included?\u003c\/summary\u003e\n\u003cp\u003eYes. The kit includes one foldable square display counter with a custom printed wrap.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require electricity?\u003c\/summary\u003e\n\u003cp\u003eYes. The backlit lightbox panels require power. Confirm outlet access, extension cord rules, electrical deadlines, and cable routing with your venue before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for many 10x10 booth layouts. Always confirm booth rules, height limits, available floor space, and electrical access before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I separate the two lightboxes?\u003c\/summary\u003e\n\u003cp\u003eYes. You can use them side by side, separated into left and right zones, or angled slightly depending on your booth layout and venue rules.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor and controlled event spaces. Avoid rain, wind, moisture, uneven ground, wet floors, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement SEG graphics and counter wraps may be ordered for future events, new campaigns, or brand updates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but check your exhibitor manual for receiving deadlines, booth number labeling, electrical order deadlines, carrier rules, and material handling requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth04-cta\"\u003e\n\u003ch2\u003eReady to Build a Brighter Open 10x10 Booth?\u003c\/h2\u003e\n\u003cp\u003eSend us your booth size, event date, logo, artwork files, preferred lightbox layout, delivery address, and any venue electrical requirements. Our team can help review the panel graphics, counter wrap, production timeline, and shipping plan before your order moves into production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46009838141598,"sku":"10EL-04","price":3099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/1010-WD-02-1524.jpg?v=1759975549"},{"product_id":"10x10-collapsible-backlit-trade-show-booth-05","title":"10x10 EdgeLumi™ Twin Backlit SEG Modular Booth Display","description":"\u003cstyle\u003e\n  .qsd-booth05-backlit-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-booth05-backlit-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-booth05-backlit-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth05-backlit-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-booth05-backlit-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-booth05-backlit-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-booth05-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-booth05-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-booth05-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-booth05-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth05-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-booth05-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-booth05-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-booth05-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-booth05-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-booth05-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-booth05-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-booth05-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-booth05-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-booth05-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-booth05-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth05-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth05-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth05-steps {\n    counter-reset: booth05-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-booth05-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-booth05-step:before {\n    counter-increment: booth05-step;\n    content: counter(booth05-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-booth05-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-booth05-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-booth05-spec-table th,\n  .qsd-booth05-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-booth05-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-booth05-spec-table tr:last-child th,\n  .qsd-booth05-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-booth05-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-booth05-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-booth05-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-booth05-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-booth05-cta h2,\n  .qsd-booth05-cta p {\n    color: #fff;\n  }\n\n  .qsd-booth05-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-booth05-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-booth05-hero,\n    .qsd-booth05-cta {\n      padding: 24px;\n    }\n\n    .qsd-booth05-title {\n      font-size: 28px;\n    }\n\n    .qsd-booth05-backlit-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-booth05-grid-2,\n    .qsd-booth05-grid-3,\n    .qsd-booth05-feature-list,\n    .qsd-booth05-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-booth05-use-list {\n      columns: 1;\n    }\n\n    .qsd-booth05-spec-table,\n    .qsd-booth05-spec-table tbody,\n    .qsd-booth05-spec-table tr,\n    .qsd-booth05-spec-table th,\n    .qsd-booth05-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-booth05-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-booth05-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-booth05-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-booth05-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-booth05-backlit-detail\"\u003e\n\u003csection class=\"qsd-booth05-hero\"\u003e\n\u003cdiv class=\"qsd-booth05-eyebrow\"\u003eDual-Panel 10x10 Backlit Booth with SEG Counter\u003c\/div\u003e\n\u003ch2 class=\"qsd-booth05-title\"\u003e10x10 Collapsible Backlit Trade Show Booth 05\u003c\/h2\u003e\n\u003cp class=\"qsd-booth05-subtitle\"\u003eCreate a brighter 10x10 trade show booth with two collapsible SEG lightbox panels and a matching backlit SEG display counter. This modular backlit booth kit is ideal for product demos, lead capture, healthcare expos, SaaS events, retail launches, recruiting fairs, franchise shows, and exhibitors who want a clean lightbox look without a full custom booth build.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth05-section\"\u003e\n\u003ch2\u003eA Dual-Panel 10x10 Backlit Booth with a Matching SEG Counter\u003c\/h2\u003e\n\u003cp\u003eBooth 05 is built around two collapsible SEG lightbox panels and one backlit SEG display counter, giving your 10x10 booth a brighter, more modular presentation than a single printed backdrop.\u003c\/p\u003e\n\u003cp\u003eUse the two illuminated panels side by side for a clean brand wall, or treat them as separate message zones for product categories, demos, sponsor graphics, service points, or event storytelling.\u003c\/p\u003e\n\u003cp\u003eThe matching backlit counter creates a front-of-booth action point for conversations, QR scans, samples, brochures, lead forms, and visitor engagement.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth05-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-booth05-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e2 × 5' × 7.9' foldable lightweight SEG lightbox frames\u003c\/li\u003e\n\u003cli\u003e2 × High-resolution seamless fabric prints\u003c\/li\u003e\n\u003cli\u003e1 × Backlit SEG display counter\u003c\/li\u003e\n\u003cli\u003e3 × Nylon duffel bags for transport and storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-booth05-note\"\u003e\n\u003cp\u003eFlooring, monitors, tablets, chairs, literature racks, extra lighting, hard shipping cases, electrical service, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth05-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth05-table-wrap\"\u003e\n\u003ctable class=\"qsd-booth05-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 Collapsible Backlit Trade Show Booth 05\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eDual-panel collapsible SEG lightbox booth kit with backlit SEG display counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLightbox Panel Size\u003c\/th\u003e\n\u003ctd\u003eApproximately 5' × 7.9' per panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum lightbox frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric with silicone edges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003eBacklit SEG display counter included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStorage \/ Transport\u003c\/th\u003e\n\u003ctd\u003e3 nylon duffel bags included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003ePower is required for the lightbox panels and backlit counter. Confirm outlet access and venue electrical rules before the event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free collapsible lightbox setup. Two people are recommended for smoother setup, especially when handling panels and counter components.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor events and controlled spaces. Avoid rain, wind, moisture, wet ground, uneven flooring, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e9 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eProduct demos, lead capture, healthcare expos, SaaS events, retail launches, recruiting fairs, franchise shows, regional trade shows, and sponsor booths\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the lightbox panels and counter when your campaign, sponsor, offer, or event message changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth05-section qsd-booth05-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with Booth 05?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes two collapsible SEG lightbox frames, two high-resolution seamless fabric prints, one backlit SEG display counter, and three nylon duffel bags.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the backlit counter included?\u003c\/summary\u003e\n\u003cp\u003eYes. This kit includes one backlit SEG display counter that can be used for check-ins, brochures, QR codes, samples, demos, and lead capture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth space?\u003c\/summary\u003e\n\u003cp\u003eYes. The two-panel layout is designed for standard 10x10 trade show spaces. Please confirm booth rules, outlet location, aisle clearance, height limits, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The lightbox panels and backlit counter require power. Check your exhibitor manual for outlet ordering deadlines, extension cord rules, power strip restrictions, and cable routing requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the two lightbox panels be arranged separately?\u003c\/summary\u003e\n\u003cp\u003eYes. The panels can be used together as a bright rear booth wall or positioned as separate message zones, depending on your booth layout and venue rules.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics may be ordered for the lightbox panels and counter when your campaign, sponsor, offer, or event message changes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this an indoor or outdoor booth?\u003c\/summary\u003e\n\u003cp\u003eThis booth is best suited for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet ground, or uneven surfaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre furniture, monitors, or flooring included?\u003c\/summary\u003e\n\u003cp\u003eNo. Flooring, chairs, monitors, tablets, literature racks, furniture, hard shipping cases, and extra accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to a show site or advance warehouse?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, material handling fees, and show-site delivery requirements before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth05-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a 10x10 SEG Lightbox Booth?\u003c\/h2\u003e\n\u003cp\u003eShare your event date, booth size, delivery address, power planning needs, artwork requirements, and whether you are shipping to a business address, advance warehouse, or show site. Our team can help confirm layout fit, artwork setup, production timing, replacement graphic needs, color matching, and delivery planning before your event.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46009962791070,"sku":"10EL-05","price":999.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_EdgeLumi_Collapsible_Lightboxes_Booth_Kit_B_main.jpg?v=1783689045"},{"product_id":"10x10-pop-up-backlit-trade-show-booth-06","title":"Custom 10x10 Backlit Pop-Up Booth, LED Lightwall Display with Illuminated Square Counter for Trade Show Check-Ins","description":"\u003cstyle\u003e\n  .qsd-booth06-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-booth06-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-booth06-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth06-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-booth06-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-booth06-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-booth06-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-booth06-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-booth06-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-booth06-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-booth06-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-booth06-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-booth06-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-booth06-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-booth06-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-booth06-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-booth06-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-booth06-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-booth06-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-booth06-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-booth06-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth06-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth06-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-booth06-steps {\n    counter-reset: booth06-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-booth06-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-booth06-step:before {\n    counter-increment: booth06-step;\n    content: counter(booth06-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-booth06-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-booth06-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-booth06-spec-table th,\n  .qsd-booth06-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-booth06-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-booth06-spec-table tr:last-child th,\n  .qsd-booth06-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-booth06-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-booth06-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-booth06-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-booth06-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-booth06-cta h2,\n  .qsd-booth06-cta p {\n    color: #fff;\n  }\n\n  .qsd-booth06-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-booth06-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-booth06-hero,\n    .qsd-booth06-cta {\n      padding: 24px;\n    }\n\n    .qsd-booth06-title {\n      font-size: 28px;\n    }\n\n    .qsd-booth06-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-booth06-grid-2,\n    .qsd-booth06-grid-3,\n    .qsd-booth06-feature-list,\n    .qsd-booth06-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-booth06-use-list {\n      columns: 1;\n    }\n\n    .qsd-booth06-spec-table,\n    .qsd-booth06-spec-table tbody,\n    .qsd-booth06-spec-table tr,\n    .qsd-booth06-spec-table th,\n    .qsd-booth06-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-booth06-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-booth06-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-booth06-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-booth06-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-booth06-detail\"\u003e\n\u003csection class=\"qsd-booth06-hero\"\u003e\n\u003cdiv class=\"qsd-booth06-eyebrow\"\u003e10x10 Backlit Booth Kit with Illuminated Counter\u003c\/div\u003e\n\u003ch2 class=\"qsd-booth06-title\"\u003e10x10 Pop-Up Backlit Trade Show Booth 06\u003c\/h2\u003e\n\u003cp class=\"qsd-booth06-subtitle\"\u003eCreate a brighter 10x10 trade show booth with a backlit pop-up backdrop and illuminated square counter. This compact backlit booth kit gives exhibitors a 120\" × 90\" lighted fabric wall plus a matching counter for check-ins, demos, brochures, lead capture, product launches, recruiting events, healthcare expos, retail activations, and conference displays.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eA 10x10 Backlit Booth Kit with a Lighted Counter\u003c\/h2\u003e\n\u003cp\u003eThe 10x10 Pop-Up Backlit Trade Show Booth 06 combines a 120\" × 90\" illuminated backdrop with a matching backlit square display counter, creating a brighter booth setup for brands that need more visual impact than a standard printed wall.\u003c\/p\u003e\n\u003cp\u003eIt is built for product demos, check-ins, lead capture, retail launches, conference displays, and small teams that want a polished 10x10 booth without a full custom build.\u003c\/p\u003e\n\u003cp\u003eThe illuminated wall helps your brand stand out from the aisle, while the counter gives your team a practical front-of-booth station for real visitor conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eBacklit Wall + Counter for a Complete Visitor Flow\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-blue-note\"\u003e\n\u003cp\u003eThe illuminated backdrop draws attention from the aisle, while the backlit counter gives your team a clear place to greet visitors, scan badges, display brochures, collect leads, or start product conversations.\u003c\/p\u003e\n\u003cp\u003eTogether, the wall and counter help your booth feel more complete, more visible, and easier to approach than a table-only booth or a standard printed backwall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eSize \u0026amp; Booth Fit\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-grid-2\"\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eBackdrop Size\u003c\/h3\u003e\n\u003cp\u003e120\" W × 90\" H, approximately 10ft × 7.5ft. This backlit pop-up backdrop is designed for standard 10x10 trade show spaces, conference booths, product demo areas, and brand activation setups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003e10x10 Booth Planning\u003c\/h3\u003e\n\u003cp\u003eBefore ordering, please confirm your booth rules, ceiling height, outlet location, aisle clearance, and available floor space for both the backdrop and counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eArtwork Size Reference\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-grid-3\"\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eBackdrop Front Printing Area\u003c\/h3\u003e\n\u003cp\u003e120\" W × 90.55\" H. Use this large lighted graphic area for your main logo, hero image, campaign headline, or product story.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eCounter Wrap Printing Area\u003c\/h3\u003e\n\u003cp\u003e88.2\" W × 41.1\" H. Use this area for QR codes, website URL, lead capture messaging, offer details, or booth counter branding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eCounter Side Graphic Areas\u003c\/h3\u003e\n\u003cp\u003e43.1\" W × 39\" H. Use side panels for supporting graphics, logos, campaign colors, product icons, or simple brand patterns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-note\"\u003e\n\u003cp\u003ePlease use the official artwork template for final file setup, keep logos and important text inside the safe area, extend background colors to the bleed line, and remove template guidelines before submitting files.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eBacklit Square Counter for Check-In and Lead Capture\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-green-note\"\u003e\n\u003cp\u003eThe included backlit square display counter works as a front-of-booth conversation point.\u003c\/p\u003e\n\u003cp\u003eUse it for visitor check-in, QR code scans, brochure pickup, product samples, badge scanning, demo scheduling, giveaway sign-ups, appointment cards, or quick sales conversations. Its illuminated graphic wrap helps the counter feel like part of the booth instead of a separate table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eBacklit Visibility for Busy Indoor Venues\u003c\/h2\u003e\n\u003cp\u003eBuilt-in LED lighting helps your graphics stay visible in crowded exhibit halls, hotel ballrooms, conference centers, mall activations, and indoor product launch spaces.\u003c\/p\u003e\n\u003cp\u003eThe illuminated backdrop and counter create a brighter brand presence than standard fabric graphics, helping visitors notice your booth faster from the aisle.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eHow Booth 06 Is Different\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-grid-2\"\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eNot Just a Single Backlit Wall\u003c\/h3\u003e\n\u003cp\u003eBooth 06 pairs a pop-up illuminated backdrop with a matching backlit square counter, giving your team both a bright visual background and a functional front counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch3\u003eCompact Alternative to Larger Booth Systems\u003c\/h3\u003e\n\u003cp\u003eChoose this kit when you want a compact 10x10 backlit booth setup without moving into a larger modular exhibit system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-booth06-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e120\" W × 90\" H Backlit Wall\u003c\/strong\u003e Creates a bright, full-width illuminated booth backdrop for many standard 10x10 trade show layouts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBacklit Square Display Counter\u003c\/strong\u003e Gives your team a front-of-booth counter for check-ins, demos, brochures, product samples, and lead capture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-In LED Lighting\u003c\/strong\u003e Helps your backdrop and counter graphics stay visible in busy indoor event venues.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePop-Up Aluminum Frame\u003c\/strong\u003e The anodized aluminum pop-up frame helps create a backlit booth wall with fewer loose parts than a hard-built exhibit structure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-Resolution Fabric Printing\u003c\/strong\u003e Custom seamless fabric graphics help show your logo, product images, campaign message, and brand colors clearly.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplete Visitor Flow\u003c\/strong\u003e Use the wall to attract attention and the counter to continue the conversation, collect leads, or schedule demos.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Graphics Available\u003c\/strong\u003e Refresh the backdrop or counter graphics for new campaigns, product launches, sponsors, or seasonal events.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Shipping Included\u003c\/strong\u003e This booth kit includes free shipping and production support after artwork approval.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003ePop-Up Frame for Faster Booth Setup\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-blue-note\"\u003e\n\u003cp\u003eThe anodized aluminum pop-up frame helps create a full backlit wall with fewer loose parts than a hard-built exhibit structure.\u003c\/p\u003e\n\u003cp\u003eIt is a practical option for teams that need a brighter booth setup for short move-in windows, one-day conferences, regional expos, recruiting fairs, retail events, and repeat trade show use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003ePower \u0026amp; Cable Planning\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-note\"\u003e\n\u003cp\u003eThis booth includes backlit display components, so power access should be planned before the event.\u003c\/p\u003e\n\u003cp\u003ePlease check your exhibitor manual for electrical ordering deadlines, outlet placement, extension cord rules, and cable routing requirements. Keep cords away from walking paths and secure them according to venue rules to reduce trip hazards around the booth and counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eWhere This 10x10 Backlit Booth Works Best\u003c\/h2\u003e\n\u003cp\u003eUse this booth when you need a bright 10x10 display wall plus a practical counter for check-ins, product conversations, samples, and lead capture.\u003c\/p\u003e\n\u003cul class=\"qsd-booth06-use-list\"\u003e\n\u003cli\u003eRegional trade shows\u003c\/li\u003e\n\u003cli\u003eHotel conference booths\u003c\/li\u003e\n\u003cli\u003eHealthcare expos\u003c\/li\u003e\n\u003cli\u003eDental expos\u003c\/li\u003e\n\u003cli\u003eUniversity recruiting fairs\u003c\/li\u003e\n\u003cli\u003eSaaS and tech demos\u003c\/li\u003e\n\u003cli\u003eFranchise expos\u003c\/li\u003e\n\u003cli\u003eInsurance events\u003c\/li\u003e\n\u003cli\u003eFinancial service events\u003c\/li\u003e\n\u003cli\u003eRetail pop-up launches\u003c\/li\u003e\n\u003cli\u003eBeauty and wellness shows\u003c\/li\u003e\n\u003cli\u003eNonprofit fundraising booths\u003c\/li\u003e\n\u003cli\u003eChamber of commerce showcases\u003c\/li\u003e\n\u003cli\u003eTourism promotions\u003c\/li\u003e\n\u003cli\u003eDealership events\u003c\/li\u003e\n\u003cli\u003eProduct sampling stations\u003c\/li\u003e\n\u003cli\u003eSchool district vendor fairs\u003c\/li\u003e\n\u003cli\u003eCorporate sponsor tables\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eArtwork Planning Tips for Booth 06\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-blue-note\"\u003e\n\u003cp\u003eUse the backlit backdrop for your main logo, campaign headline, hero image, or product story. Use the counter graphic for QR codes, website URL, contact information, offer details, or a short call to action.\u003c\/p\u003e\n\u003cp\u003eKeep small text inside the safe area and avoid placing key content near seams, bending lines, trim lines, or areas where the counter shape may wrap around edges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eAvailable Custom Options\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-grid-3\"\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch4\u003eReplacement Backdrop Graphics\u003c\/h4\u003e\n\u003cp\u003eUpdate the 120\" × 90\" illuminated backdrop for future campaigns, product lines, sponsor programs, or event themes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch4\u003eReplacement Counter Graphics\u003c\/h4\u003e\n\u003cp\u003eRefresh the counter wrap for new offers, QR codes, contact details, retail launches, or lead capture messages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch4\u003eExtra Proof Support\u003c\/h4\u003e\n\u003cp\u003eSend your logo, product images, campaign message, QR codes, and reference style so our team can help review your proof.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch4\u003eRush Timing Review\u003c\/h4\u003e\n\u003cp\u003eNeed it for a fixed show date? Share your event deadline, delivery address, and artwork status before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch4\u003eBrand Color Matching\u003c\/h4\u003e\n\u003cp\u003eProvide brand guidelines, CMYK values, or color references if color accuracy is important for your campaign.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-card\"\u003e\n\u003ch4\u003ePower Planning Support\u003c\/h4\u003e\n\u003cp\u003eShare your venue requirements if you need help thinking through outlet access, counter placement, and cable routing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eProduction Timing Reminder\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-note\"\u003e\n\u003cp\u003eThis product currently requires 18 business days for production and shipping after artwork approval.\u003c\/p\u003e\n\u003cp\u003ePlease allow enough time for artwork setup, proof review, approval, production, transit, and event receiving. If you have a fixed trade show, conference, or hotel event date, share your deadline with our team before ordering so timing can be reviewed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eSimple Setup Overview\u003c\/h2\u003e\n\u003cp\u003eThe pop-up backlit frame and illuminated square counter are designed for a compact 10x10 booth setup. For the smoothest experience, plan your counter position, power access, and cable routing before move-in.\u003c\/p\u003e\n\u003cdiv class=\"qsd-booth06-steps\"\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eBuild the Backlit Wall\u003c\/h4\u003e\n\u003cp\u003eOpen and position the 120\" × 90\" anodized aluminum pop-up frame along the back of your 10x10 booth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eInstall the Backdrop Graphic\u003c\/h4\u003e\n\u003cp\u003eApply the high-resolution seamless fabric print and adjust the graphic for a smooth illuminated display surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eSet Up the Counter\u003c\/h4\u003e\n\u003cp\u003eAssemble the backlit square display counter and install the counter graphic wrap according to the template direction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qsd-booth06-step\"\u003e\n\u003ch4\u003eConnect Power Safely\u003c\/h4\u003e\n\u003cp\u003eConnect the backlit components, route cords away from walkways, and confirm safe booth traffic flow before the show opens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eShipping \u0026amp; Event Receiving Notes\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-green-note\"\u003e\n\u003cp\u003eThe standard set includes one nylon duffel bag. If shipping to an advance warehouse, convention center, hotel venue, or show site, please check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, and material handling fees before placing your order.\u003c\/p\u003e\n\u003cp\u003eFor events with strict receiving windows, confirm your proof approval timeline early so production, transit, and delivery can be planned more safely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eRecommended Use \u0026amp; Care\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-note\"\u003e\n\u003cp\u003eThis booth is best suited for indoor trade shows, conferences, hotel ballrooms, retail activations, product demo spaces, sponsor areas, and controlled event environments with safe power access.\u003c\/p\u003e\n\u003cp\u003eOutdoor use is not recommended in wind, rain, moisture, or uneven ground. Store fabric graphics dry and protect the pop-up frame, LED components, counter, and bag from rough handling between events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-booth06-table-wrap\"\u003e\n\u003ctable class=\"qsd-booth06-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10x10 Pop-Up Backlit Trade Show Booth 06\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 backlit booth kit with illuminated pop-up wall and matching backlit square display counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e120\" W × 90\" H, approx. 10ft × 7.5ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Front Printing Area\u003c\/th\u003e\n\u003ctd\u003e120\" W × 90.55\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter Wrap Printing Area\u003c\/th\u003e\n\u003ctd\u003e88.2\" W × 41.1\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter Side Graphic Areas\u003c\/th\u003e\n\u003ctd\u003e43.1\" W × 39\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum pop-up frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003eBuilt-in LED lighting for the backlit booth display system and square display counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003eBacklit square display counter included for check-ins, brochures, QR codes, samples, demos, and lead capture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStandard Storage\u003c\/th\u003e\n\u003ctd\u003eNylon duffel bag included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e18 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, conferences, retail launches, healthcare expos, recruiting events, product demos, sponsor areas, and controlled indoor brand activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces with safe power access. Outdoor use is not recommended in wind, rain, moisture, or uneven ground.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backlit backdrop and square display counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 120\" × 90\" anodized aluminum pop-up frame\u003c\/li\u003e\n\u003cli\u003e1 × High-resolution seamless fabric print\u003c\/li\u003e\n\u003cli\u003e1 × Backlit square display counter\u003c\/li\u003e\n\u003cli\u003e2 × Nylon duffel bag\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-booth06-note\"\u003e\n\u003cp\u003eFlooring, monitors, tablets, furniture, literature racks, additional lighting, electrical service, and other booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-section qsd-booth06-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this booth kit?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 120\" × 90\" backlit pop-up backdrop, one high-resolution seamless fabric print, one backlit square display counter, and one nylon duffel bag.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the counter included?\u003c\/summary\u003e\n\u003cp\u003eYes. This kit includes one backlit square display counter that can be used for check-ins, brochures, QR codes, demos, samples, or lead capture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth need power?\u003c\/summary\u003e\n\u003cp\u003eYes. The backlit backdrop and counter require power. Please check your exhibitor manual for electrical ordering deadlines, outlet location, and cord routing rules.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The 120\" × 90\" backlit backdrop is designed for standard 10x10 trade show spaces. Please confirm booth rules, ceiling height, outlet access, aisle clearance, and available floor space for the counter.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics may be ordered for the backdrop and counter when your campaign, product line, sponsor, or event message changes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this booth outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis booth is best suited for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, or uneven ground.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check receiving deadlines, booth number labeling, carrier rules, and material handling fees before shipping to a venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs furniture or flooring included?\u003c\/summary\u003e\n\u003cp\u003eNo. Flooring, chairs, tables, tablets, monitors, literature racks, and additional booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this good for product demos and lead capture?\u003c\/summary\u003e\n\u003cp\u003eYes. The illuminated wall attracts attention, while the counter gives your team a place to greet visitors, scan badges, display samples, and collect leads.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-booth06-cta\"\u003e\n\u003ch2\u003eNeed Help Planning a 10x10 Backlit Booth?\u003c\/h2\u003e\n\u003cp\u003eShare your event date, booth size, delivery address, venue type, power planning needs, and artwork requirements with our team. We can help confirm whether the 120\" × 90\" backlit booth kit fits your space and whether you may need replacement graphics, rush production, color matching, or advance warehouse delivery support.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46009973899422,"sku":"10EL-06","price":899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/1010-WD-021533.jpg?v=1759981061"},{"product_id":"10ft-edgelumi-collapsible-lightboxes-booth-kit-a","title":"10x10 EdgeLumi™ Tri-Panel Backlit SEG Modular Booth Display A","description":"\u003cstyle\u003e\n  .qsd-edgelumi-a-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-edgelumi-a-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-edgelumi-a-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-a-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-a-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-a-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-edgelumi-a-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-edgelumi-a-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-edgelumi-a-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-a-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-a-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-edgelumi-a-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-edgelumi-a-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-edgelumi-a-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-a-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-edgelumi-a-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-edgelumi-a-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-edgelumi-a-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-edgelumi-a-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-edgelumi-a-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-edgelumi-a-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-a-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-a-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-a-steps {\n    counter-reset: edgelumi-a-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-edgelumi-a-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-a-step:before {\n    counter-increment: edgelumi-a-step;\n    content: counter(edgelumi-a-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-edgelumi-a-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-edgelumi-a-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-edgelumi-a-spec-table th,\n  .qsd-edgelumi-a-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-edgelumi-a-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-a-spec-table tr:last-child th,\n  .qsd-edgelumi-a-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-edgelumi-a-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-a-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-edgelumi-a-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-edgelumi-a-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-edgelumi-a-cta h2,\n  .qsd-edgelumi-a-cta p {\n    color: #fff;\n  }\n\n  .qsd-edgelumi-a-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-edgelumi-a-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-edgelumi-a-hero,\n    .qsd-edgelumi-a-cta {\n      padding: 24px;\n    }\n\n    .qsd-edgelumi-a-title {\n      font-size: 28px;\n    }\n\n    .qsd-edgelumi-a-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-edgelumi-a-grid-2,\n    .qsd-edgelumi-a-grid-3,\n    .qsd-edgelumi-a-feature-list,\n    .qsd-edgelumi-a-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-edgelumi-a-use-list {\n      columns: 1;\n    }\n\n    .qsd-edgelumi-a-spec-table,\n    .qsd-edgelumi-a-spec-table tbody,\n    .qsd-edgelumi-a-spec-table tr,\n    .qsd-edgelumi-a-spec-table th,\n    .qsd-edgelumi-a-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-edgelumi-a-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-edgelumi-a-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-edgelumi-a-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-edgelumi-a-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-edgelumi-a-detail\"\u003e\n\u003csection class=\"qsd-edgelumi-a-hero\"\u003e\n\u003cdiv class=\"qsd-edgelumi-a-eyebrow\"\u003eModular 10ft SEG Backlit Booth Kit\u003c\/div\u003e\n\u003ch2 class=\"qsd-edgelumi-a-title\"\u003e10ft EdgeLumi™ Collapsible Lightboxes Booth Kit - A\u003c\/h2\u003e\n\u003cp class=\"qsd-edgelumi-a-subtitle\"\u003eBuild a brighter 10x10 booth with three collapsible SEG lightbox panels and a matching backlit counter. This modular backlit booth kit gives your team a flexible illuminated display for trade shows, product demos, retail activations, recruiting fairs, conferences, and lead capture events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\n\u003ch2\u003eA Modular Backlit Booth Kit, Not Just a Lightbox Wall\u003c\/h2\u003e\n\u003cp\u003eThis 10ft EdgeLumi™ Booth Kit - A combines three vertical collapsible SEG lightbox panels with a matching SEG backlit counter, giving your 10x10 booth a brighter, more modular display layout.\u003c\/p\u003e\n\u003cp\u003eUse the three lightboxes as a continuous brand wall, separated product zones, or a flexible backdrop-and-side-display setup for trade shows, retail activations, demos, and launch events.\u003c\/p\u003e\n\u003cp\u003eUnlike a single fixed backlit wall, this kit gives your team more layout control. You can build one clean illuminated wall, create multiple message zones, or separate the panels to guide traffic inside a compact booth space.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\n\u003ch2\u003eBacklit Counter for Front-of-Booth Engagement\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi-a-green-note\"\u003e\n\u003cp\u003eThe included SEG backlit counter gives your team a bright front-of-booth touchpoint for QR code scans, brochures, lead forms, product samples, giveaways, appointment cards, or quick visitor conversations.\u003c\/p\u003e\n\u003cp\u003eIt helps turn the display from a background wall into a working booth station where visitors can stop, scan, ask questions, and start a sales conversation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\n\u003ch2\u003eCollapsible Panels for Repeat Event Teams\u003c\/h2\u003e\n\u003cp\u003eEach lightbox frame folds down for easier storage and event transport, making this booth kit a practical choice for teams that attend multiple trade shows, conferences, retail activations, recruiting events, and regional business expos throughout the year.\u003c\/p\u003e\n\u003cp\u003eThe modular structure makes it easier to reuse the same booth system in different spaces: one event may use all three panels as a back wall, while another may separate them into product zones or side displays.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\n\u003ch2\u003eReusable Frames, Refreshable Lightbox Graphics\u003c\/h2\u003e\n\u003cp\u003eKeep the lightbox frames and counter, then refresh the SEG graphics for new campaigns, product launches, sponsors, recruiting seasons, or retail promotions.\u003c\/p\u003e\n\u003cp\u003eYou can update one panel, all three panels, or the counter graphic depending on your next event message. This helps your booth stay current without replacing the full display system.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi-a-table-wrap\"\u003e\n\u003ctable class=\"qsd-edgelumi-a-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft EdgeLumi™ Collapsible Lightboxes Booth Kit - A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003eModular 10x10 backlit booth kit with three collapsible SEG lightbox panels and one matching SEG backlit counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLightbox Panel Quantity\u003c\/th\u003e\n\u003ctd\u003e3 vertical collapsible SEG lightbox panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApprox. Panel Size\u003c\/th\u003e\n\u003ctd\u003eEach panel is approximately 39.6\" W × 94.8\" H, based on the 3.3ft × 7.9ft lightbox frame size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApprox. Combined Width\u003c\/th\u003e\n\u003ctd\u003eApproximately 118.8\" W when three panels are aligned side by side\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic Type\u003c\/th\u003e\n\u003ctd\u003ePremium custom printed SEG tension fabric graphics with silicone edge finishing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003eIntegrated LED lighting kit with power supply for each lightbox frame system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003e1 SEG backlit counter frame with custom printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport Cases\u003c\/th\u003e\n\u003ctd\u003e4 professional carrying cases with wheels for frame, graphics, counter components, storage, and event transport\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Layouts\u003c\/th\u003e\n\u003ctd\u003eFull 10ft illuminated wall, separated product zones, side display layout, open 10x10 booth layout, or counter-focused lead capture layout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Planning\u003c\/th\u003e\n\u003ctd\u003eLightbox panels and backlit counter require power. Confirm outlet access, cable routing, and show electrical rules before the event.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, product demos, retail activations, recruiting fairs, conferences, sponsor areas, product launches, and lead capture events\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces with safe power access. Avoid rain, moisture, strong wind, uneven ground, and unsafe power conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for individual panels, all three panels, or the SEG counter graphic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003eProduction and shipping timeline: 10 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e3 × 3.3ft × 7.9ft collapsible lightbox frame systems with integrated LED lighting kits and power supplies\u003c\/li\u003e\n\u003cli\u003e3 × Premium custom printed SEG tension fabric graphics\u003c\/li\u003e\n\u003cli\u003e1 × SEG backlit counter frame with custom printing\u003c\/li\u003e\n\u003cli\u003e4 × Professional carrying cases with wheels for frame and graphics\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-a-section qsd-edgelumi-a-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in this booth kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes three collapsible SEG lightbox frame systems with LED lighting and power supplies, three custom printed SEG fabric graphics, one SEG backlit counter frame with custom printing, and four wheeled carrying cases.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is each lightbox panel?\u003c\/summary\u003e\n\u003cp\u003eEach panel is approximately 39.6\" W × 94.8\" H. Three panels placed side by side create an overall display width of approximately 118.8\" W.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The three-panel layout works well for many 10x10 booth setups, but you should confirm booth rules, height limits, power access, counter placement, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I separate the three lightboxes?\u003c\/summary\u003e\n\u003cp\u003eYes. The modular panels can be arranged side by side or separated for product zones, side displays, corner displays, or open booth layouts.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it need electricity?\u003c\/summary\u003e\n\u003cp\u003eYes. The lightbox panels and backlit counter require power. Please confirm outlet access, cable routing, and show electrical rules with your venue or show contractor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the counter included?\u003c\/summary\u003e\n\u003cp\u003eYes. The kit includes one SEG backlit counter frame with custom printing.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement SEG graphics may be ordered for individual panels, all three panels, or the counter for future events, campaigns, sponsors, or product launches.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but check your exhibitor manual for receiving deadlines, booth number labeling, carrier rules, case labeling, and material handling requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003eUse the correct artwork template for each lightbox panel and the counter. Print-ready AI, PDF, PSD, EPS, or high-resolution files are recommended.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the panels in different layouts for different shows?\u003c\/summary\u003e\n\u003cp\u003eYes. The modular structure lets you use the panels as one continuous wall, separated display zones, side displays, or a more open booth layout depending on your event space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46448193405086,"sku":"Q-10FT-EL-BOOTH-A","price":1199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_EdgeLumi__Collapsible_Lightboxes_Booth_Kit_A_no_Poaium_b9396f6a-9766-439e-85bd-043b3ae15480.jpg?v=1782891520"},{"product_id":"10ft-tenseflex-booth-kit-a","title":"10x10 TenseFlex™ Modular Booth Display A","description":"\u003cstyle\u003e\n  .qsd-tfkit-a-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tfkit-a-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tfkit-a-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfkit-a-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tfkit-a-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tfkit-a-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tfkit-a-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tfkit-a-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tfkit-a-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tfkit-a-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfkit-a-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tfkit-a-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tfkit-a-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tfkit-a-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tfkit-a-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tfkit-a-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tfkit-a-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tfkit-a-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tfkit-a-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tfkit-a-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tfkit-a-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfkit-a-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfkit-a-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfkit-a-steps {\n    counter-reset: tfkit-a-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tfkit-a-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tfkit-a-step:before {\n    counter-increment: tfkit-a-step;\n    content: counter(tfkit-a-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tfkit-a-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tfkit-a-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tfkit-a-spec-table th,\n  .qsd-tfkit-a-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tfkit-a-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tfkit-a-spec-table tr:last-child th,\n  .qsd-tfkit-a-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tfkit-a-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tfkit-a-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tfkit-a-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tfkit-a-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tfkit-a-cta h2,\n  .qsd-tfkit-a-cta p {\n    color: #fff;\n  }\n\n  .qsd-tfkit-a-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tfkit-a-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tfkit-a-hero,\n    .qsd-tfkit-a-cta {\n      padding: 24px;\n    }\n\n    .qsd-tfkit-a-title {\n      font-size: 28px;\n    }\n\n    .qsd-tfkit-a-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tfkit-a-grid-2,\n    .qsd-tfkit-a-grid-3,\n    .qsd-tfkit-a-feature-list,\n    .qsd-tfkit-a-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tfkit-a-use-list {\n      columns: 1;\n    }\n\n    .qsd-tfkit-a-spec-table,\n    .qsd-tfkit-a-spec-table tbody,\n    .qsd-tfkit-a-spec-table tr,\n    .qsd-tfkit-a-spec-table th,\n    .qsd-tfkit-a-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tfkit-a-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tfkit-a-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tfkit-a-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tfkit-a-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tfkit-a-detail\"\u003e\n\u003csection class=\"qsd-tfkit-a-hero\"\u003e\n\u003cdiv class=\"qsd-tfkit-a-eyebrow\"\u003e10ft Video-Ready Trade Show Booth Kit\u003c\/div\u003e\n\u003ch2 class=\"qsd-tfkit-a-title\"\u003e10ft TenseFlex™ Booth Kit A\u003c\/h2\u003e\n\u003cp class=\"qsd-tfkit-a-subtitle\"\u003eCreate a clean 10ft trade show booth with a straight fabric backwall, branded header, front TV counter, custom graphics, and wheeled hardcase in one ready-to-use kit. Built for brands that use video to explain, demo, and sell, this booth keeps your screen front and center while giving your brand a clean, professional backdrop.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section\"\u003e\n\u003ch2\u003eA Clean 10ft Booth Built Around Video\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth Kit A is designed for exhibitors who want a simple 10x10 booth layout with a strong front-facing screen area. It combines a straight tension fabric backwall, a TV monitor display stand, a raised 58\" × 12\" header, and a wheeled hardcase that can work as a branded counter during the show.\u003c\/p\u003e\n\u003cp\u003eUse the TV counter to play product demos, software walkthroughs, brand videos, event schedules, promotional messages, customer testimonials, service highlights, or lead capture prompts. The straight fabric backwall keeps your brand story clean and readable behind the screen.\u003c\/p\u003e\n\u003cp\u003eThis kit is a practical choice when you need more engagement than a backdrop-only setup, but you still want a booth system that stays compact, portable, and easy to reuse across multiple events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-tfkit-a-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVideo-Ready 10ft Booth Kit\u003c\/strong\u003e Combines a straight backwall, front TV counter, raised header, hardcase, and custom graphics in one event-ready setup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupports 32\"–55\" Screens\u003c\/strong\u003e Use a compatible screen for product demos, software walkthroughs, brand videos, testimonials, schedules, or lead capture prompts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClean Straight Fabric Backwall\u003c\/strong\u003e Creates a professional branded background for your booth message, product visuals, QR codes, and campaign graphics.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e58\" × 12\" Header\u003c\/strong\u003e Adds a clear top-level brand mark for your company name, slogan, booth number, product category, or event message.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHardcase Counter Included\u003c\/strong\u003e The wheeled hardcase helps protect the booth system and can become a branded reception point during the show.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTool-Free Snap-Tube Frame\u003c\/strong\u003e Numbered anodized aluminum snap-tube frame sections are designed for practical event setup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom Full-Color Graphics\u003c\/strong\u003e Use the backwall, header, TV counter, and hardcase graphics together for a coordinated booth look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Graphics Available\u003c\/strong\u003e Reuse the frame, TV counter, header, and hardcase, then refresh the graphics for new campaigns or events.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfkit-a-table-wrap\"\u003e\n\u003ctable class=\"qsd-tfkit-a-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth Kit A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10ft media-ready trade show booth with straight fabric backwall, front TV counter, header, and hardcase counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV Support\u003c\/th\u003e\n\u003ctd\u003eTV monitor display stand supports compatible 32\"–55\" screens. TV monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic Material\u003c\/th\u003e\n\u003ctd\u003e230gsm zippered tension fabric, washable, flame-retardant treated, and wrinkle-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 50 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Dimension\u003c\/th\u003e\n\u003ctd\u003e21\" × 16\" × 40\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly wheeled transport hardcase included for storage and event travel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Setup\u003c\/th\u003e\n\u003ctd\u003eTool-free setup; 1–2 people recommended, especially when positioning the TV counter and installing the monitor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eSaaS demo booths, medical device shows, university recruiting booths, franchise expos, conference sponsor areas, retail launches, product demos, and brand activation spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop, TV counter, header, and hardcase graphics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft straight tension fabric backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × TV monitor display stand with custom print\u003c\/li\u003e\n\u003cli\u003e1 × 58\" × 12\" aluminum header frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for header\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled transport hardcase\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase\u003c\/li\u003e\n\u003cli\u003e1 × Carry bag\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tfkit-a-note\"\u003e\n\u003cp\u003eTV monitor is not included. Please confirm your TV size, VESA mounting pattern, screen weight, and power access before your event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-section qsd-tfkit-a-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The booth includes a TV monitor display stand for 32\"–55\" screens, but the TV itself is not included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size TV does the display stand support?\u003c\/summary\u003e\n\u003cp\u003eThe TV monitor display stand supports compatible 32\"–55\" screens. Please confirm your screen size, weight, and VESA mounting pattern before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hardcase be used during the show?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase can be wrapped with a custom graphic and used as a branded counter, reception point, lead capture station, or small display surface during the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need tools to set it up?\u003c\/summary\u003e\n\u003cp\u003eThe booth is designed for tool-free setup with a snap-tube frame system. For smoother setup, 1–2 people are recommended, especially when positioning the TV counter and installing the monitor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. You can reuse the frame, TV counter, header, and hardcase, then order replacement graphics for new campaigns, product launches, sponsor updates, or refreshed branding.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I show on the TV?\u003c\/summary\u003e\n\u003cp\u003eYou can use the TV for product demos, brand videos, software walkthroughs, customer testimonials, event schedules, menus, service highlights, presentation slides, or lead capture prompts.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for 10x10 spaces?\u003c\/summary\u003e\n\u003cp\u003eYes. This kit is designed for compact 10ft and 10x10 trade show booth layouts. Please confirm booth rules, aisle clearance, ceiling height, outlet location, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need print-ready artwork?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready artwork is helpful, but not required. Send us your logo, brand colors, product photos, or booth message, and our team can help prepare a proof before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen does production start?\u003c\/summary\u003e\n\u003cp\u003eProduction starts after artwork approval. Please review and approve your proof quickly if you need the booth kit for a specific show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth labeling rules, carrier requirements, and material handling fees before shipping to a venue or advance warehouse.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfkit-a-cta\"\u003e\n\u003ch2\u003eNeed a Video-Ready 10ft Booth for Your Next Show?\u003c\/h2\u003e\n\u003cp\u003eSend us your booth size, event date, TV size, VESA pattern, logo, artwork status, and delivery address. Our team can help confirm the right setup, review your screen and cable planning, and prepare your artwork proof before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46454563176606,"sku":"Q-10FT-TF-BOOTH-A","price":891.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth_Kit_A_main.jpg?v=1783499601"},{"product_id":"8ft-tenseflex-booth-straight","title":"8x8 TenseFlex™ Straight Trade Show Booth Displays","description":"\u003cstyle\u003e\n  .qsd-tf8-straight-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf8-straight-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf8-straight-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8-straight-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf8-straight-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf8-straight-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf8-straight-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf8-straight-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf8-straight-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf8-straight-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8-straight-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf8-straight-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf8-straight-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf8-straight-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf8-straight-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf8-straight-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf8-straight-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf8-straight-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf8-straight-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf8-straight-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf8-straight-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8-straight-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8-straight-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8-straight-steps {\n    counter-reset: tf8-straight-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf8-straight-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf8-straight-step:before {\n    counter-increment: tf8-straight-step;\n    content: counter(tf8-straight-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf8-straight-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf8-straight-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf8-straight-spec-table th,\n  .qsd-tf8-straight-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf8-straight-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf8-straight-spec-table tr:last-child th,\n  .qsd-tf8-straight-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf8-straight-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf8-straight-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf8-straight-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf8-straight-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf8-straight-cta h2,\n  .qsd-tf8-straight-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf8-straight-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf8-straight-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf8-straight-hero,\n    .qsd-tf8-straight-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf8-straight-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf8-straight-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf8-straight-grid-2,\n    .qsd-tf8-straight-grid-3,\n    .qsd-tf8-straight-feature-list,\n    .qsd-tf8-straight-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf8-straight-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf8-straight-spec-table,\n    .qsd-tf8-straight-spec-table tbody,\n    .qsd-tf8-straight-spec-table tr,\n    .qsd-tf8-straight-spec-table th,\n    .qsd-tf8-straight-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf8-straight-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf8-straight-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf8-straight-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf8-straight-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf8-straight-detail\"\u003e\n\u003csection class=\"qsd-tf8-straight-hero\"\u003e\n\u003cdiv class=\"qsd-tf8-straight-eyebrow\"\u003e8ft Straight Tension Fabric Backwall with Hardcase Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf8-straight-title\"\u003e8ft TenseFlex™ Booth – Straight\u003c\/h2\u003e\n\u003cp class=\"qsd-tf8-straight-subtitle\"\u003eCreate a clean indoor booth presence with an 8ft straight tension fabric display and a branded hardcase-to-podium. This portable fabric backwall is ideal for 10x10 trade show spaces, tabletop booths, recruiting fairs, hotel conferences, healthcare expos, chamber events, nonprofit fundraisers, and small business showcases that need a polished backdrop without a full custom booth build.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-straight-section\"\u003e\n\u003ch2\u003eA Clean 8ft Straight Backwall with a Podium Case\u003c\/h2\u003e\n\u003cp\u003eThe 8ft TenseFlex™ Booth – Straight is built for exhibitors who need a polished, ultra-slim fabric backdrop with a branded hardcase-to-podium.\u003c\/p\u003e\n\u003cp\u003eIt is ideal for 10x10 booth spaces, table setups, conference displays, recruiting fairs, and local events where a full booth build is not necessary.\u003c\/p\u003e\n\u003cp\u003eThe straight fabric wall creates a professional visual anchor, while the included hardcase converts into a branded podium for check-ins, QR scans, brochures, giveaways, and quick visitor conversations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-straight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-straight-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 8ft flat aluminum snap-tube backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric graphic for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hard case with wheels that converts to a podium\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hard case\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf8-straight-note\"\u003e\n\u003cp\u003eTables, chairs, lights, flooring, monitors, literature racks, side walls, separate counters, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-straight-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf8-straight-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf8-straight-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e8ft TenseFlex™ Booth – Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame with tool-free, numbered assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly hard case with wheels; converts to branded podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for check-ins, brochures, QR codes, giveaways, samples, contact cards, appointment prompts, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard fabric display does not require power. Optional accessories such as lighting require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube setup. Two people are recommended for smoother frame assembly, graphic installation, podium setup, and booth layout alignment.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eIndoor trade shows, 10x10 booths, tabletop displays, conferences, recruiting fairs, local expos, nonprofit events, and small business showcases\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet floors, or uneven ground.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop graphic and hardcase podium wrap when your campaign, event, sponsor, or brand message changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-straight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-straight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-straight-section qsd-tf8-straight-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with the 8ft TenseFlex™ Booth – Straight?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 8ft flat aluminum snap-tube backdrop frame, one custom high-resolution seamless fabric graphic for the backdrop, one airline-friendly hard case with wheels, and one custom fabric print for the hard case.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a full 10x10 booth package?\u003c\/summary\u003e\n\u003cp\u003eNo. This is an 8ft straight fabric backwall with a hardcase-to-podium. Tables, chairs, flooring, lights, monitors, literature racks, side walls, separate counters, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is the display?\u003c\/summary\u003e\n\u003cp\u003eThe display size is approximately 93.6\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the backdrop artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe official template shows a backdrop printing area of approximately 93.7\" W × 92\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the hardcase-to-podium artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe podium wrap printing area is approximately 112.2\" W × 47.24\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hard case really become a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The transport hard case converts into a branded podium for check-ins, brochures, QR codes, giveaways, samples, or quick visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphic later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement backdrop graphics and hardcase podium wrap graphics can be ordered when your campaign, event, sponsor, or brand message changes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this better for a small booth or a large exhibit?\u003c\/summary\u003e\n\u003cp\u003eThis display is best for compact 10x10 booths, tabletop exhibits, hotel conference spaces, and small event setups. For larger exhibit spaces, consider a wider 10ft or 20ft display.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this display suitable for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eThis display is best suited for indoor events and controlled spaces. Outdoor use is not recommended in wind, rain, moisture, wet floors, or uneven ground.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the graphic single-sided or double-sided?\u003c\/summary\u003e\n\u003cp\u003ePlease confirm your selected print option before submitting artwork. If you need both sides printed, contact our team before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46465667793054,"sku":"Q-8FT-TF-BOOTH-S","price":479.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/8ft_TenseFlex__Booth_Straight_main_b7a561fc-bf4d-4b28-8604-170f09494b2f.jpg?v=1782886533"},{"product_id":"8ft-tenseflex-booth-curved","title":"8x8TenseFlex™ Curved Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-tf8-curved-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf8-curved-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf8-curved-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8-curved-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf8-curved-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf8-curved-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf8-curved-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf8-curved-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf8-curved-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf8-curved-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8-curved-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf8-curved-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf8-curved-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf8-curved-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf8-curved-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf8-curved-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf8-curved-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf8-curved-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf8-curved-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf8-curved-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf8-curved-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8-curved-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8-curved-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8-curved-steps {\n    counter-reset: tf8-curved-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf8-curved-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf8-curved-step:before {\n    counter-increment: tf8-curved-step;\n    content: counter(tf8-curved-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf8-curved-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf8-curved-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf8-curved-spec-table th,\n  .qsd-tf8-curved-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf8-curved-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf8-curved-spec-table tr:last-child th,\n  .qsd-tf8-curved-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf8-curved-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf8-curved-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf8-curved-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf8-curved-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf8-curved-cta h2,\n  .qsd-tf8-curved-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf8-curved-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf8-curved-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf8-curved-hero,\n    .qsd-tf8-curved-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf8-curved-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf8-curved-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf8-curved-grid-2,\n    .qsd-tf8-curved-grid-3,\n    .qsd-tf8-curved-feature-list,\n    .qsd-tf8-curved-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf8-curved-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf8-curved-spec-table,\n    .qsd-tf8-curved-spec-table tbody,\n    .qsd-tf8-curved-spec-table tr,\n    .qsd-tf8-curved-spec-table th,\n    .qsd-tf8-curved-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf8-curved-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf8-curved-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf8-curved-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf8-curved-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf8-curved-detail\"\u003e\n\u003csection class=\"qsd-tf8-curved-hero\"\u003e\n\u003cdiv class=\"qsd-tf8-curved-eyebrow\"\u003e8ft Curved Tension Fabric Booth with Printed Hardcase Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf8-curved-title\"\u003e8ft TenseFlex™ Booth – Curved\u003c\/h2\u003e\n\u003cp class=\"qsd-tf8-curved-subtitle\"\u003eCreate a more inviting compact booth with an 8ft curved tension fabric backdrop and branded hard case podium. This curved trade show display gives small event spaces more depth, helps guide visitor attention, and works well for career fairs, conferences, check-ins, product demos, retail pop-ups, and local business events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-curved-section\"\u003e\n\u003ch2\u003eA Curved 8ft Booth That Feels More Like a Small Brand Space\u003c\/h2\u003e\n\u003cp\u003eThe 8ft TenseFlex™ Booth – Curved gives your event setup more depth than a flat backdrop.\u003c\/p\u003e\n\u003cp\u003eIts smooth curved shape helps wrap your message around the booth, guide visitor focus toward the center, and create a more inviting space for conversations, photos, check-ins, and product introductions.\u003c\/p\u003e\n\u003cp\u003eUse the curved backdrop as a small brand environment, not just a background wall. It can frame a photo moment, define a check-in area, support a product demo corner, or give your team a cleaner space for one-on-one conversations in a busy event hall.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-curved-section\"\u003e\n\u003ch2\u003eHard Case That Becomes a Branded Podium\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf8-curved-note\"\u003e\n\u003cp\u003eThe included wheeled hard case helps protect and transport your booth. At the event, it can be wrapped with custom graphics and used as a compact branded podium.\u003c\/p\u003e\n\u003cp\u003eUse it for brochures, QR code scans, name tags, appointment cards, samples, giveaways, small catalogs, or quick front-of-booth conversations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-curved-section\"\u003e\n\u003ch2\u003eWhat This Kit Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 8ft curved aluminum snap-tube backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric graphic for the curved backdrop\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled transport hard case that converts to a podium\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for the hard case\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf8-curved-note\"\u003e\n\u003cp\u003eTables, chairs, flooring, lighting, monitors, counters beyond the included podium, literature racks, side walls, and extra accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-curved-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf8-curved-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf8-curved-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e8ft TenseFlex™ Booth – Curved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e8ft-class curved tension fabric booth display with printed hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Size Reference\u003c\/th\u003e\n\u003ctd\u003eApprox. 96\" W × 90\" H. Confirm final visible size with artwork proof before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame with tool-free, numbered assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase \/ Podium\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly hard case with wheels; converts into branded podium with custom fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for brochures, QR codes, samples, check-ins, appointment cards, giveaways, catalogs, and visitor conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard fabric display does not require power. Optional accessories such as lighting require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube setup. Two people are recommended for smoother frame assembly, graphic installation, podium setup, and booth layout alignment.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eIndoor trade shows, career fairs, conferences, check-in areas, retail pop-ups, compact 10x10 booths, and controlled event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and controlled event spaces. Avoid wind, rain, moisture, wet floors, uneven ground, and unsupervised outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the curved backdrop and hardcase podium wrap for future campaigns, sponsors, recruiting seasons, city events, product launches, or annual conferences\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8-curved-section qsd-tf8-curved-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is this display?\u003c\/summary\u003e\n\u003cp\u003eThis is an 8ft-class curved booth display. Recommended display size reference is approximately 96\" W × 90\" H. Please confirm the final visible size with your proof before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the backdrop artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe backdrop front and back printing areas are approximately 105.51\" W × 92.51\" H. Please use the official artwork template for final file setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the hard case graphic size?\u003c\/summary\u003e\n\u003cp\u003eThe hard case wrap printing area is approximately 112.2\" W × 47.24\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 8ft curved aluminum snap-tube backdrop frame, one custom printed fabric graphic, one wheeled transport hard case, and one custom fabric print for the hard case.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hard case be used as a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hard case can be wrapped with custom graphics and used as a compact branded podium for brochures, QR codes, samples, check-ins, giveaways, or conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The 8ft curved size works well in many compact 10x10 booth layouts, but always confirm your show rules, floor plan, booth depth, podium placement, and available space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement backdrop graphics and hard case wraps can be ordered for future events, campaigns, sponsors, recruiting seasons, or brand updates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor and controlled event spaces. Avoid wind, rain, moisture, wet floors, uneven ground, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or high-resolution PDF files are recommended. Use the official template and keep important text inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46465698889886,"sku":"Q-8FT-TF-BOOTH-C","price":479.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/8ft_TenseFlex_Booth_Curved_main.jpg?v=1782900440"},{"product_id":"8ft-tensepop-booth-curved","title":"8x8 TensePop™ Curved Trade Show Booth Display","description":"\u003cstyle\u003e\n  .qsd-tp8-curved-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tp8-curved-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tp8-curved-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tp8-curved-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tp8-curved-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tp8-curved-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tp8-curved-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tp8-curved-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tp8-curved-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tp8-curved-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tp8-curved-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tp8-curved-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tp8-curved-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tp8-curved-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tp8-curved-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tp8-curved-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tp8-curved-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tp8-curved-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tp8-curved-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tp8-curved-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tp8-curved-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp8-curved-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp8-curved-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tp8-curved-steps {\n    counter-reset: tp8-curved-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tp8-curved-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tp8-curved-step:before {\n    counter-increment: tp8-curved-step;\n    content: counter(tp8-curved-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tp8-curved-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tp8-curved-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tp8-curved-spec-table th,\n  .qsd-tp8-curved-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tp8-curved-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tp8-curved-spec-table tr:last-child th,\n  .qsd-tp8-curved-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tp8-curved-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tp8-curved-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tp8-curved-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tp8-curved-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tp8-curved-cta h2,\n  .qsd-tp8-curved-cta p {\n    color: #fff;\n  }\n\n  .qsd-tp8-curved-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tp8-curved-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tp8-curved-hero,\n    .qsd-tp8-curved-cta {\n      padding: 24px;\n    }\n\n    .qsd-tp8-curved-title {\n      font-size: 28px;\n    }\n\n    .qsd-tp8-curved-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tp8-curved-grid-2,\n    .qsd-tp8-curved-grid-3,\n    .qsd-tp8-curved-feature-list,\n    .qsd-tp8-curved-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tp8-curved-use-list {\n      columns: 1;\n    }\n\n    .qsd-tp8-curved-spec-table,\n    .qsd-tp8-curved-spec-table tbody,\n    .qsd-tp8-curved-spec-table tr,\n    .qsd-tp8-curved-spec-table th,\n    .qsd-tp8-curved-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tp8-curved-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tp8-curved-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tp8-curved-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tp8-curved-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tp8-curved-detail\"\u003e\n\u003csection class=\"qsd-tp8-curved-hero\"\u003e\n\u003cdiv class=\"qsd-tp8-curved-eyebrow\"\u003e8ft-Class Curved Pop-Up Booth with Velcro Graphic and Wheeled Hardcase\u003c\/div\u003e\n\u003ch2 class=\"qsd-tp8-curved-title\"\u003e8ft TensePop™ Booth – Curved\u003c\/h2\u003e\n\u003cp class=\"qsd-tp8-curved-subtitle\"\u003eCreate a compact event booth with a 90\" W × 90\" H curved pop-up display, Velcro fabric graphic, and branded wheeled hard case podium. This 8ft-class TensePop™ booth is made for fast event setups, career fairs, check-in areas, product demos, retail pop-ups, and small trade show spaces where a curved booth shape feels more inviting than a flat wall.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\n\u003ch2\u003eA Fast Pop-Up Curved Booth for Compact Event Spaces\u003c\/h2\u003e\n\u003cp\u003eThe 8ft TensePop™ Booth – Curved is built for teams that need a curved booth look without a longer frame build.\u003c\/p\u003e\n\u003cp\u003eIts 90\" W × 90\" H pop-up display opens quickly, uses a Velcro-attached fabric graphic for easy alignment, and packs into a wheeled hard case that can also be branded for a polished event presence.\u003c\/p\u003e\n\u003cp\u003eUse it for check-ins, photos, small demos, recruiting tables, hotel conference corners, local expos, and short move-in windows where fast setup matters.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\n\u003ch2\u003eWhy TensePop™ Curved Works for Busy Event Teams\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tp8-curved-green-note\"\u003e\n\u003cp\u003eThis curved pop-up booth is made for fast booth days, short move-in windows, and teams that travel between events.\u003c\/p\u003e\n\u003cp\u003eThe pop-up frame expands quickly, while the Velcro graphic attachment helps make the printed surface easier to align, adjust, remove, and refresh between campaigns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\n\u003ch2\u003eWheeled Hard Case That Becomes a Branded Podium\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tp8-curved-note\"\u003e\n\u003cp\u003eThe included hard case helps protect and transport the display. At the event, its custom fabric wrap lets it work as a compact branded podium.\u003c\/p\u003e\n\u003cp\u003eUse it for QR codes, brochures, name tags, appointment cards, small giveaways, sign-in prompts, sample cards, or front-of-booth conversations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\n\u003ch2\u003eBuilt for Repeat Show Days\u003c\/h2\u003e\n\u003cp\u003eThe pop-up structure and Velcro-attached graphic are designed to make event turnover easier.\u003c\/p\u003e\n\u003cp\u003eFor best results, follow the approved packing method after each show, keep the graphic clean and dry, and store the frame and fabric inside the wheeled case between events.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\n\u003ch2\u003eWhat This Kit Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 90\" W × 90\" H curved aluminum pop-up backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric graphic for the backdrop\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled transport hard case\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for the hard case so it can be used as a branded podium during the event\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tp8-curved-note\"\u003e\n\u003cp\u003eTables, chairs, flooring, lights, monitors, side walls, separate counters, literature racks, backlit systems, and extra accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tp8-curved-table-wrap\"\u003e\n\u003ctable class=\"qsd-tp8-curved-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e8ft TensePop™ Booth – Curved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e8ft-class curved pop-up tension fabric display with wheeled hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eActual Backdrop Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 90\" W × 90\" H, also shown as 7.5' W × 7.5' H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum curved pop-up frame; tool-free and designed for fast setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic Attachment\u003c\/th\u003e\n\u003ctd\u003eVelcro attachment for alignment, adjustment, removal, and future graphic changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase \/ Podium\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly hard case with wheels and custom fabric print; can be used as a branded podium on-site\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Use\u003c\/th\u003e\n\u003ctd\u003eUse for QR codes, brochures, name tags, appointment cards, small giveaways, sign-in prompts, sample cards, and conversations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBacklit?\u003c\/th\u003e\n\u003ctd\u003eNo. This is a non-backlit curved pop-up fabric display.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe standard display does not require power. Optional accessories such as lighting require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor trade shows, conferences, hiring fairs, hotel ballroom events, retail pop-ups, check-in areas, and controlled event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutdoor Use Note\u003c\/th\u003e\n\u003ctd\u003eOutdoor or semi-outdoor use should avoid wind, rain, moisture, uneven ground, wet floors, and unsupervised setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e6 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the curved backdrop and hard case wrap for new campaigns, sponsors, recruiting seasons, product launches, city events, or annual conferences\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-section qsd-tp8-curved-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is this display?\u003c\/summary\u003e\n\u003cp\u003eThis is an 8ft-class curved pop-up booth display with an actual backdrop size of approximately 90\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is it called 8ft if the backdrop is 90\" wide?\u003c\/summary\u003e\n\u003cp\u003eIt is commonly listed as an 8ft-class display, but the product specification shows a 7.5ft backdrop width, which equals 90\". Please review the product proof before production if your booth space has strict size requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the backdrop artwork size?\u003c\/summary\u003e\n\u003cp\u003eThe backdrop printing area is approximately 113\" W × 90.55\" H. Use the official template for final artwork setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the hard case graphic size?\u003c\/summary\u003e\n\u003cp\u003eThe hard case wrap printing area is approximately 112.2\" W × 47.24\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one curved aluminum pop-up backdrop frame, one custom printed fabric graphic, one wheeled transport hard case, and one custom fabric print for the hard case.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hard case be used as a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hard case can be wrapped with custom graphics and used as a compact branded podium for brochures, QR codes, check-ins, samples, or quick conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the graphic attach?\u003c\/summary\u003e\n\u003cp\u003eThe graphic attaches with Velcro, which helps with alignment, adjustment, removal, and future graphic changes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. The 90\" curved size works well in many compact 10x10 booth layouts, but always confirm your show rules, floor plan, booth depth, podium placement, and available space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement backdrop graphics and hard case wraps can be ordered for future events or campaigns.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor and controlled event spaces. Avoid wind, rain, moisture, wet floors, uneven ground, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or high-resolution PDF files are recommended. Use the official template and keep important text inside the safe visible area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tp8-curved-cta\"\u003e\n\u003ch2\u003eReady to Build a Fast Curved Pop-Up Booth?\u003c\/h2\u003e\n\u003cp\u003eUpload your logo, event message, or design references, and our team can help prepare the curved backdrop and hard case podium wrap before production. Have a fixed event deadline or booth space limit? Share your event date, booth size, delivery address, and artwork status so we can help confirm the best production and shipping plan.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46466033582238,"sku":"Q-8FT-TP-BOOTH-C","price":509.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/8ft_TensePop_Booth_Curved_main_6f2ec3ec-e5f5-4729-9817-89e147c36962.jpg?v=1782903291"},{"product_id":"8ft-tenseflex-pro-booth-straight","title":"8x8 TenseFlex™ PRO Straight Booth Display","description":"\u003cstyle\u003e\n  .qsd-tf8pro-straight-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf8pro-straight-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf8pro-straight-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-straight-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-straight-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-straight-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf8pro-straight-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf8pro-straight-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf8pro-straight-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf8pro-straight-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-straight-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf8pro-straight-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf8pro-straight-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf8pro-straight-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf8pro-straight-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf8pro-straight-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf8pro-straight-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf8pro-straight-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf8pro-straight-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf8pro-straight-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf8pro-straight-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8pro-straight-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8pro-straight-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8pro-straight-steps {\n    counter-reset: tf8pro-straight-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf8pro-straight-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf8pro-straight-step:before {\n    counter-increment: tf8pro-straight-step;\n    content: counter(tf8pro-straight-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf8pro-straight-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf8pro-straight-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf8pro-straight-spec-table th,\n  .qsd-tf8pro-straight-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf8pro-straight-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf8pro-straight-spec-table tr:last-child th,\n  .qsd-tf8pro-straight-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf8pro-straight-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf8pro-straight-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf8pro-straight-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf8pro-straight-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf8pro-straight-cta h2,\n  .qsd-tf8pro-straight-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf8pro-straight-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf8pro-straight-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf8pro-straight-hero,\n    .qsd-tf8pro-straight-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf8pro-straight-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf8pro-straight-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf8pro-straight-grid-2,\n    .qsd-tf8pro-straight-grid-3,\n    .qsd-tf8pro-straight-feature-list,\n    .qsd-tf8pro-straight-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf8pro-straight-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf8pro-straight-spec-table,\n    .qsd-tf8pro-straight-spec-table tbody,\n    .qsd-tf8pro-straight-spec-table tr,\n    .qsd-tf8pro-straight-spec-table th,\n    .qsd-tf8pro-straight-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf8pro-straight-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf8pro-straight-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf8pro-straight-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf8pro-straight-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf8pro-straight-detail\"\u003e\n\u003csection class=\"qsd-tf8pro-straight-hero\"\u003e\n\u003cdiv class=\"qsd-tf8pro-straight-eyebrow\"\u003eCompact 8ft Media Booth with Backwall, Header, TV Merchandising Display, and Hardcase\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf8pro-straight-title\"\u003e8ft TenseFlex™ PRO Booth-Straight\u003c\/h2\u003e\n\u003cp class=\"qsd-tf8pro-straight-subtitle\"\u003eCreate a compact media-ready exhibit with an 8ft straight tension fabric backwall, waterfall TV merchandising display, branded header, canvas display panels, and wheeled hardcase. This ultra-slim booth is ideal for 8x8 spaces, compact 10x10 booths, product demos, recruiting events, healthcare expos, SaaS presentations, regional shows, and small teams that need video support without a bulky exhibit build.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section\"\u003e\n\u003ch2\u003eA Compact 8ft Booth Built for Video, Demos, and Clean Branding\u003c\/h2\u003e\n\u003cp\u003eThe 8ft TenseFlex™ PRO Booth-Straight is more than a standard fabric backdrop.\u003c\/p\u003e\n\u003cp\u003eIt combines an ultra-slim straight backwall, a waterfall-style TV merchandising display, a branded header, canvas display panels, and a wheeled hardcase to create a compact booth system for product demos, video content, lead capture, and face-to-face conversations in smaller exhibit spaces.\u003c\/p\u003e\n\u003cp\u003eUse the backwall for your main brand story, the header for fast aisle recognition, the waterfall display for screen-based demos, the canvas panels for lightweight samples or QR prompts, and the hardcase as a practical front-of-booth workflow point.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section\"\u003e\n\u003ch2\u003eWheeled Hardcase That Works Beyond Transport\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf8pro-straight-note\"\u003e\n\u003cp\u003eThe wheeled hardcase helps protect the booth during transport and can support your front-of-booth workflow during the event.\u003c\/p\u003e\n\u003cp\u003eUse it as a brochure station, QR code point, sample handoff area, check-in counter, lead capture spot, appointment prompt, or quick conversation counter.\u003c\/p\u003e\n\u003cp\u003eAfter the show, the booth components pack back into the case for storage and repeat use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 8ft flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × Custom 58\" × 12\" aluminum header frame with custom fabric print\u003c\/li\u003e\n\u003cli\u003e1 × Custom aluminum TV merchandising display with canvas display panels\u003c\/li\u003e\n\u003cli\u003e1 × Wheeled transport hardcase\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf8pro-straight-note\"\u003e\n\u003cp\u003eTV\/monitor, media player, HDMI cable, power cords, flooring, lighting, furniture, literature racks, separate counters, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf8pro-straight-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf8pro-straight-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e8ft TenseFlex™ PRO Booth-Straight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eCompact straight media booth with 8ft fabric backwall, header, waterfall TV merchandising display, canvas panels, and wheeled hardcase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 93.6\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader\u003c\/th\u003e\n\u003ctd\u003e58\" W × 12\" H aluminum header frame with custom fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV Merchandising Display\u003c\/th\u003e\n\u003ctd\u003eWaterfall-style custom aluminum TV merchandising display with canvas display panels; product page notes support for a 40\" TV\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCanvas Panel Capacity\u003c\/th\u003e\n\u003ctd\u003eEach canvas display panel supports up to 20 lbs for lightweight samples, signage, or small display items\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase\u003c\/th\u003e\n\u003ctd\u003eWheeled transport hardcase with custom fabric print for event workflow and storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe booth structure itself does not require power. Your monitor, media player, and electronic devices require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor trade shows, 8x8 spaces, compact 10x10 booths, career fairs, hotel conferences, demos, and controlled event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop, header, TV merchandising display, and hardcase when your campaign, product line, or event message changes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-straight-section qsd-tf8pro-straight-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with the 8ft TenseFlex™ PRO Booth-Straight?\u003c\/summary\u003e\n\u003cp\u003eThe standard set includes one 8ft flat aluminum snap-tube frame, one custom seamless fabric backdrop print, one custom 58\" × 12\" aluminum header frame with fabric print, one custom aluminum TV merchandising display with canvas display panels, one wheeled transport hardcase, and one custom fabric print for the hardcase.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The TV or monitor is not included. Please confirm the final approved monitor size, VESA mounting pattern, screen weight, and power setup before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat monitor size does this booth support?\u003c\/summary\u003e\n\u003cp\u003eThe product page currently notes support for a 40\" TV. Please confirm the approved monitor range, VESA pattern, and screen weight with our team before ordering your screen or preparing artwork around the display area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for an 8x8 or 10x10 space?\u003c\/summary\u003e\n\u003cp\u003eYes. The compact 8ft width works well for 8x8 spaces, smaller 10x10 layouts, career fairs, conference booths, and regional events. Please confirm booth rules, aisle clearance, outlet location, and available floor space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can each canvas panel hold?\u003c\/summary\u003e\n\u003cp\u003eEach canvas display panel supports up to 20 lbs. Use the panels for lightweight samples, brochures, signage, or small demo items only.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the waterfall TV merchandising display be used separately?\u003c\/summary\u003e\n\u003cp\u003eIt may be used as part of the booth system or for smaller presentation setups depending on layout needs. Please confirm with our team if you plan to use it separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace only the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics may be ordered for the backdrop, header, TV merchandising display, and hardcase when your campaign, product line, or event message changes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eThe booth structure itself does not require power, but your monitor, media player, and any electronic devices will need power. Check your exhibitor manual for outlet rules and cable routing requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use CMYK color mode, 150–300 dpi resolution, outlined fonts, and the official templates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to a show site or advance warehouse?\u003c\/summary\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46466112487582,"sku":"Q-8FT-TFP-BOOTH-S","price":639.2,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/8ft_TenseFlex__PRO_Booth_Straight_main_ba0b9758-65f0-4909-ab41-1bb70f213e21.jpg?v=1782981705"},{"product_id":"8ft-tenseflex-pro-booth-curved","title":"8x8 TenseFlex™ PRO Curved Booth Display","description":"\u003cstyle\u003e\n  .qsd-tf8pro-curved-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tf8pro-curved-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tf8pro-curved-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-curved-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-curved-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-curved-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tf8pro-curved-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tf8pro-curved-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tf8pro-curved-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tf8pro-curved-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tf8pro-curved-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tf8pro-curved-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tf8pro-curved-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tf8pro-curved-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tf8pro-curved-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tf8pro-curved-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tf8pro-curved-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tf8pro-curved-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tf8pro-curved-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tf8pro-curved-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tf8pro-curved-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8pro-curved-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8pro-curved-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tf8pro-curved-steps {\n    counter-reset: tf8pro-curved-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tf8pro-curved-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tf8pro-curved-step:before {\n    counter-increment: tf8pro-curved-step;\n    content: counter(tf8pro-curved-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tf8pro-curved-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tf8pro-curved-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tf8pro-curved-spec-table th,\n  .qsd-tf8pro-curved-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tf8pro-curved-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tf8pro-curved-spec-table tr:last-child th,\n  .qsd-tf8pro-curved-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tf8pro-curved-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tf8pro-curved-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tf8pro-curved-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tf8pro-curved-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tf8pro-curved-cta h2,\n  .qsd-tf8pro-curved-cta p {\n    color: #fff;\n  }\n\n  .qsd-tf8pro-curved-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tf8pro-curved-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tf8pro-curved-hero,\n    .qsd-tf8pro-curved-cta {\n      padding: 24px;\n    }\n\n    .qsd-tf8pro-curved-title {\n      font-size: 28px;\n    }\n\n    .qsd-tf8pro-curved-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tf8pro-curved-grid-2,\n    .qsd-tf8pro-curved-grid-3,\n    .qsd-tf8pro-curved-feature-list,\n    .qsd-tf8pro-curved-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tf8pro-curved-use-list {\n      columns: 1;\n    }\n\n    .qsd-tf8pro-curved-spec-table,\n    .qsd-tf8pro-curved-spec-table tbody,\n    .qsd-tf8pro-curved-spec-table tr,\n    .qsd-tf8pro-curved-spec-table th,\n    .qsd-tf8pro-curved-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tf8pro-curved-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tf8pro-curved-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tf8pro-curved-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tf8pro-curved-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tf8pro-curved-detail\"\u003e\n\u003csection class=\"qsd-tf8pro-curved-hero\"\u003e\n\u003cdiv class=\"qsd-tf8pro-curved-eyebrow\"\u003eCompact Curved PRO Booth with Header, TV Merchandising, Display Panels, and Hardcase Podium\u003c\/div\u003e\n\u003ch2 class=\"qsd-tf8pro-curved-title\"\u003e8ft TenseFlex™ PRO Booth-Curved\u003c\/h2\u003e\n\u003cp class=\"qsd-tf8pro-curved-subtitle\"\u003eBuild a compact premium booth with an 8ft-class curved tension fabric backdrop, overhead header, waterfall TV merchandising unit, display panels, and branded hardcase podium. This TenseFlex™ PRO curved booth is designed for product videos, demos, lightweight display items, QR lead capture, and 10x10 exhibit spaces that need more function than a simple backdrop.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-curved-section\"\u003e\n\u003ch2\u003eA Curved 8ft PRO Booth Built for Video, Shelves, and Stronger Brand Presence\u003c\/h2\u003e\n\u003cp\u003eThe 8ft TenseFlex™ PRO Booth-Curved is more than a curved fabric backdrop.\u003c\/p\u003e\n\u003cp\u003eIt combines a curved tension fabric wall, overhead header, waterfall-style TV merchandising unit, display panels, and a branded hardcase podium to create a compact booth system for product demos, video storytelling, lead capture, and visitor conversations.\u003c\/p\u003e\n\u003cp\u003eUse the curved wall for your main brand story, the header for aisle recognition, the TV merchandising unit for motion content, the display panels for lightweight product storytelling, and the hardcase podium for front-of-booth action.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-curved-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-curved-section\"\u003e\n\u003ch2\u003eWhat This Kit Includes\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 93.6\" W × 90\" H 8ft-class curved backdrop frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom seamless fabric print for the backdrop\u003c\/li\u003e\n\u003cli\u003e1 × 58\" W × 12\" H aluminum header frame with custom fabric print\u003c\/li\u003e\n\u003cli\u003e1 × Custom aluminum TV merchandising unit with canvas display panels\u003c\/li\u003e\n\u003cli\u003e1 × Wheeled hardcase\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for the hardcase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tf8pro-curved-note\"\u003e\n\u003cp\u003eTV\/monitor, media player, HDMI cable, power cords, flooring, lighting, furniture, literature racks, additional counters, and extra booth accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-curved-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tf8pro-curved-table-wrap\"\u003e\n\u003ctable class=\"qsd-tf8pro-curved-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e8ft TenseFlex™ PRO Booth-Curved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e8ft-class curved PRO booth with tension fabric backdrop, header, TV merchandising unit, display panels, and hardcase podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003eApprox. 93.6\" W × 90\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader Frame Size\u003c\/th\u003e\n\u003ctd\u003e58\" W × 12\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV Merchandising Unit\u003c\/th\u003e\n\u003ctd\u003eCustom aluminum TV merchandising unit with canvas display panels. Product page mentions support for a 40\" TV; confirm final TV size before ordering.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Panel Capacity\u003c\/th\u003e\n\u003ctd\u003eEach canvas display panel supports up to 20 lbs for lightweight samples, brochures, product cards, QR signs, or small demo items.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase\u003c\/th\u003e\n\u003ctd\u003eWheeled transport hardcase with custom fabric print for transport, storage, and branded podium use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eThe booth structure itself does not require power. Your TV, media player, and electronic devices require venue power access.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor trade shows, conferences, product demos, hiring fairs, hotel ballroom events, retail launches, and controlled event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutdoor Use Note\u003c\/th\u003e\n\u003ctd\u003eOutdoor or semi-outdoor use should avoid wind, rain, moisture, uneven ground, unstable shelf loading, and unsupervised setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e7 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop, header, TV merchandising panel, and hardcase wrap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tf8pro-curved-section qsd-tf8pro-curved-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size is this booth?\u003c\/summary\u003e\n\u003cp\u003eThe backdrop size is approximately 93.6\" W × 90\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in the PRO booth kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 8ft-class curved backdrop frame, custom backdrop print, 58\" W × 12\" H header frame with custom print, TV merchandising unit with canvas display panels, wheeled hardcase, and custom hardcase print.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the artwork sizes?\u003c\/summary\u003e\n\u003cp\u003eBackdrop print area: 105.51\" W × 92.51\" H. Header print area: 64.17\" W × 18.11\" H. TV merchandising panel print area: 21.65\" W × 115.74\" H. Hardcase wrap print area: 112.2\" W × 47.24\" H.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat TV size does it support?\u003c\/summary\u003e\n\u003cp\u003ePlease confirm before ordering. The product page mentions support for a 40\" TV, while the artwork template may show a 22\"–32\" TV area. Confirm screen size, VESA pattern, total weight, and cable routing before your event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much weight can the display panels hold?\u003c\/summary\u003e\n\u003cp\u003eEach panel supports up to 20 lbs and is best for lightweight samples, brochures, product cards, QR signage, or small demo items.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The merchandising unit is included, but the TV is not included unless quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hardcase be used as a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase can be wrapped with custom graphics and used as a branded podium for brochures, QR scans, check-ins, small samples, or quick conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for many compact 10x10 exhibit layouts, but confirm your show rules, height limits, booth depth, power access, podium placement, and floor plan before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics can be ordered for the backdrop, header, TV merchandising panel, and hardcase wrap.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eIt is best for indoor and controlled event spaces. Avoid wind, rain, moisture, uneven ground, unstable shelf loading, wet floors, and unsupervised outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46466154659998,"sku":"Q-8FT-TFP-BOOTH-C","price":849.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/8ft_TenseFlex_PRO_Booth_Curved_main.jpg?v=1782990654"},{"product_id":"10ft-tenseflex-booth-half-bridge","title":"10x10 TenseFlex™ Media Half-Bridge Booth Display","description":"\u003cstyle\u003e\n  .qsd-tfhalfbridge-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tfhalfbridge-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tfhalfbridge-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfhalfbridge-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tfhalfbridge-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tfhalfbridge-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tfhalfbridge-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tfhalfbridge-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tfhalfbridge-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tfhalfbridge-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tfhalfbridge-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tfhalfbridge-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tfhalfbridge-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tfhalfbridge-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tfhalfbridge-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tfhalfbridge-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tfhalfbridge-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tfhalfbridge-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tfhalfbridge-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tfhalfbridge-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tfhalfbridge-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfhalfbridge-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfhalfbridge-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tfhalfbridge-steps {\n    counter-reset: tfhalfbridge-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tfhalfbridge-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tfhalfbridge-step:before {\n    counter-increment: tfhalfbridge-step;\n    content: counter(tfhalfbridge-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tfhalfbridge-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tfhalfbridge-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tfhalfbridge-spec-table th,\n  .qsd-tfhalfbridge-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tfhalfbridge-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tfhalfbridge-spec-table tr:last-child th,\n  .qsd-tfhalfbridge-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tfhalfbridge-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tfhalfbridge-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tfhalfbridge-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tfhalfbridge-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tfhalfbridge-cta h2,\n  .qsd-tfhalfbridge-cta p {\n    color: #fff;\n  }\n\n  .qsd-tfhalfbridge-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tfhalfbridge-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tfhalfbridge-hero,\n    .qsd-tfhalfbridge-cta {\n      padding: 24px;\n    }\n\n    .qsd-tfhalfbridge-title {\n      font-size: 28px;\n    }\n\n    .qsd-tfhalfbridge-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tfhalfbridge-grid-2,\n    .qsd-tfhalfbridge-grid-3,\n    .qsd-tfhalfbridge-feature-list,\n    .qsd-tfhalfbridge-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tfhalfbridge-use-list {\n      columns: 1;\n    }\n\n    .qsd-tfhalfbridge-spec-table,\n    .qsd-tfhalfbridge-spec-table tbody,\n    .qsd-tfhalfbridge-spec-table tr,\n    .qsd-tfhalfbridge-spec-table th,\n    .qsd-tfhalfbridge-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tfhalfbridge-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tfhalfbridge-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tfhalfbridge-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tfhalfbridge-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tfhalfbridge-detail\"\u003e\n\u003csection class=\"qsd-tfhalfbridge-hero\"\u003e\n\u003cdiv class=\"qsd-tfhalfbridge-eyebrow\"\u003e10ft Open-Entry Trade Show Booth with Half Bridge TV Arch\u003c\/div\u003e\n\u003ch2 class=\"qsd-tfhalfbridge-title\"\u003e10ft TenseFlex™ Booth-Half Bridge\u003c\/h2\u003e\n\u003cp class=\"qsd-tfhalfbridge-subtitle\"\u003eBuild a clean 10ft trade show booth with a tension fabric backwall, open-entry TV arch, custom header, branded graphics, and wheeled hardcase in one ready-to-use kit. The half bridge layout keeps the booth more open than a full bridge while still adding a strong front-facing TV display for demos, videos, visitor conversations, and lead capture.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfhalfbridge-section\"\u003e\n\u003ch2\u003eA 10x10 Booth Built for Openness, Video, and Demos\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseFlex™ Booth-Half Bridge is designed for exhibitors who want a more interactive booth than a standard fabric backdrop, but still need a layout that feels open and easy to enter.\u003c\/p\u003e\n\u003cp\u003eThis booth combines a 10ft tension fabric backwall, a compact 5ft half bridge TV arch, a branded header, custom fabric graphics, and a wheeled hardcase that can work as a podium during the event.\u003c\/p\u003e\n\u003cp\u003eUse it for product demos, software walkthroughs, brand videos, lead capture, recruiting conversations, sponsor presentations, and event messaging in compact 10x10 trade show spaces.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfhalfbridge-section\"\u003e\n\u003ch2\u003eFront TV Arch for Stronger Booth Engagement\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfhalfbridge-blue-note\"\u003e\n\u003cp\u003eUse the front TV arch to loop product demos, brand videos, software walkthroughs, schedules, customer case studies, promotional messages, presentation slides, or key selling points so visitors can understand your offer before starting a conversation.\u003c\/p\u003e\n\u003cp\u003eThe TV area helps turn a static booth into a more active presentation space, especially for SaaS demos, technology products, healthcare services, franchise opportunities, recruiting programs, and brand activations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfhalfbridge-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tfhalfbridge-table-wrap\"\u003e\n\u003ctable class=\"qsd-tfhalfbridge-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseFlex™ Booth-Half Bridge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Size\u003c\/th\u003e\n\u003ctd\u003eDesigned for 10ft trade show spaces and compact 10x10 booth layouts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Structure\u003c\/th\u003e\n\u003ctd\u003e10ft fabric backdrop with 5ft half bridge TV arch, custom header, and hardcase-to-podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV Support\u003c\/th\u003e\n\u003ctd\u003eMonitor bracket designed to support 32\"–55\" TV screens. TV monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader Frame\u003c\/th\u003e\n\u003ctd\u003eCustom 58\" × 12\" aluminum header frame with custom fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame Material\u003c\/th\u003e\n\u003ctd\u003eLightweight anodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic Material\u003c\/th\u003e\n\u003ctd\u003e230gsm wrinkle-free tension fabric, washable and flame-retardant treated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution custom fabric printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free setup; 2 people recommended for smoother first-time setup, half arch positioning, monitor bracket installation, and fabric alignment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly wheeled hardcase included for storage and event travel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Function\u003c\/th\u003e\n\u003ctd\u003eCan be wrapped with a custom graphic and used as a branded podium or reception counter during the show\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003e10x10 trade show booths, tech expos, SaaS demos, healthcare shows, recruiting events, product launches, franchise expos, sponsor areas, and brand activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for backdrop, half bridge, header, and hardcase graphics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfhalfbridge-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft flat aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution seamless fabric print for backdrop\u003c\/li\u003e\n\u003cli\u003e1 × 5ft half arch display with monitor bracket mount, designed to support 32\"–55\" TV screens\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for arch stand \/ half bridge\u003c\/li\u003e\n\u003cli\u003e1 × Custom 58\" × 12\" aluminum header frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for header\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled transport hardcase\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase \/ podium\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfhalfbridge-section qsd-tfhalfbridge-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The booth includes a monitor bracket for a 32\"–55\" TV, but the TV itself is not included.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat size TV does the monitor bracket support?\u003c\/summary\u003e\n\u003cp\u003eThe monitor bracket is designed to support compatible 32\"–55\" TV screens. Please confirm your TV size, screen weight, and VESA mounting pattern before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. You can reuse the frame, half arch, header, and hardcase, then order replacement graphics for new campaigns, sponsor updates, product launches, or refreshed branding.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hardcase be used during the show?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled hardcase can be wrapped with a custom graphic and used as a branded podium, reception counter, lead capture station, or brochure point during the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I show on the TV?\u003c\/summary\u003e\n\u003cp\u003eYou can use the TV to play product demos, software walkthroughs, brand videos, event schedules, promotional messages, case studies, testimonials, or presentation slides.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many people are recommended for setup?\u003c\/summary\u003e\n\u003cp\u003eWe recommend 2 people for smoother setup, especially when positioning the half arch, attaching the monitor bracket, and installing the fabric graphics for the first time.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for 10x10 spaces?\u003c\/summary\u003e\n\u003cp\u003eYes. This booth is designed for compact 10x10 trade show spaces. Please confirm booth rules, aisle clearance, ceiling height, outlet location, and available floor space before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need print-ready artwork?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready artwork is helpful, but not required. Send us your logo, brand colors, product photos, or booth message, and our team can help prepare a proof before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen does production start?\u003c\/summary\u003e\n\u003cp\u003eProduction starts after artwork approval. Please review and approve your proof quickly if you need the booth for a specific show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth labeling rules, carrier requirements, and material handling fees before shipping to a venue or advance warehouse.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tfhalfbridge-cta\"\u003e\n\u003ch2\u003eNeed a 10ft Booth Layout for Your Next Show?\u003c\/h2\u003e\n\u003cp\u003eSend us your booth size, event date, logo, TV size, VESA pattern, delivery address, and artwork status. Our team can help confirm the right setup, review your screen and cable planning, and prepare your artwork proof before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46469332730014,"sku":"Q-10WM-STRAIGHT-HF","price":854.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseFlex_Booth-Half_Bridge_main.jpg?v=1783404165"},{"product_id":"10ft-tenselight-booth-kit-b","title":"10x10 TenseLight™ Straight Trade Show Booth Display Wall","description":"\u003cstyle\u003e\n  .qsd-tl10b-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tl10b-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tl10b-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tl10b-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tl10b-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tl10b-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tl10b-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tl10b-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tl10b-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tl10b-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tl10b-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tl10b-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tl10b-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tl10b-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tl10b-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tl10b-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tl10b-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tl10b-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tl10b-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tl10b-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tl10b-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tl10b-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tl10b-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tl10b-steps {\n    counter-reset: tl10b-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tl10b-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tl10b-step:before {\n    counter-increment: tl10b-step;\n    content: counter(tl10b-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tl10b-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tl10b-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tl10b-spec-table th,\n  .qsd-tl10b-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tl10b-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tl10b-spec-table tr:last-child th,\n  .qsd-tl10b-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tl10b-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tl10b-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tl10b-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tl10b-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tl10b-cta h2,\n  .qsd-tl10b-cta p {\n    color: #fff;\n  }\n\n  .qsd-tl10b-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tl10b-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tl10b-hero,\n    .qsd-tl10b-cta {\n      padding: 24px;\n    }\n\n    .qsd-tl10b-title {\n      font-size: 28px;\n    }\n\n    .qsd-tl10b-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tl10b-grid-2,\n    .qsd-tl10b-grid-3,\n    .qsd-tl10b-feature-list,\n    .qsd-tl10b-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tl10b-use-list {\n      columns: 1;\n    }\n\n    .qsd-tl10b-spec-table,\n    .qsd-tl10b-spec-table tbody,\n    .qsd-tl10b-spec-table tr,\n    .qsd-tl10b-spec-table th,\n    .qsd-tl10b-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tl10b-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tl10b-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tl10b-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tl10b-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tl10b-detail\"\u003e\n\u003csection class=\"qsd-tl10b-hero\"\u003e\n\u003cdiv class=\"qsd-tl10b-eyebrow\"\u003e10ft Backlit Trade Show Booth Kit\u003c\/div\u003e\n\u003ch2 class=\"qsd-tl10b-title\"\u003e10ft TenseLight™ Booth Kit B\u003c\/h2\u003e\n\u003cp class=\"qsd-tl10b-subtitle\"\u003eBuild a bright, professional 10ft trade show booth with a backlit fabric wall, aluminum frame, integrated LED lighting, power supply, wheeled hardcase, and custom graphics in one ready-to-use kit. It is designed for brands that need stronger visibility in busy exhibit halls, conferences, launches, demos, and sponsor areas.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseLight™ Booth Kit B gives your 10x10 booth a bright LED backlit wall that helps your graphics stand out across the aisle. The illuminated fabric surface adds depth, brightness, and stronger visibility compared with a standard non-lit backdrop.\u003c\/p\u003e\n\u003cp\u003eThe kit includes a lightweight anodized aluminum snap-tube frame, custom tension fabric graphic, integrated LED light bars, power supply and cables, airline-friendly transport hardcase with wheels, and a custom fabric print for the hardcase.\u003c\/p\u003e\n\u003cp\u003eUse it when your booth needs a more premium visual presence for trade shows, tech expos, healthcare shows, SaaS demos, recruiting events, product launches, franchise expos, and conference sponsor areas.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tl10b-table-wrap\"\u003e\n\u003ctable class=\"qsd-tl10b-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseLight™ Booth Kit B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e118.11\" W × 89.76\" H × 11.8\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRated Power\u003c\/th\u003e\n\u003ctd\u003e480W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutput\u003c\/th\u003e\n\u003ctd\u003e24V DC \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eInput\u003c\/th\u003e\n\u003ctd\u003e100–240V AC, 50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free seamless 230gsm tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003e8 integrated LED light bars\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Components\u003c\/th\u003e\n\u003ctd\u003ePower supply and cables included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport Case\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly transport hardcase with wheels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase Graphic\u003c\/th\u003e\n\u003ctd\u003eCustom fabric print for hardcase included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Setup\u003c\/th\u003e\n\u003ctd\u003e1–2 people recommended for frame assembly, LED installation, power connection, and graphic alignment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBest For\u003c\/th\u003e\n\u003ctd\u003e10x10 booths, expos, product launches, SaaS demos, healthcare shows, recruiting events, sponsor areas, and retail activations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future campaigns, product launches, sponsor updates, or refreshed branding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft lightweight aluminum snap-tube frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution stretch fabric print\u003c\/li\u003e\n\u003cli\u003e8 × Integrated LED light bars\u003c\/li\u003e\n\u003cli\u003e1 × Power supply and cable set\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hardcase with wheels\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-section qsd-tl10b-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the LED lights included?\u003c\/summary\u003e\n\u003cp\u003eYes. This booth kit includes 8 integrated LED light bars, power supply, and cables for the backlit display system.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the size of the backlit display?\u003c\/summary\u003e\n\u003cp\u003eThe backdrop size is 118.11\" W × 89.76\" H × 11.8\" D.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat power does this booth kit require?\u003c\/summary\u003e\n\u003cp\u003eThe rated power is 480W. Input is 100–240V AC, 50\/60Hz, with 24V DC \/ 20A output for the backlit display system. Please confirm outlet access before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the hardcase be used as part of the booth display?\u003c\/summary\u003e\n\u003cp\u003eYes. The included hardcase can be paired with a custom fabric graphic, turning it into an extra branded surface or booth counter area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need tools to set it up?\u003c\/summary\u003e\n\u003cp\u003eThe booth is designed for easy event setup with a snap-tube aluminum frame. For the smoothest setup, we recommend 1–2 people, especially when installing the LED bars and fabric graphic.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the fabric graphic later?\u003c\/summary\u003e\n\u003cp\u003eYes. You can reuse the frame, LED system, and hardcase, then order replacement graphics for new campaigns, product launches, sponsor updates, or refreshed branding.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen does production start?\u003c\/summary\u003e\n\u003cp\u003eProduction starts after your artwork proof is approved. Please review and approve your proof quickly if you need the booth kit for a specific show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this better than a standard fabric backdrop?\u003c\/summary\u003e\n\u003cp\u003eChoose this backlit booth when you need stronger visibility, brighter color, and a more premium look. Choose a standard fabric backdrop when you need a simpler non-lit display without power planning.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, or high-resolution artwork is recommended. Use large readable text, strong contrast, high-resolution images, and the safe area shown on the template.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this booth outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis powered backlit booth is best for indoor and controlled event spaces. Outdoor use is not recommended in rain, moisture, strong wind, uneven ground, or areas without safe power access.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl10b-cta\"\u003e\n\u003ch2\u003eNeed Help Planning Your 10ft Backlit Booth?\u003c\/h2\u003e\n\u003cp\u003eSend us your show date, booth size, logo, artwork status, delivery address, and accessory needs. Our team can help confirm the right setup, review your power and artwork needs, and prepare your proof before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46476995199134,"sku":"Q-10FT-TLP-BOOTH-KIT-B","price":909.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseLight_Booth_Kit_B_main.jpg?v=1783688657"},{"product_id":"10ft-tenselight-booth-kit-c","title":"10x10 TenseLight™ Modular Backlit Booth Display C","description":"\u003cstyle\u003e\n  .qsd-tlkit-c-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tlkit-c-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tlkit-c-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tlkit-c-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tlkit-c-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tlkit-c-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tlkit-c-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tlkit-c-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tlkit-c-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tlkit-c-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tlkit-c-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tlkit-c-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tlkit-c-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tlkit-c-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-c-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tlkit-c-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tlkit-c-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tlkit-c-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tlkit-c-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tlkit-c-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tlkit-c-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-c-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-c-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-c-steps {\n    counter-reset: tlkit-c-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tlkit-c-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-c-step:before {\n    counter-increment: tlkit-c-step;\n    content: counter(tlkit-c-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tlkit-c-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tlkit-c-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tlkit-c-spec-table th,\n  .qsd-tlkit-c-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tlkit-c-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tlkit-c-spec-table tr:last-child th,\n  .qsd-tlkit-c-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tlkit-c-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-c-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tlkit-c-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tlkit-c-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tlkit-c-cta h2,\n  .qsd-tlkit-c-cta p {\n    color: #fff;\n  }\n\n  .qsd-tlkit-c-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tlkit-c-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tlkit-c-hero,\n    .qsd-tlkit-c-cta {\n      padding: 24px;\n    }\n\n    .qsd-tlkit-c-title {\n      font-size: 28px;\n    }\n\n    .qsd-tlkit-c-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tlkit-c-grid-2,\n    .qsd-tlkit-c-grid-3,\n    .qsd-tlkit-c-feature-list,\n    .qsd-tlkit-c-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tlkit-c-use-list {\n      columns: 1;\n    }\n\n    .qsd-tlkit-c-spec-table,\n    .qsd-tlkit-c-spec-table tbody,\n    .qsd-tlkit-c-spec-table tr,\n    .qsd-tlkit-c-spec-table th,\n    .qsd-tlkit-c-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tlkit-c-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tlkit-c-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tlkit-c-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tlkit-c-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tlkit-c-detail\"\u003e\n\u003csection class=\"qsd-tlkit-c-hero\"\u003e\n\u003cdiv class=\"qsd-tlkit-c-eyebrow\"\u003e10ft 3D Backlit Booth with TV Counter for Product Demos\u003c\/div\u003e\n\u003ch2 class=\"qsd-tlkit-c-title\"\u003e10ft TenseLight™ Booth Kit C\u003c\/h2\u003e\n\u003cp class=\"qsd-tlkit-c-subtitle\"\u003eTurn your 10ft booth into a bright demo-ready space with a 3D LED backlit wall and a TV counter built for videos, product stories, and face-to-face conversations. This booth kit helps your brand create a stronger visual presence while giving visitors a clear reason to stop, watch, and talk with your team.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-c-section\"\u003e\n\u003ch2\u003eA Bright Demo-Ready Booth for More Than Static Branding\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseLight™ Booth Kit C combines a powerful 3D LED backlit lightbox with an integrated TV promotion counter, creating a high-impact booth display built for engagement.\u003c\/p\u003e\n\u003cp\u003eThe 11.8\" deep backlit frame gives your booth more dimension than a flat fabric wall. It creates a brighter, more structured brand backdrop that helps your message stand out in a crowded show hall.\u003c\/p\u003e\n\u003cp\u003eUse this booth when your team needs to explain, demo, or present—not just display a logo.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-c-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-c-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 10ft lightweight 3D aluminum frame\u003c\/li\u003e\n\u003cli\u003e1 × Custom high-resolution stretch fabric graphic\u003c\/li\u003e\n\u003cli\u003e8 × Integrated LED light bars\u003c\/li\u003e\n\u003cli\u003e1 × TV monitor display stand with custom print, supports 32\"–55\" TV\u003c\/li\u003e\n\u003cli\u003e1 × Power supply and cable set\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly transport hardcase with wheels\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for hardcase\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tlkit-c-note\"\u003e\n\u003cp\u003eTV or monitor is not included. Please confirm your screen size, screen weight, mounting details, and power plan before your event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-c-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tlkit-c-table-wrap\"\u003e\n\u003ctable class=\"qsd-tlkit-c-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseLight™ Booth Kit C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e10ft 3D LED backlit booth kit with TV monitor display stand and wheeled hardcase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBackdrop Size\u003c\/th\u003e\n\u003ctd\u003e118.11\" W × 89.76\" H × 11.8\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRated Power\u003c\/th\u003e\n\u003ctd\u003e350W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutput Power\u003c\/th\u003e\n\u003ctd\u003e320W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAnodized aluminum snap-tube frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free, seamless tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003e8 integrated LED light bars\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTV Stand\u003c\/th\u003e\n\u003ctd\u003eCustom printed TV monitor display stand, supports compatible 32\"–55\" TVs. Monitor is not included.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Requirement\u003c\/th\u003e\n\u003ctd\u003eIndoor power required for LED backlighting and any monitor used\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHardcase\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly transport hardcase with wheels and custom fabric print\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free snap-tube frame setup. Two people are recommended for smoother installation, especially when handling the 10ft frame, LED system, and TV counter.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, moisture, strong wind, wet ground, and unsheltered outdoor use.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, SaaS demos, tech expos, healthcare conferences, franchise shows, university recruiting fairs, real estate events, retail activations, product launches, corporate roadshows, and local business expos\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop, TV stand, or hardcase graphics for new campaigns or updated branding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-c-section qsd-tlkit-c-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the TV included?\u003c\/summary\u003e\n\u003cp\u003eNo. The booth includes a custom printed TV monitor display stand, but the TV itself is not included. Please use a compatible 32\"–55\" monitor and confirm size, weight, mounting details, and power access before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The LED backlit wall requires indoor power, and your monitor will also need power. Please confirm outlet access, extension cord rules, and electrical service requirements with your venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs professional installation required?\u003c\/summary\u003e\n\u003cp\u003eThe snap-tube frame is designed for tool-free setup. Two people are recommended for a smoother setup, especially when handling the 10ft frame, LED system, and TV counter.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in this kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 10ft lightweight 3D aluminum frame, one custom high-resolution stretch fabric graphic, eight integrated LED light bars, one TV monitor display stand with custom print, one power supply and cable set, one airline-friendly transport hardcase with wheels, and one custom fabric print for the hardcase.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat TV size does the stand support?\u003c\/summary\u003e\n\u003cp\u003eThe TV monitor display stand supports compatible 32\"–55\" TVs. Please confirm your monitor size, weight, mounting pattern, and power plan before installation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available, so you can refresh the backdrop, TV stand, or hardcase graphics for new campaigns without replacing the hardware.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this booth be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis display is best for indoor or dry covered event spaces. It is not recommended for rain, strong wind, wet ground, unstable surfaces, or unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need print-ready artwork?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready artwork is preferred, but not required. You can send your logo, brand colors, and booth message, and our team can help prepare a proof before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I prepare before ordering?\u003c\/summary\u003e\n\u003cp\u003ePrepare your event date, logo, brand colors, booth message, TV size, demo goal, delivery address, and any product images or video content you want to feature.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does production and shipping take?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists 10 business days for production and shipping after artwork approval. Please allow extra time for artwork proofing and event receiving if you have a fixed show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-c-cta\"\u003e\n\u003ch2\u003ePlanning a Booth That Needs to Show More Than a Logo?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, TV size, demo goal, delivery address, and artwork status. Our team can help prepare a clean backlit layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46483074547870,"sku":"Q-10FT-TLP-BOOTH-KIT-C","price":1161.75,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_TenseLight_Booth_Kit_C_main.jpg?v=1783688710"},{"product_id":"8ft-tenselight-booth-kit-a","title":"8x8 TenseLight™ Straight Trade Show Booth Display Wall","description":"\u003cstyle\u003e\n  .qsd-tl8-a-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tl8-a-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tl8-a-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tl8-a-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tl8-a-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tl8-a-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tl8-a-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tl8-a-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tl8-a-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tl8-a-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tl8-a-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tl8-a-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tl8-a-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tl8-a-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tl8-a-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tl8-a-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tl8-a-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tl8-a-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tl8-a-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tl8-a-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tl8-a-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tl8-a-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tl8-a-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tl8-a-steps {\n    counter-reset: tl8-a-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tl8-a-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tl8-a-step:before {\n    counter-increment: tl8-a-step;\n    content: counter(tl8-a-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tl8-a-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tl8-a-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tl8-a-spec-table th,\n  .qsd-tl8-a-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tl8-a-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tl8-a-spec-table tr:last-child th,\n  .qsd-tl8-a-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tl8-a-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tl8-a-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tl8-a-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tl8-a-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tl8-a-cta h2,\n  .qsd-tl8-a-cta p {\n    color: #fff;\n  }\n\n  .qsd-tl8-a-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tl8-a-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tl8-a-hero,\n    .qsd-tl8-a-cta {\n      padding: 24px;\n    }\n\n    .qsd-tl8-a-title {\n      font-size: 28px;\n    }\n\n    .qsd-tl8-a-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tl8-a-grid-2,\n    .qsd-tl8-a-grid-3,\n    .qsd-tl8-a-feature-list,\n    .qsd-tl8-a-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tl8-a-use-list {\n      columns: 1;\n    }\n\n    .qsd-tl8-a-spec-table,\n    .qsd-tl8-a-spec-table tbody,\n    .qsd-tl8-a-spec-table tr,\n    .qsd-tl8-a-spec-table th,\n    .qsd-tl8-a-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tl8-a-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tl8-a-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tl8-a-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tl8-a-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tl8-a-detail\"\u003e\n\u003csection class=\"qsd-tl8-a-hero\"\u003e\n\u003cdiv class=\"qsd-tl8-a-eyebrow\"\u003eCompact 8ft Backlit Booth Kit for Indoor Trade Shows and Events\u003c\/div\u003e\n\u003ch2 class=\"qsd-tl8-a-title\"\u003e8ft TenseLight™ Booth Kit A\u003c\/h2\u003e\n\u003cp class=\"qsd-tl8-a-subtitle\"\u003eBuild a brighter small booth with an 8ft backlit trade show display designed for indoor events, expos, recruiting fairs, and product demos. The TenseLight™ Booth Kit A combines illuminated fabric graphics with a compact booth layout, giving your brand a cleaner, more premium look than a standard non-lit backdrop.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl8-a-section\"\u003e\n\u003ch2\u003eCompact Size, High-Impact Glow\u003c\/h2\u003e\n\u003cp\u003eThe 8ft TenseLight™ Booth Kit A is made for exhibitors who want a brighter booth presence without moving into a larger 10ft or 20ft setup.\u003c\/p\u003e\n\u003cp\u003eIts compact footprint works well for smaller exhibit spaces, hotel events, career fairs, recruiting tables, product demos, and brand activations where every inch of space needs to work harder.\u003c\/p\u003e\n\u003cp\u003eThe backlit fabric display helps create a more premium booth presence while still keeping the setup practical for small teams and indoor event spaces.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl8-a-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tl8-a-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp\u003eThis 8ft TenseLight™ Booth Kit A includes one backlit fabric display frame, custom-printed graphics for the booth structure, and the required display components for the standard booth setup.\u003c\/p\u003e\n\u003cdiv class=\"qsd-tl8-a-note\"\u003e\n\u003cp\u003eCounters, flooring, TV mounts, shelves, extra lighting, and additional booth accessories are not included unless shown as selected options or quoted separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl8-a-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tl8-a-table-wrap\"\u003e\n\u003ctable class=\"qsd-tl8-a-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e8ft TenseLight™ Booth Kit A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003eCompact backlit fabric booth kit for indoor events and trade show displays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eLightweight aluminum frame designed for tool-free setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-resistant printed fabric graphic for illuminated display use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution fabric printing for backlit visual presentation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003eBacklit display structure with lighting components required for the standard illuminated setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower\u003c\/th\u003e\n\u003ctd\u003eRated Power: 350W\u003cbr\u003eOutput Power: 320W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eIncluded Accessories\u003c\/th\u003e\n\u003ctd\u003eStandard booth display structure and custom-printed graphics. Counters, shelves, TV mounts, flooring, and extra accessories are not included unless selected or quoted separately.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eIndoor trade shows, hotel conference exhibits, career fairs, recruiting events, product demos, retail pop-ups, and controlled event spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutdoor Use Note\u003c\/th\u003e\n\u003ctd\u003eNot recommended for rain, wind, moisture, wet floors, or unsheltered outdoor conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for future campaigns, sponsors, product launches, recruiting events, seasonal promotions, or rebranding needs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVenue Material Note\u003c\/th\u003e\n\u003ctd\u003eIf your event requires flame-retardant documentation, washable fabric details, material certificates, or specific fabric compliance details, please confirm requirements with our team before production.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tl8-a-section qsd-tl8-a-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cbr\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this backlit booth need power?\u003c\/summary\u003e\n\u003cp\u003eYes. The booth uses lighting to create the backlit effect, so outlet access should be planned before the event. Please confirm power rules with your venue or show organizer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a 10x10 booth?\u003c\/summary\u003e\n\u003cp\u003eYes. This 8ft booth kit can work well in many 10x10 booth layouts and smaller indoor exhibit spaces. Always confirm your booth rules, available floor space, height limits, depth limits, and power access before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this kit?\u003c\/summary\u003e\n\u003cp\u003eThe standard kit includes the backlit booth display structure and custom-printed graphics required for the standard setup. Counters, flooring, shelves, TV mounts, and extra accessories are not included unless selected or quoted separately.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I order replacement graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics can be ordered for future campaigns, sponsors, product launches, recruiting events, seasonal promotions, or rebranding needs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I upload?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or high-resolution artwork is recommended. Please use the official artwork template and keep important text inside the safe area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this booth outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis backlit booth kit is best for indoor trade shows, conferences, recruiting events, and controlled event spaces. It is not recommended for rain, moisture, wind, wet floors, or outdoor conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to an advance warehouse or show site?\u003c\/summary\u003e\n\u003cp\u003eYes, but please check your exhibitor manual for receiving deadlines, booth number labels, carrier rules, dock instructions, and material handling requirements before shipping to the venue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I know about fabric requirements?\u003c\/summary\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46718447779998,"sku":"Q-8FT-TLP-BOOTH-KIT-A","price":854.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/8ft_TenseLight_Booth_Kit_A_main.jpg?v=1782984735"},{"product_id":"10ft-tenselight-booth-kit-e","title":"10ft TenseLight™ Modular Backlit Booth Display Wall E","description":"\u003cstyle\u003e\n  .qsd-tlkit-e-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-tlkit-e-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-tlkit-e-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tlkit-e-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-tlkit-e-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-tlkit-e-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-tlkit-e-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-tlkit-e-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-tlkit-e-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-tlkit-e-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-tlkit-e-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-tlkit-e-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-tlkit-e-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-tlkit-e-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-e-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-tlkit-e-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-tlkit-e-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-tlkit-e-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-tlkit-e-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-tlkit-e-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-tlkit-e-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-e-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-e-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-tlkit-e-steps {\n    counter-reset: tlkit-e-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-tlkit-e-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-e-step:before {\n    counter-increment: tlkit-e-step;\n    content: counter(tlkit-e-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-tlkit-e-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-tlkit-e-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-tlkit-e-spec-table th,\n  .qsd-tlkit-e-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-tlkit-e-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-tlkit-e-spec-table tr:last-child th,\n  .qsd-tlkit-e-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-tlkit-e-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-tlkit-e-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-tlkit-e-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-tlkit-e-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-tlkit-e-cta h2,\n  .qsd-tlkit-e-cta p {\n    color: #fff;\n  }\n\n  .qsd-tlkit-e-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-tlkit-e-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-tlkit-e-hero,\n    .qsd-tlkit-e-cta {\n      padding: 24px;\n    }\n\n    .qsd-tlkit-e-title {\n      font-size: 28px;\n    }\n\n    .qsd-tlkit-e-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-tlkit-e-grid-2,\n    .qsd-tlkit-e-grid-3,\n    .qsd-tlkit-e-feature-list,\n    .qsd-tlkit-e-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-tlkit-e-use-list {\n      columns: 1;\n    }\n\n    .qsd-tlkit-e-spec-table,\n    .qsd-tlkit-e-spec-table tbody,\n    .qsd-tlkit-e-spec-table tr,\n    .qsd-tlkit-e-spec-table th,\n    .qsd-tlkit-e-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-tlkit-e-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-tlkit-e-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-tlkit-e-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-tlkit-e-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-tlkit-e-detail\"\u003e\n\u003csection class=\"qsd-tlkit-e-hero\"\u003e\n\u003cdiv class=\"qsd-tlkit-e-eyebrow\"\u003e10ft Backlit Booth Kit with 3D Header and Branded Podium Case\u003c\/div\u003e\n\u003ch2 class=\"qsd-tlkit-e-title\"\u003e10ft TenseLight™ Booth Kit E\u003c\/h2\u003e\n\u003cp class=\"qsd-tlkit-e-subtitle\"\u003eTurn your 10ft booth into a brighter brand space with a full-width LED backlit backdrop, a custom 3D backlit header, and a wheeled hard case that converts into a branded podium. This all-in-one backlit display kit helps your booth look brighter, taller, more polished, and easier to recognize from the aisle.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-e-section\"\u003e\n\u003ch2\u003eA Brighter 10ft Booth with More Height, Depth, and Brand Presence\u003c\/h2\u003e\n\u003cp\u003eThe 10ft TenseLight™ Booth Kit E is a complete backlit display solution designed for teams that want more visibility than a standard fabric wall without building a heavy custom exhibit.\u003c\/p\u003e\n\u003cp\u003eIt combines a full-width 118\" W × 90\" H × 11.8\" D LED backlit backdrop, a custom 3D backlit header, and an airline-friendly wheeled hard case that converts into a branded podium on-site.\u003c\/p\u003e\n\u003cp\u003eUse it to create a stronger booth presence for trade shows, conventions, product launches, sales events, recruiting fairs, corporate events, and retail activations.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-e-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-e-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 × 118\" W × 90\" H × 11.8\" D aluminum tube frame with bungee-cord connection\u003c\/li\u003e\n\u003cli\u003e1 × Custom 3D backlit header frame and graphic\u003c\/li\u003e\n\u003cli\u003e10 × Integrated LED light bars\u003c\/li\u003e\n\u003cli\u003e1 × Custom stretch fabric graphic for the backdrop\u003c\/li\u003e\n\u003cli\u003e2 × Power supply and cable sets\u003c\/li\u003e\n\u003cli\u003e1 × Airline-friendly wheeled hard case that converts into a podium\u003c\/li\u003e\n\u003cli\u003e1 × Custom fabric print for the hard case \/ podium\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-tlkit-e-note\"\u003e\n\u003cp\u003eThis display requires indoor power for the LED backlighting and 3D header. Please confirm your venue’s outlet access, electrical ordering deadlines, extension cord rules, and cable routing requirements before your event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-e-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-tlkit-e-table-wrap\"\u003e\n\u003ctable class=\"qsd-tlkit-e-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft TenseLight™ Booth Kit E\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay Type\u003c\/th\u003e\n\u003ctd\u003e10ft LED backlit booth kit with custom 3D backlit header and hard case podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eAluminum tube frame with bungee-cord connection for tool-free assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHeader\u003c\/th\u003e\n\u003ctd\u003eCustom 3D backlit header frame and graphic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003e10 integrated LED light bars\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRated Power\u003c\/th\u003e\n\u003ctd\u003e350W × 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOutput Power\u003c\/th\u003e\n\u003ctd\u003eBacklit Backwall: 320W\u003cbr\u003eBacklit Header: 80W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic\u003c\/th\u003e\n\u003ctd\u003eWrinkle-free dye-sublimation stretch fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution dye-sublimation printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCase\u003c\/th\u003e\n\u003ctd\u003eAirline-friendly hard case with wheels, converts into a branded podium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePodium Graphic\u003c\/th\u003e\n\u003ctd\u003eCustom fabric print for the hard case \/ podium included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free bungee-cord frame setup. Two people are recommended for smoother installation, especially when positioning the 3D header and checking power.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered event spaces. Avoid rain, moisture, strong wind, unstable ground, and unsafe power conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e8 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, conventions, corporate events, retail activations, product launches, recruiting events, sales roadshows, and brand presentations\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for the backdrop, header, and podium graphics for future campaigns or updated branding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-e-section qsd-tlkit-e-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the 3D header backlit?\u003c\/summary\u003e\n\u003cp\u003eYes. The kit includes a custom 3D backlit header frame and graphic, designed to add height and extra brand visibility above the main backdrop.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the hard case convert into a podium?\u003c\/summary\u003e\n\u003cp\u003eYes. The wheeled transport case converts into a branded podium on-site, giving your team a front counter for brochures, samples, QR codes, lead forms, giveaways, and visitor conversations.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The LED backlit backdrop and 3D header require indoor power. Please confirm outlet access, extension cord rules, and booth power regulations with your venue before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in this kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes one 118\" W × 90\" H × 11.8\" D aluminum tube frame with bungee-cord connection, one custom 3D backlit header frame and graphic, ten integrated LED light bars, one custom stretch fabric backdrop graphic, two power supply and cable sets, one airline-friendly wheeled hard case that converts into a podium, and one custom fabric print for the hard case.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many LED light bars are included?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes ten integrated LED light bars for bright and even illumination across the full backdrop.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement graphics are available for the backdrop, 3D header, and podium, so you can refresh the booth for new campaigns without replacing the hardware.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this booth suitable for outdoor use?\u003c\/summary\u003e\n\u003cp\u003eThis booth is best for indoor and dry covered event spaces. Because it uses LED lighting and electrical components, avoid rain, moisture, strong wind, unstable ground, and unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official template, high-resolution images, CMYK color mode, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many people are recommended for setup?\u003c\/summary\u003e\n\u003cp\u003eTwo people are recommended for smoother setup, especially when positioning the frame, installing the 3D header, checking lighting, and converting the hard case into a podium.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does production and shipping take?\u003c\/summary\u003e\n\u003cp\u003eThe product page lists 10 business days for production and shipping after artwork approval. Please allow additional time for artwork proofing and event receiving if you have a fixed show date.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-tlkit-e-cta\"\u003e\n\u003ch2\u003ePlanning a Booth That Needs to Be Seen from the Aisle?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, logo, brand colors, booth message, delivery address, power planning needs, and artwork status. Our team can help prepare a clean backlit layout before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46768722215070,"sku":"Q-10FT-TL-BOOTH-E","price":1124.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft-tenselight-booth-kit-e-main.jpg?v=1783688938"},{"product_id":"10ft-edgelumi-booth-kit-b","title":"10x10 EdgeLumi™ PRO Aluminum Modular Bridge SEG Backlit Booth Display","description":"\u003cstyle\u003e\n  .qsd-edgelumi-kitb-detail {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 0;\n    color: #222;\n    line-height: 1.65;\n    font-size: 16px;\n  }\n\n  .qsd-edgelumi-kitb-detail * {\n    box-sizing: border-box;\n  }\n\n  .qsd-edgelumi-kitb-detail h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-kitb-detail h3 {\n    font-size: 22px;\n    margin: 0 0 12px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-kitb-detail h4 {\n    font-size: 18px;\n    margin: 0 0 8px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-kitb-detail p {\n    margin: 0 0 14px;\n  }\n\n  .qsd-edgelumi-kitb-section {\n    margin-bottom: 42px;\n  }\n\n  .qsd-edgelumi-kitb-hero {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 36px;\n    margin-bottom: 44px;\n  }\n\n  .qsd-edgelumi-kitb-eyebrow {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-kitb-title {\n    font-size: 36px;\n    line-height: 1.18;\n    margin: 0 0 16px;\n    color: #111;\n  }\n\n  .qsd-edgelumi-kitb-subtitle {\n    font-size: 18px;\n    color: #444;\n    max-width: 940px;\n  }\n\n  .qsd-edgelumi-kitb-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  .qsd-edgelumi-kitb-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .qsd-edgelumi-kitb-card {\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 24px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-kitb-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .qsd-edgelumi-kitb-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .qsd-edgelumi-kitb-feature-list li {\n    background: #f8f8f8;\n    border-radius: 12px;\n    padding: 14px 16px;\n  }\n\n  .qsd-edgelumi-kitb-feature-list li strong {\n    display: block;\n    color: #111;\n    margin-bottom: 4px;\n  }\n\n  .qsd-edgelumi-kitb-use-list {\n    columns: 2;\n    padding-left: 20px;\n    margin-top: 12px;\n  }\n\n  .qsd-edgelumi-kitb-use-list li {\n    margin-bottom: 8px;\n  }\n\n  .qsd-edgelumi-kitb-note {\n    background: #fff8ef;\n    border-left: 4px solid #f2a33a;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-kitb-blue-note {\n    background: #f3f7ff;\n    border-left: 4px solid #4c7dff;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-kitb-green-note {\n    background: #f2fbf5;\n    border-left: 4px solid #35a867;\n    padding: 18px 20px;\n    border-radius: 12px;\n  }\n\n  .qsd-edgelumi-kitb-steps {\n    counter-reset: edgelumi-kitb-step;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 18px;\n  }\n\n  .qsd-edgelumi-kitb-step {\n    position: relative;\n    border: 1px solid #e6e6e6;\n    border-radius: 16px;\n    padding: 22px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-kitb-step:before {\n    counter-increment: edgelumi-kitb-step;\n    content: counter(edgelumi-kitb-step);\n    display: inline-flex;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    background: #111;\n    color: #fff;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .qsd-edgelumi-kitb-table-wrap {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .qsd-edgelumi-kitb-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .qsd-edgelumi-kitb-spec-table th,\n  .qsd-edgelumi-kitb-spec-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e6e6e6;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .qsd-edgelumi-kitb-spec-table th {\n    width: 32%;\n    background: #f7f7f7;\n    color: #111;\n    font-weight: 600;\n  }\n\n  .qsd-edgelumi-kitb-spec-table tr:last-child th,\n  .qsd-edgelumi-kitb-spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .qsd-edgelumi-kitb-faq details {\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 16px 20px;\n    margin-bottom: 12px;\n    background: #fff;\n  }\n\n  .qsd-edgelumi-kitb-faq summary {\n    cursor: pointer;\n    font-weight: 600;\n    color: #111;\n  }\n\n  .qsd-edgelumi-kitb-faq details p {\n    margin-top: 12px;\n    color: #444;\n  }\n\n  .qsd-edgelumi-kitb-cta {\n    background: #111;\n    color: #fff;\n    border-radius: 18px;\n    padding: 34px;\n    margin-top: 40px;\n  }\n\n  .qsd-edgelumi-kitb-cta h2,\n  .qsd-edgelumi-kitb-cta p {\n    color: #fff;\n  }\n\n  .qsd-edgelumi-kitb-cta p {\n    max-width: 920px;\n  }\n\n  @media (max-width: 900px) {\n    .qsd-edgelumi-kitb-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 768px) {\n    .qsd-edgelumi-kitb-hero,\n    .qsd-edgelumi-kitb-cta {\n      padding: 24px;\n    }\n\n    .qsd-edgelumi-kitb-title {\n      font-size: 28px;\n    }\n\n    .qsd-edgelumi-kitb-detail h2 {\n      font-size: 25px;\n    }\n\n    .qsd-edgelumi-kitb-grid-2,\n    .qsd-edgelumi-kitb-grid-3,\n    .qsd-edgelumi-kitb-feature-list,\n    .qsd-edgelumi-kitb-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .qsd-edgelumi-kitb-use-list {\n      columns: 1;\n    }\n\n    .qsd-edgelumi-kitb-spec-table,\n    .qsd-edgelumi-kitb-spec-table tbody,\n    .qsd-edgelumi-kitb-spec-table tr,\n    .qsd-edgelumi-kitb-spec-table th,\n    .qsd-edgelumi-kitb-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .qsd-edgelumi-kitb-spec-table th {\n      border-bottom: none;\n      padding-bottom: 6px;\n    }\n\n    .qsd-edgelumi-kitb-spec-table td {\n      padding-top: 6px;\n    }\n\n    .qsd-edgelumi-kitb-spec-table tr {\n      border-bottom: 1px solid #e6e6e6;\n    }\n\n    .qsd-edgelumi-kitb-spec-table tr:last-child {\n      border-bottom: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qsd-edgelumi-kitb-detail\"\u003e\n\u003csection class=\"qsd-edgelumi-kitb-hero\"\u003e\n\u003cdiv class=\"qsd-edgelumi-kitb-eyebrow\"\u003eThree-Panel SEG Lightbox Booth with Half-Arch Accent\u003c\/div\u003e\n\u003ch2 class=\"qsd-edgelumi-kitb-title\"\u003e10ft EdgeLumi™ Booth Kit B\u003c\/h2\u003e\n\u003cp class=\"qsd-edgelumi-kitb-subtitle\"\u003eCreate a brighter 10x10 booth with three SEG lightbox panels, a half-arch accent, and an illuminated counter. This layout gives your brand more shape, more light, and a stronger aisle-facing presence for trade shows, product launches, corporate events, retail activations, and showroom displays.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-kitb-section\"\u003e\n\u003ch2\u003eCommand the Floor with a Brighter 10x10 Booth\u003c\/h2\u003e\n\u003cp\u003eThe 10ft EdgeLumi™ Booth Kit B is a complete backlit trade show display system built for brands that need more than a flat backdrop. It combines a bold center SEG lightbox panel, two side SEG lightbox panels, a half-arch accent panel, and an illuminated counter to create a layered booth presence within an approximate 10x10 footprint.\u003c\/p\u003e\n\u003cp\u003eThe half-arch lightbox creates a clear visual entry point for your booth. It frames the display area, guides visitor attention, and makes your setup feel more like a branded environment instead of a flat display wall.\u003c\/p\u003e\n\u003cp\u003eUse this booth when you want a premium backlit layout with stronger depth, clearer message zones, and a more memorable aisle-facing shape.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-kitb-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-kitb-section\"\u003e\n\u003ch2\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"qsd-edgelumi-kitb-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eThree-Panel SEG Lightbox Layout\u003c\/strong\u003e Creates a brighter booth with one wide center panel and two narrow side panels for organized messaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHalf-Arch Lightbox Accent\u003c\/strong\u003e Adds shape, depth, and a clear visual entry point that makes the booth feel more like a branded environment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntegrated LED Backlighting\u003c\/strong\u003e Helps colors look brighter and keeps graphics visible in crowded exhibit halls and conference spaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIlluminated Counter Included\u003c\/strong\u003e Adds a front-of-booth station for QR scans, samples, brochures, lead forms, giveaways, and quick conversations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollapsible Aluminum SEG Frames\u003c\/strong\u003e Lightweight aluminum frames fold down for compact transport and are designed for tool-free assembly.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustom SEG Tension Fabric Graphics\u003c\/strong\u003e Premium SEG fabric creates a clean, edge-to-edge appearance and can be refreshed for future events.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Carrying Cases with Wheels\u003c\/strong\u003e Wheeled carrying cases help protect the display components during storage and transport.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Design Help and Free Shipping\u003c\/strong\u003e The product page includes free custom design service and free shipping for a smoother ordering process.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-kitb-section\"\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e2 × 39.4\" W × 94.5\" H SEG lightbox frames with LED lighting\u003c\/li\u003e\n\u003cli\u003e1 × 78.7\" W × 94.5\" H SEG lightbox frame with LED lighting\u003c\/li\u003e\n\u003cli\u003e1 × 39.4\" W × 94.5\" H half-arch SEG lightbox frame with LED lighting\u003c\/li\u003e\n\u003cli\u003e1 × SEG backlit counter frame with custom printing\u003c\/li\u003e\n\u003cli\u003e5 × Custom SEG tension fabric graphics\u003c\/li\u003e\n\u003cli\u003eProfessional nylon carrying case or carrying cases with wheels and cushioning foam\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"qsd-edgelumi-kitb-note\"\u003e\n\u003cp\u003eFinal packing details may vary by order configuration. Please confirm booth layout, carrying case quantity, receiving rules, and event deadline before production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-kitb-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"qsd-edgelumi-kitb-table-wrap\"\u003e\n\u003ctable class=\"qsd-edgelumi-kitb-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003ctd\u003e10ft EdgeLumi™ Booth Kit B | Backlit SEG Trade Show Display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Type\u003c\/th\u003e\n\u003ctd\u003e10x10 backlit SEG booth with three lightbox panels, half-arch accent, and illuminated counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBooth Footprint\u003c\/th\u003e\n\u003ctd\u003eApprox. 10ft × 10ft. Final layout depends on booth rules, aisle direction, and available floor space.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHalf-Arch Panel\u003c\/th\u003e\n\u003ctd\u003e39.4\" W × 94.5\" H, based on the listed 3.3ft \/ 1000 × 2400mm half-arch SEG lightbox frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCounter\u003c\/th\u003e\n\u003ctd\u003eSEG backlit counter frame with custom printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003eLightweight aluminum collapsible SEG frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLighting\u003c\/th\u003e\n\u003ctd\u003eIntegrated LED backlighting with tool-free installation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower System\u003c\/th\u003e\n\u003ctd\u003eIntegrated LED system with power supply; standard indoor power source required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Input\u003c\/th\u003e\n\u003ctd\u003eUS standard 110V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGraphic System\u003c\/th\u003e\n\u003ctd\u003eSEG silicone edge graphics tension fabric system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFabric\u003c\/th\u003e\n\u003ctd\u003e230gsm seamless, wrinkle-free, washable SEG tension fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eHigh-resolution heat transfer printing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTransport\u003c\/th\u003e\n\u003ctd\u003eProfessional carrying case or carrying cases with wheels and cushioning foam\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSetup\u003c\/th\u003e\n\u003ctd\u003eTool-free collapsible frame assembly. Two people are recommended for smoother setup, especially when handling the lightbox panels and half-arch structure.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUse Environment\u003c\/th\u003e\n\u003ctd\u003eBest for indoor and dry covered spaces. Avoid rain, moisture, strong wind, unstable ground, and unsafe power conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduction \u0026amp; Shipping Timeline\u003c\/th\u003e\n\u003ctd\u003e9 business days after artwork approval\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended Use\u003c\/th\u003e\n\u003ctd\u003eTrade shows, tech expos, healthcare conferences, beauty launches, franchise expos, university recruiting fairs, retail pop-ups, chamber business expos, corporate roadshows, nonprofit events, real estate showcases, and showroom displays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplacement Graphics\u003c\/th\u003e\n\u003ctd\u003eAvailable upon request for new campaigns, product launches, sponsors, recruiting seasons, seasonal events, or refreshed branding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-kitb-section qsd-edgelumi-kitb-faq\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this booth fit a standard 10x10 trade show space?\u003c\/summary\u003e\n\u003cp\u003eIt is designed for 10x10 exhibit planning, but the final layout depends on your booth rules, aisle direction, ceiling height, outlet location, and available floor space. We recommend confirming the layout with your show organizer before production.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this booth require power?\u003c\/summary\u003e\n\u003cp\u003eYes. The LED lightbox panels and illuminated counter require a standard indoor power source. Please confirm outlet access, extension cord rules, and cable routing with your venue before the event.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I replace the graphics later?\u003c\/summary\u003e\n\u003cp\u003eYes. Replacement SEG graphics are available, so you can update your booth for new campaigns, product launches, sponsors, recruiting seasons, or seasonal events without replacing the frame.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs professional installation required?\u003c\/summary\u003e\n\u003cp\u003eThe collapsible SEG frame is designed for tool-free assembly. Two people are recommended for a smoother setup, especially when handling the lightbox panels and half-arch structure.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with this booth kit?\u003c\/summary\u003e\n\u003cp\u003eThe kit includes two 39.4\" W × 94.5\" H SEG lightbox frames, one 78.7\" W × 94.5\" H SEG lightbox frame, one 39.4\" W × 94.5\" H half-arch SEG lightbox frame, one SEG backlit counter frame with custom printing, five custom SEG tension fabric graphics, and professional carrying case or cases with wheels.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I use the center and side panels?\u003c\/summary\u003e\n\u003cp\u003eUse the wide center panel for your main brand message, hero image, or campaign headline. Use the side panels for benefits, QR codes, sponsor logos, schedules, or event-specific messages.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this booth be used outdoors?\u003c\/summary\u003e\n\u003cp\u003eThis booth is best for indoor and dry covered spaces. Because it uses LED components and fabric graphics, avoid rain, strong wind, moisture, unstable ground, and unsheltered outdoor use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat artwork files should I provide?\u003c\/summary\u003e\n\u003cp\u003ePrint-ready AI, PDF, PSD, EPS, TIFF, JPG, or press-quality PDF files are recommended. Use the official template, high-resolution images, CMYK color mode, outlined fonts, and safe-zone placement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this ship to a show site or advance warehouse?\u003c\/summary\u003e\n\u003cp\u003eYes, but please confirm receiving deadlines, booth number labels, carrier rules, material handling requirements, storage instructions, and venue address rules before shipping.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many people are recommended for setup?\u003c\/summary\u003e\n\u003cp\u003eTwo people are recommended for a smoother setup, especially when handling the lightbox panels, positioning the half-arch, and setting up the illuminated counter.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"qsd-edgelumi-kitb-cta\"\u003e\n\u003ch2\u003ePlanning a Booth with More Shape and Visibility?\u003c\/h2\u003e\n\u003cp\u003eSend us your event date, booth size, logo, brand colors, layout goal, power planning needs, delivery address, and artwork status. Our team can help confirm the setup and prepare a clean backlit booth design before production.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"QuickShowDisplay","offers":[{"title":"Default Title","offer_id":46886690193566,"sku":"Q-10EL-B","price":1899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/files\/10ft_edgeLumi_booth_kit_b_main_75aa9704-4cb7-46d0-9559-1bc4ba3c5588.jpg?v=1783942702"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/8021\/6734\/collections\/10x10-inline-trade-show-booths.png?v=1783479923","url":"https:\/\/quickshowdisplay.com\/collections\/10x10-inline-trade-show-booths.oembed?page=4","provider":"QuickShowDisplay","version":"1.0","type":"link"}