{"product_id":"banner-and-display-lifting-systems","title":"Banner and Display Lifting Systems","description":"\u003cstyle\u003e\n  .abh-product {\n    --abh-primary: #164e73;\n    --abh-secondary: #2d7da8;\n    --abh-accent: #f2b632;\n    --abh-light: #eef6fa;\n    --abh-text: #222222;\n    --abh-muted: #5f6b73;\n    --abh-border: #d8e1e6;\n    max-width: 1200px;\n    margin: 0 auto;\n    color: var(--abh-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .abh-product * {\n    box-sizing: border-box;\n  }\n\n  .abh-product h1,\n  .abh-product h2,\n  .abh-product h3 {\n    color: var(--abh-primary);\n    line-height: 1.3;\n  }\n\n  .abh-product h1 {\n    margin: 0 0 16px;\n    font-size: 34px;\n    text-align: center;\n  }\n\n  .abh-product h2 {\n    margin: 0 0 20px;\n    font-size: 28px;\n    text-align: center;\n  }\n\n  .abh-product h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n  }\n\n  .abh-product p {\n    margin: 0 0 16px;\n  }\n\n  .abh-section {\n    margin: 60px 0;\n  }\n\n  .abh-intro {\n    max-width: 880px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .abh-subtitle {\n    margin: 0 auto 24px;\n    color: var(--abh-muted);\n    font-size: 18px;\n  }\n\n  .abh-name-list {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .abh-name-list span {\n    display: inline-block;\n    padding: 8px 15px;\n    color: var(--abh-primary);\n    background: var(--abh-light);\n    border: 1px solid #cfe1eb;\n    border-radius: 30px;\n    font-size: 14px;\n  }\n\n  .abh-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 10px;\n  }\n\n  .abh-image-slot {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 360px;\n    padding: 30px;\n    color: #68808d;\n    background: #f1f5f7;\n    border: 2px dashed #b8c9d2;\n    border-radius: 10px;\n    text-align: center;\n  }\n\n  .abh-image-slot strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--abh-primary);\n    font-size: 18px;\n  }\n\n  .abh-row {\n    display: flex;\n    align-items: center;\n    gap: 45px;\n    margin: 45px 0;\n  }\n\n  .abh-row-reverse {\n    flex-direction: row-reverse;\n  }\n\n  .abh-row-image,\n  .abh-row-content {\n    flex: 1 1 0;\n    min-width: 0;\n  }\n\n  .abh-check-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 13px 24px;\n    margin: 24px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .abh-check-list li {\n    position: relative;\n    padding-left: 28px;\n  }\n\n  .abh-check-list li::before {\n    position: absolute;\n    top: 1px;\n    left: 0;\n    color: var(--abh-secondary);\n    content: \"✓\";\n    font-size: 18px;\n    font-weight: bold;\n  }\n\n  .abh-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n    margin-top: 30px;\n  }\n\n  .abh-feature {\n    padding: 25px;\n    background: #ffffff;\n    border: 1px solid var(--abh-border);\n    border-top: 4px solid var(--abh-secondary);\n    border-radius: 8px;\n    box-shadow: 0 5px 18px rgba(20, 57, 76, 0.06);\n  }\n\n  .abh-feature-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 15px;\n    color: #ffffff;\n    background: var(--abh-primary);\n    border-radius: 50%;\n    font-weight: bold;\n  }\n\n  .abh-feature p {\n    margin-bottom: 0;\n    color: var(--abh-muted);\n  }\n\n  .abh-gallery {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 32px;\n  }\n\n  .abh-gallery .abh-image-slot {\n    min-height: 250px;\n  }\n\n  .abh-table-wrap {\n    width: 100%;\n    margin-top: 28px;\n    overflow-x: auto;\n    border: 1px solid var(--abh-border);\n    border-radius: 8px;\n  }\n\n  .abh-spec-table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n    font-size: 15px;\n  }\n\n  .abh-spec-table th {\n    padding: 15px 18px;\n    color: #ffffff;\n    background: var(--abh-primary);\n    border: 1px solid #356d8c;\n    text-align: left;\n  }\n\n  .abh-spec-table td {\n    padding: 13px 18px;\n    border: 1px solid var(--abh-border);\n  }\n\n  .abh-spec-table tbody tr:nth-child(even) {\n    background: var(--abh-light);\n  }\n\n  .abh-spec-table td:first-child {\n    width: 55%;\n    font-weight: 600;\n  }\n\n  .abh-note {\n    margin-top: 18px;\n    padding: 16px 20px;\n    color: #4d5c64;\n    background: #f7fafb;\n    border-left: 4px solid var(--abh-accent);\n    border-radius: 4px;\n    font-size: 14px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .abh-product h1 {\n      font-size: 28px;\n    }\n\n    .abh-product h2 {\n      font-size: 24px;\n    }\n\n    .abh-section {\n      margin: 42px 0;\n    }\n\n    .abh-row,\n    .abh-row-reverse {\n      flex-direction: column;\n      gap: 25px;\n      margin: 35px 0;\n    }\n\n    .abh-row-image,\n    .abh-row-content {\n      width: 100%;\n    }\n\n    .abh-check-list,\n    .abh-features,\n    .abh-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .abh-image-slot {\n      min-height: 260px;\n    }\n\n    .abh-gallery .abh-image-slot {\n      min-height: 220px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"abh-product\" style=\"text-align: start;\"\u003e\n\u003c!-- PRODUCT HEADER --\u003e\n\u003csection class=\"abh-section abh-intro\"\u003e\n\u003ch1\u003eElectric Banner and Display Hoist System for Shopping Mall Atriums\u003c\/h1\u003e\n\u003cp class=\"abh-subtitle\"\u003eA purpose-built lifting system for suspended advertising, decorative displays and commercial installations in high-ceiling public spaces.\u003c\/p\u003e\n\u003cdiv class=\"abh-name-list\"\u003e\n\u003cspan\u003eCommercial Atrium Display Winch\u003c\/span\u003e \u003cspan\u003eElectric Banner and Display Hoist\u003c\/span\u003e \u003cspan\u003eShopping Mall Atrium Hoist System\u003c\/span\u003e \u003cspan\u003eSuspended Advertising Display Winch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0609\/3455\/3737\/files\/winch_for_spanner-1s.jpg?v=1787713673\" alt=\"spanner winch\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003csection class=\"abh-section\"\u003e\n\u003cdiv class=\"abh-image-slot\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImage 1: Main Product Image\u003c\/strong\u003e Insert a wide product or shopping mall atrium application image here.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT OVERVIEW --\u003e\n\u003csection class=\"abh-section\"\u003e\n\u003cdiv class=\"abh-row\"\u003e\n\u003cdiv class=\"abh-row-image\"\u003e\n\u003cdiv class=\"abh-image-slot\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImage 2: Product Overview\u003c\/strong\u003e Insert a clear product image here.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"abh-row-content\"\u003e\n\u003ch2 style=\"text-align: left;\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eThe Motorized Atrium Banner Hoist is a purpose-built lifting system for suspended advertising and decorative displays in large commercial spaces.\u003c\/p\u003e\n\u003cp\u003eDesigned for shopping mall atriums, exhibition halls, retail centers, airports and other high-ceiling venues, it can be used to raise and lower advertising banners, promotional displays, decorative lighting, seasonal decorations and suspended art installations.\u003c\/p\u003e\n\u003cp\u003eQuiet and efficient operation makes it suitable for public environments. By lowering suspended displays to an accessible working height, the system simplifies installation, replacement, cleaning and maintenance while reducing the need for ladders, scaffolding or mobile access platforms.\u003c\/p\u003e\n\u003cp\u003eSuspended displays also make effective use of otherwise unused overhead space, helping attract attention, enhance the atmosphere of the venue and create additional advertising opportunities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CUSTOM-BUILT SOLUTIONS --\u003e\n\u003csection class=\"abh-section\"\u003e\n\u003cdiv class=\"abh-row abh-row-reverse\"\u003e\n\u003cdiv class=\"abh-row-image\"\u003e\n\u003cdiv class=\"abh-image-slot\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImage 3: Custom-Built Solutions\u003c\/strong\u003e Insert a configuration or installation image here.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"abh-row-content\"\u003e\n\u003ch2 style=\"text-align: left;\"\u003eCustom-Built Solutions\u003c\/h2\u003e\n\u003cp\u003eEach system can be configured to suit the intended application, suspended load and installation environment.\u003c\/p\u003e\n\u003cul class=\"abh-check-list\"\u003e\n\u003cli\u003eLifting capacity\u003c\/li\u003e\n\u003cli\u003eLifting speed\u003c\/li\u003e\n\u003cli\u003eWire-rope length\u003c\/li\u003e\n\u003cli\u003eLifting height\u003c\/li\u003e\n\u003cli\u003eControl system\u003c\/li\u003e\n\u003cli\u003eInstallation configuration\u003c\/li\u003e\n\u003cli\u003eRope exit direction\u003c\/li\u003e\n\u003cli\u003eConstruction materials\u003c\/li\u003e\n\u003cli\u003eHook and suspension arrangement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003csection class=\"abh-section\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"abh-features\"\u003e\n\u003carticle class=\"abh-feature\"\u003e\n\u003cdiv class=\"abh-feature-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eQuiet, Efficient Drive System\u003c\/h3\u003e\n\u003cp\u003eA low-noise motor and electromagnetic brake provide smooth, efficient and dependable operation. Quiet performance minimizes disruption in shopping malls and other public environments.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"abh-feature\"\u003e\n\u003cdiv class=\"abh-feature-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eAdjustable Mechanical Upper Limit Switch\u003c\/h3\u003e\n\u003cp\u003eThe upper stopping position can be adjusted according to the required display height, providing greater flexibility when positioning banners, decorations and suspended displays.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"abh-feature\"\u003e\n\u003cdiv class=\"abh-feature-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eRemote and Pendant Control\u003c\/h3\u003e\n\u003cp\u003eProgrammable remote group control allows multiple hoists to be managed efficiently, while a wired pendant controller provides a dependable local backup.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"abh-feature\"\u003e\n\u003cdiv class=\"abh-feature-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eExtended Wire Rope and Weighted Hook\u003c\/h3\u003e\n\u003cp\u003eAn extended wire rope and optional decorative weighted hook help the rope lower smoothly and improve the appearance and stability of the suspended installation.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"abh-feature\"\u003e\n\u003cdiv class=\"abh-feature-number\"\u003e05\u003c\/div\u003e\n\u003ch3\u003eAnti-Derailment Grooved Drum\u003c\/h3\u003e\n\u003cp\u003eThe guided rope-groove design keeps the wire rope correctly aligned, reducing the risk of uneven winding, pinching or the rope leaving the drum groove.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"abh-feature\"\u003e\n\u003cdiv class=\"abh-feature-number\"\u003e06\u003c\/div\u003e\n\u003ch3\u003eFlexible Installation Configurations\u003c\/h3\u003e\n\u003cp\u003eThe rope exit direction and mounting arrangement can be customized for different ceiling structures, atrium layouts and display orientations.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE IMAGE GALLERY --\u003e\n\u003csection class=\"abh-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"abh-gallery\"\u003e\n\u003c!-- Replace with Image 4 --\u003e\n\u003cdiv class=\"abh-image-slot\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImage 4\u003c\/strong\u003e Motor and brake system\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Replace with Image 5 --\u003e\n\u003cdiv class=\"abh-image-slot\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImage 5\u003c\/strong\u003e Limit switch and control system\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Replace with Image 6 --\u003e\n\u003cdiv class=\"abh-image-slot\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImage 6\u003c\/strong\u003e Grooved drum and wire rope\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\u003csection class=\"abh-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"abh-table-wrap\"\u003e\n\u003ctable class=\"abh-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eStandard Configuration\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Lifting Capacity\u003c\/td\u003e\n\u003ctd\u003e200 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Power\u003c\/td\u003e\n\u003ctd\u003e0.2 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003e220 V, 50 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGear Ratio\u003c\/td\u003e\n\u003ctd\u003e160:1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGearbox Output Speed\u003c\/td\u003e\n\u003ctd\u003e9.4 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Output Torque\u003c\/td\u003e\n\u003ctd\u003e159 N·m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRope Speed\u003c\/td\u003e\n\u003ctd\u003eApproximately 2.08–3.4 m\/min\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard Lifting Height\u003c\/td\u003e\n\u003ctd\u003e10 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHoist Weight\u003c\/td\u003e\n\u003ctd\u003e30 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWire-Rope Diameter\u003c\/td\u003e\n\u003ctd\u003e5 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrum Rope Capacity\u003c\/td\u003e\n\u003ctd\u003e12 m\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Length (A)\u003c\/td\u003e\n\u003ctd\u003e425 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Width (B)\u003c\/td\u003e\n\u003ctd\u003e425 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Height (C)\u003c\/td\u003e\n\u003ctd\u003e222 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"abh-note\"\u003eSpecifications shown are based on the standard 200 kg configuration. Lifting capacity, travel, rope length, speed, voltage, controls and mounting arrangements can be customized for the application.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL APPLICATION IMAGE --\u003e\n\u003csection class=\"abh-section\"\u003e\n\u003cdiv class=\"abh-image-slot\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImage 7: Application\u003c\/strong\u003e Insert a wide shopping mall, airport or exhibition hall application image here.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LYFOOCRANE","offers":[{"title":"Default Title","offer_id":48019336265865,"sku":null,"price":1950.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/3455\/3737\/files\/bannerlifthoist-1_4aee0b5d-b79c-4e8d-9ce1-910f3f57d6fa.jpg?v=1787707575","url":"https:\/\/www.lyfoo.com\/products\/banner-and-display-lifting-systems","provider":"LYFOOCRANE","version":"1.0","type":"link"}