{"product_id":"commercial-70v-pendant-speaker-black-white","title":"TEXONIC PZ50 5-inch 70V Pendant Speaker – Black or White","description":"\u003cstyle\u003e\n  .pz50-tabs-wrap {\n    font-family: inherit;\n    color: #222;\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  .pz50-tabs-wrap * {\n    box-sizing: border-box;\n  }\n\n  .pz50-radio {\n    position: absolute;\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .pz50-top {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 30px;\n    margin-bottom: 28px;\n    border: 1px solid #e9e9e9;\n  }\n\n  .pz50-small-title {\n    display: inline-block;\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #777;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n\n  .pz50-main-title {\n    font-size: 28px;\n    line-height: 1.25;\n    margin: 0 0 14px;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .pz50-main-title span {\n    color: #d82929;\n  }\n\n  .pz50-top p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .pz50-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  .pz50-pill-row span {\n    background: #fff;\n    border: 1px solid #ddd;\n    border-radius: 999px;\n    padding: 7px 13px;\n    font-size: 13px;\n    color: #333;\n  }\n\n  .pz50-tab-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 22px;\n    border-bottom: 1px solid #e5e5e5;\n    padding-bottom: 12px;\n  }\n\n  .pz50-tab-label,\n  .pz50-manual-btn {\n    border: 1px solid #ddd;\n    background: #fff;\n    color: #333;\n    padding: 10px 15px;\n    border-radius: 999px;\n    font-family: inherit;\n    font-size: 14px;\n    cursor: pointer;\n    transition: all 0.25s ease;\n    text-decoration: none;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .pz50-tab-label:hover {\n    border-color: #d82929;\n    color: #111;\n  }\n\n  #pz50-overview:checked ~ .pz50-tab-buttons label[for=\"pz50-overview\"],\n  #pz50-features:checked ~ .pz50-tab-buttons label[for=\"pz50-features\"],\n  #pz50-specs:checked ~ .pz50-tab-buttons label[for=\"pz50-specs\"],\n  #pz50-included:checked ~ .pz50-tab-buttons label[for=\"pz50-included\"] {\n    background: #111;\n    color: #fff;\n    border-color: #111;\n  }\n\n  .pz50-manual-btn {\n    background: #d82929;\n    border-color: #d82929;\n    color: #ffffff !important;\n    font-weight: 700;\n  }\n\n  .pz50-manual-btn:hover {\n    background: #111;\n    border-color: #111;\n    color: #ffffff !important;\n    text-decoration: none;\n  }\n\n  .pz50-tabs-wrap .pz50-manual-btn,\n  .pz50-tabs-wrap .pz50-manual-btn:visited,\n  .pz50-tabs-wrap .pz50-manual-btn:hover,\n  .pz50-tabs-wrap .pz50-manual-btn:focus {\n    color: #ffffff !important;\n  }\n\n  .pz50-tab-panel {\n    display: none;\n    animation: pz50Fade 0.35s ease;\n  }\n\n  #pz50-overview:checked ~ .pz50-panels .pz50-panel-overview,\n  #pz50-features:checked ~ .pz50-panels .pz50-panel-features,\n  #pz50-specs:checked ~ .pz50-panels .pz50-panel-specs,\n  #pz50-included:checked ~ .pz50-panels .pz50-panel-included {\n    display: block;\n  }\n\n  @keyframes pz50Fade {\n    from {\n      opacity: 0;\n      transform: translateY(8px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .pz50-panel-box {\n    background: #fff;\n    border: 1px solid #e9e9e9;\n    border-radius: 18px;\n    padding: 26px;\n  }\n\n  .pz50-panel-box h3 {\n    margin: 0 0 16px;\n    font-size: 20px;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .pz50-panel-box p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .pz50-colour-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .pz50-colour-card {\n    background: #fafafa;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .pz50-colour-card strong {\n    display: block;\n    color: #111;\n    font-size: 17px;\n    margin-bottom: 5px;\n  }\n\n  .pz50-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .pz50-feature-list li {\n    background: #fafafa;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 14px 16px;\n    color: #444;\n  }\n\n  .pz50-feature-list li::before {\n    content: \"✓ \";\n    color: #d82929;\n    font-weight: 800;\n  }\n\n  .pz50-spec-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 0 30px;\n  }\n\n  .pz50-spec-line {\n    padding: 12px 0;\n    border-bottom: 1px solid #eeeeee;\n  }\n\n  .pz50-spec-line strong {\n    display: block;\n    color: #111;\n    font-weight: 750;\n    margin-bottom: 2px;\n  }\n\n  .pz50-spec-line span {\n    color: #444;\n  }\n\n  .pz50-included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .pz50-included-item {\n    background: #fafafa;\n    border: 1px solid #e8e8e8;\n    border-radius: 14px;\n    padding: 16px;\n    color: #333;\n    font-weight: 600;\n  }\n\n  .pz50-note {\n    margin-top: 22px;\n    padding: 16px 18px;\n    background: #fff7f7;\n    border-left: 4px solid #d82929;\n    border-radius: 12px;\n    color: #444;\n    font-size: 14px;\n  }\n\n  @media (max-width: 749px) {\n    .pz50-top,\n    .pz50-panel-box {\n      padding: 22px;\n      border-radius: 14px;\n    }\n\n    .pz50-main-title {\n      font-size: 23px;\n    }\n\n    .pz50-tab-buttons {\n      overflow-x: auto;\n      flex-wrap: nowrap;\n      padding-bottom: 12px;\n    }\n\n    .pz50-tab-label,\n    .pz50-manual-btn {\n      white-space: nowrap;\n      flex: 0 0 auto;\n    }\n\n    .pz50-colour-grid,\n    .pz50-feature-list,\n    .pz50-spec-list,\n    .pz50-included-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pz50-tabs-wrap\"\u003e\n\n  \u003cinput class=\"pz50-radio\" type=\"radio\" name=\"pz50-tabs\" id=\"pz50-overview\" checked\u003e\n  \u003cinput class=\"pz50-radio\" type=\"radio\" name=\"pz50-tabs\" id=\"pz50-features\"\u003e\n  \u003cinput class=\"pz50-radio\" type=\"radio\" name=\"pz50-tabs\" id=\"pz50-specs\"\u003e\n  \u003cinput class=\"pz50-radio\" type=\"radio\" name=\"pz50-tabs\" id=\"pz50-included\"\u003e\n\n  \u003cdiv class=\"pz50-top\"\u003e\n    \u003cspan class=\"pz50-small-title\"\u003eCommercial Pendant Speaker\u003c\/span\u003e\n\n    \u003ch2 class=\"pz50-main-title\"\u003e\n      TEXONIC PZ50 \u003cspan\u003e70V \/ 100V\u003c\/span\u003e Pendant Speaker\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Our \u003cstrong\u003eTEXONIC PZ50 commercial pendant speaker\u003c\/strong\u003e is designed for businesses that need clean, evenly distributed sound in open-ceiling or high-ceiling spaces.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      It is a strong choice for restaurants, cafés, retail stores, offices, gyms, lounges, showrooms, and hospitality areas.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pz50-pill-row\"\u003e\n      \u003cspan\u003e70V \/ 100V\u003c\/span\u003e\n      \u003cspan\u003eBlack PZ50B\u003c\/span\u003e\n      \u003cspan\u003eWhite PZ50W\u003c\/span\u003e\n      \u003cspan\u003eOpen-Ceiling Use\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pz50-tab-buttons\"\u003e\n    \u003clabel class=\"pz50-tab-label\" for=\"pz50-overview\"\u003eOverview\u003c\/label\u003e\n    \u003clabel class=\"pz50-tab-label\" for=\"pz50-features\"\u003eFeatures\u003c\/label\u003e\n    \u003clabel class=\"pz50-tab-label\" for=\"pz50-specs\"\u003eSpecifications\u003c\/label\u003e\n    \u003clabel class=\"pz50-tab-label\" for=\"pz50-included\"\u003eWhat’s Included\u003c\/label\u003e\n\n    \u003ca class=\"pz50-manual-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/PZ50-Pendant-Speaker-Manual.pdf?v=1776717699\" target=\"_blank\" rel=\"noopener\"\u003e\n      Manual\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pz50-panels\"\u003e\n\n    \u003cdiv class=\"pz50-tab-panel pz50-panel-overview\"\u003e\n      \u003cdiv class=\"pz50-panel-box\"\u003e\n        \u003ch3\u003eProduct Overview\u003c\/h3\u003e\n\n        \u003cp\u003e\n          This hanging speaker helps provide clear background music and voice playback while keeping a modern, professional appearance. The pendant design is ideal for spaces where ceiling tile speakers or wall-mounted speakers are not the best fit.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          With a \u003cstrong\u003e5-inch woofer\u003c\/strong\u003e, \u003cstrong\u003e1.5-inch tweeter\u003c\/strong\u003e, and selectable \u003cstrong\u003e70V \/ 100V power taps\u003c\/strong\u003e, this pendant speaker is suitable for commercial background music and distributed audio systems.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pz50-colour-grid\"\u003e\n          \u003cdiv class=\"pz50-colour-card\"\u003e\n            \u003cstrong\u003ePZ50B — Black\u003c\/strong\u003e\n            Best for open ceilings, industrial spaces, and darker interiors.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-colour-card\"\u003e\n            \u003cstrong\u003ePZ50W — White\u003c\/strong\u003e\n            Best for clean ceilings, offices, cafés, retail stores, and bright interiors.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pz50-tab-panel pz50-panel-features\"\u003e\n      \u003cdiv class=\"pz50-panel-box\"\u003e\n        \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n        \u003cul class=\"pz50-feature-list\"\u003e\n          \u003cli\u003eCommercial pendant \/ hanging speaker for business audio systems\u003c\/li\u003e\n          \u003cli\u003eAvailable in black PZ50B and white PZ50W\u003c\/li\u003e\n          \u003cli\u003eDesigned for open-ceiling and high-ceiling spaces\u003c\/li\u003e\n          \u003cli\u003eGood for background music and general voice announcements\u003c\/li\u003e\n          \u003cli\u003e5-inch woofer with 1.5-inch tweeter\u003c\/li\u003e\n          \u003cli\u003eCompatible with 70V \/ 100V commercial audio systems\u003c\/li\u003e\n          \u003cli\u003eSelectable tap settings for flexible speaker layout\u003c\/li\u003e\n          \u003cli\u003eClean suspended design for modern commercial interiors\u003c\/li\u003e\n          \u003cli\u003eSuitable for single-zone or multi-speaker distributed audio systems\u003c\/li\u003e\n          \u003cli\u003eIncludes 2 m \/ 79 in suspension speaker cable with steel guide\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pz50-tab-panel pz50-panel-specs\"\u003e\n      \u003cdiv class=\"pz50-panel-box\"\u003e\n        \u003ch3\u003eSpecifications\u003c\/h3\u003e\n\n        \u003cdiv class=\"pz50-spec-list\"\u003e\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eSpeaker Type\u003c\/strong\u003e\n            \u003cspan\u003ePendant \/ hanging speaker\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eWoofer\u003c\/strong\u003e\n            \u003cspan\u003e5-inch\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eTweeter\u003c\/strong\u003e\n            \u003cspan\u003e1.5-inch\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eFrequency Range\u003c\/strong\u003e\n            \u003cspan\u003e150 Hz – 20 kHz\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eSensitivity\u003c\/strong\u003e\n            \u003cspan\u003e92 dB\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eSystem Compatibility\u003c\/strong\u003e\n            \u003cspan\u003e70V \/ 100V commercial audio systems\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003ePower Tap Settings\u003c\/strong\u003e\n            \u003cspan\u003e2.5W \/ 5W \/ 10W\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eInstallation Type\u003c\/strong\u003e\n            \u003cspan\u003eHigh or exposed ceilings\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eRecommended Use\u003c\/strong\u003e\n            \u003cspan\u003eBackground music and voice announcements\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eCommon Applications\u003c\/strong\u003e\n            \u003cspan\u003eRestaurants, cafés, retail stores, offices, gyms, lounges, and open-ceiling spaces\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pz50-spec-line\"\u003e\n            \u003cstrong\u003eAvailable Models\u003c\/strong\u003e\n            \u003cspan\u003ePZ50B black \/ PZ50W white\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pz50-tab-panel pz50-panel-included\"\u003e\n      \u003cdiv class=\"pz50-panel-box\"\u003e\n        \u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\n        \u003cdiv class=\"pz50-included-grid\"\u003e\n          \u003cdiv class=\"pz50-included-item\"\u003e1 × TEXONIC pendant speaker\u003c\/div\u003e\n          \u003cdiv class=\"pz50-included-item\"\u003e2 m \/ 79 in speaker cable with steel guide\u003c\/div\u003e\n          \u003cdiv class=\"pz50-included-item\"\u003e2 × speaker connectors\u003c\/div\u003e\n          \u003cdiv class=\"pz50-included-item\"\u003eUser manual\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pz50-note\"\u003e\n          \u003cstrong\u003eProduct Note:\u003c\/strong\u003e Colour option depends on selected model. PZ50B is black and PZ50W is white. Product design and specifications may change without notice.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"TEXONIC AV Inc","offers":[{"title":"White","offer_id":41669600968837,"sku":"PZ50W","price":89.99,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":41669601001605,"sku":"PZ50B","price":89.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/TEXONICPZ505-inch70VPendantSpeaker.jpg?v=1779739928","url":"https:\/\/www.texonic.ca\/fr\/products\/commercial-70v-pendant-speaker-black-white","provider":"TEXONIC AV Inc","version":"1.0","type":"link"}