{"product_id":"texonic-cls-530-outdoor-landscape-speaker","title":"CLS-530 5.25″ 40W 70V\/100V\/8Ω Landscape Speaker","description":"\u003cstyle\u003e\n  .cls530-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  .cls530-tabs-wrap * {\n    box-sizing: border-box;\n  }\n\n  .cls530-radio {\n    position: absolute;\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .cls530-top {\n    background: #f7f7f7;\n    border-radius: 18px;\n    padding: 30px;\n    margin-bottom: 28px;\n    border: 1px solid #e9e9e9;\n  }\n\n  .cls530-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  .cls530-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  .cls530-main-title span {\n    color: #d82929;\n  }\n\n  .cls530-top p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .cls530-pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  .cls530-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  .cls530-tab-buttons {\n    display: flex;\n    flex-wrap: nowrap;\n    gap: 6px;\n    margin-bottom: 22px;\n    border-bottom: 1px solid #e5e5e5;\n    padding-bottom: 12px;\n    overflow: visible;\n  }\n\n  .cls530-tab-label,\n  .cls530-manual-btn {\n    border: 1px solid #ddd;\n    background: #fff;\n    color: #333;\n    padding: 10px 13px;\n    border-radius: 999px;\n    font-family: inherit;\n    font-size: 14px;\n    line-height: 1.2;\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    white-space: nowrap;\n    flex: 0 0 auto;\n  }\n\n  .cls530-tab-label:hover {\n    border-color: #d82929;\n    color: #111;\n    text-decoration: none;\n  }\n\n  .cls530-manual-btn {\n    background: #d82929;\n    border-color: #d82929;\n    color: #ffffff !important;\n    font-weight: 700;\n    text-decoration: none !important;\n  }\n\n  .cls530-manual-btn:hover {\n    background: #111;\n    border-color: #111;\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n\n  .cls530-tabs-wrap .cls530-manual-btn,\n  .cls530-tabs-wrap .cls530-manual-btn:visited,\n  .cls530-tabs-wrap .cls530-manual-btn:hover,\n  .cls530-tabs-wrap .cls530-manual-btn:focus {\n    color: #ffffff !important;\n    text-decoration: none !important;\n  }\n\n  #cls530-overview:checked ~ .cls530-tab-buttons label[for=\"cls530-overview\"],\n  #cls530-features:checked ~ .cls530-tab-buttons label[for=\"cls530-features\"],\n  #cls530-specs:checked ~ .cls530-tab-buttons label[for=\"cls530-specs\"],\n  #cls530-taps:checked ~ .cls530-tab-buttons label[for=\"cls530-taps\"],\n  #cls530-included:checked ~ .cls530-tab-buttons label[for=\"cls530-included\"] {\n    background: #111;\n    color: #fff;\n    border-color: #111;\n  }\n\n  .cls530-tab-panel {\n    display: none;\n    animation: cls530Fade 0.35s ease;\n  }\n\n  #cls530-overview:checked ~ .cls530-panels .cls530-panel-overview,\n  #cls530-features:checked ~ .cls530-panels .cls530-panel-features,\n  #cls530-specs:checked ~ .cls530-panels .cls530-panel-specs,\n  #cls530-taps:checked ~ .cls530-panels .cls530-panel-taps,\n  #cls530-included:checked ~ .cls530-panels .cls530-panel-included {\n    display: block;\n  }\n\n  @keyframes cls530Fade {\n    from {\n      opacity: 0;\n      transform: translateY(8px);\n    }\n\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .cls530-panel-box {\n    background: #fff;\n    border: 1px solid #e9e9e9;\n    border-radius: 18px;\n    padding: 26px;\n  }\n\n  .cls530-panel-box h3 {\n    margin: 0 0 16px;\n    font-size: 20px;\n    color: #111;\n    font-weight: 800;\n  }\n\n  .cls530-panel-box p {\n    margin: 0 0 14px;\n    color: #444;\n  }\n\n  .cls530-use-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .cls530-use-card {\n    background: #fafafa;\n    border: 1px solid #e6e6e6;\n    border-radius: 14px;\n    padding: 18px;\n  }\n\n  .cls530-use-card strong {\n    display: block;\n    color: #111;\n    font-size: 17px;\n    margin-bottom: 5px;\n  }\n\n  .cls530-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  .cls530-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  .cls530-feature-list li::before {\n    content: \"✓ \";\n    color: #d82929;\n    font-weight: 800;\n  }\n\n  .cls530-spec-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 0 30px;\n  }\n\n  .cls530-spec-line {\n    padding: 12px 0;\n    border-bottom: 1px solid #eeeeee;\n  }\n\n  .cls530-spec-line strong {\n    display: block;\n    color: #111;\n    font-weight: 750;\n    margin-bottom: 2px;\n  }\n\n  .cls530-spec-line span {\n    color: #444;\n  }\n\n  .cls530-included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .cls530-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  .cls530-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  .cls530-tap-box {\n    border-left: 8px solid #d82929;\n    background: #fafafa;\n  }\n\n  .cls530-table-wrap {\n    overflow-x: auto;\n    margin-top: 18px;\n  }\n\n  .cls530-load-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    min-width: 560px;\n  }\n\n  .cls530-load-table th {\n    background: #e9eaec;\n    color: #303236;\n    text-align: left;\n    padding: 14px 16px;\n    border: 1px solid #d6d8dc;\n    font-size: 16px;\n  }\n\n  .cls530-load-table td {\n    padding: 15px 16px;\n    border: 1px solid #d6d8dc;\n    color: #303236;\n    vertical-align: top;\n  }\n\n  .cls530-red-alert {\n    margin-top: 20px;\n    border-radius: 10px;\n    background: #d82929;\n    color: #fff;\n    padding: 18px 20px;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 749px) {\n    .cls530-top,\n    .cls530-panel-box {\n      padding: 22px;\n      border-radius: 14px;\n    }\n\n    .cls530-main-title {\n      font-size: 23px;\n    }\n\n    .cls530-tab-buttons {\n      overflow-x: auto;\n      flex-wrap: nowrap;\n      padding-bottom: 12px;\n    }\n\n    .cls530-tab-label,\n    .cls530-manual-btn {\n      white-space: nowrap;\n      flex: 0 0 auto;\n    }\n\n    .cls530-use-grid,\n    .cls530-feature-list,\n    .cls530-spec-list,\n    .cls530-included-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cls530-tabs-wrap\"\u003e\n\n  \u003cinput class=\"cls530-radio\" type=\"radio\" name=\"cls530-tabs\" id=\"cls530-overview\" checked\u003e\n  \u003cinput class=\"cls530-radio\" type=\"radio\" name=\"cls530-tabs\" id=\"cls530-features\"\u003e\n  \u003cinput class=\"cls530-radio\" type=\"radio\" name=\"cls530-tabs\" id=\"cls530-specs\"\u003e\n  \u003cinput class=\"cls530-radio\" type=\"radio\" name=\"cls530-tabs\" id=\"cls530-taps\"\u003e\n  \u003cinput class=\"cls530-radio\" type=\"radio\" name=\"cls530-tabs\" id=\"cls530-included\"\u003e\n\n  \u003cdiv class=\"cls530-top\"\u003e\n    \u003cspan class=\"cls530-small-title\"\u003eOutdoor Landscape Speaker\u003c\/span\u003e\n\n    \u003ch2 class=\"cls530-main-title\"\u003e\n      TEXONIC CLS-530 \u003cspan\u003e5.25\" 40W 70V\/100V\/8Ω\u003c\/span\u003e Landscape Speaker\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The \u003cstrong\u003eTEXONIC CLS-530 Series\u003c\/strong\u003e is a low-profile outdoor landscape speaker designed for background music and clear voice reproduction in landscaped outdoor areas.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its stone-style enclosure helps the speaker blend into gardens, patios, courtyards, pathways and other outdoor listening areas. The CLS-530 supports 70V\/100V distributed audio and 8Ω low-impedance operation, making it useful for commercial and residential outdoor audio systems.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cls530-pill-row\"\u003e\n      \u003cspan\u003e5.25\" Driver\u003c\/span\u003e\n      \u003cspan\u003e70V \/ 100V \/ 8Ω\u003c\/span\u003e\n      \u003cspan\u003e20W \/ 40W Taps\u003c\/span\u003e\n      \u003cspan\u003eHDPE Enclosure\u003c\/span\u003e\n      \u003cspan\u003eLight Brown \/ Grey \/ White\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cls530-tab-buttons\"\u003e\n    \u003clabel class=\"cls530-tab-label\" for=\"cls530-overview\"\u003eOverview\u003c\/label\u003e\n    \u003clabel class=\"cls530-tab-label\" for=\"cls530-features\"\u003eFeatures\u003c\/label\u003e\n    \u003clabel class=\"cls530-tab-label\" for=\"cls530-specs\"\u003eSpecs\u003c\/label\u003e\n    \u003clabel class=\"cls530-tab-label\" for=\"cls530-taps\"\u003eTap Settings\u003c\/label\u003e\n    \u003clabel class=\"cls530-tab-label\" for=\"cls530-included\"\u003eWhat’s Included\u003c\/label\u003e\n\n    \u003ca class=\"cls530-manual-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/NorthLine-CLS-530-Series-Landscape-Speakers-Manual.pdf?v=1787853223\" target=\"_blank\" rel=\"noopener\"\u003e\n      Manual\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cls530-panels\"\u003e\n\n    \u003cdiv class=\"cls530-tab-panel cls530-panel-overview\"\u003e\n      \u003cdiv class=\"cls530-panel-box\"\u003e\n        \u003ch3\u003eProduct Overview\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The CLS-530 is designed for outdoor areas where a normal box speaker may not match the landscape design. Its stone-style housing sits low to the ground and blends more naturally with garden beds, patios, courtyards and pathways.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The speaker can be used in 70V or 100V distributed audio systems where several outdoor speakers are connected to one amplifier channel. It can also be used in 8Ω mode with a compatible low-impedance amplifier.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The HDPE enclosure, aluminium mesh grille, waterproof cable connectors and included mounting hardware help support a secure outdoor installation when the speaker is installed according to the manual.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"cls530-use-grid\"\u003e\n          \u003cdiv class=\"cls530-use-card\"\u003e\n            \u003cstrong\u003eBest For\u003c\/strong\u003e\n            Gardens, patios, courtyards, pathways, landscaped areas, outdoor seating areas, residential yards and commercial outdoor spaces.\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-use-card\"\u003e\n            \u003cstrong\u003eSystem Fit\u003c\/strong\u003e\n            70V\/100V commercial outdoor distributed audio systems, or compatible 8Ω residential outdoor audio systems.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cls530-tab-panel cls530-panel-features\"\u003e\n      \u003cdiv class=\"cls530-panel-box\"\u003e\n        \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n        \u003cul class=\"cls530-feature-list\"\u003e\n          \u003cli\u003e5.25\" outdoor landscape speaker\u003c\/li\u003e\n          \u003cli\u003eStone-style low-profile enclosure\u003c\/li\u003e\n          \u003cli\u003eDesigned to blend into gardens and landscaped areas\u003c\/li\u003e\n          \u003cli\u003eSuitable for patios, courtyards and pathways\u003c\/li\u003e\n          \u003cli\u003eBackground music and clear voice reproduction\u003c\/li\u003e\n          \u003cli\u003e20W \/ 40W power options\u003c\/li\u003e\n          \u003cli\u003e70V\/100V distributed-audio operation\u003c\/li\u003e\n          \u003cli\u003e8Ω low-impedance operation with a compatible amplifier\u003c\/li\u003e\n          \u003cli\u003e93dB ±3dB sensitivity\u003c\/li\u003e\n          \u003cli\u003e90Hz–18kHz frequency response\u003c\/li\u003e\n          \u003cli\u003eHDPE outdoor enclosure\u003c\/li\u003e\n          \u003cli\u003eAluminium mesh grille\u003c\/li\u003e\n          \u003cli\u003eWaterproof cable connectors included\u003c\/li\u003e\n          \u003cli\u003eMounting brackets and hardware included\u003c\/li\u003e\n          \u003cli\u003eLight Brown, Grey and White finish options listed on the product page\u003c\/li\u003e\n          \u003cli\u003eDesigned for Canadian outdoor conditions when installed correctly\u003c\/li\u003e\n          \u003cli\u003eDo not install where water can pool around the enclosure or cable entry\u003c\/li\u003e\n          \u003cli\u003eInspect outdoor installations after freezing temperatures, snow, heavy rain or severe weather\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cls530-tab-panel cls530-panel-specs\"\u003e\n      \u003cdiv class=\"cls530-panel-box\"\u003e\n        \u003ch3\u003eSpecifications\u003c\/h3\u003e\n\n        \u003cdiv class=\"cls530-spec-list\"\u003e\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eBrand\u003c\/strong\u003e\n            \u003cspan\u003eTEXONIC\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eSeries \/ Model\u003c\/strong\u003e\n            \u003cspan\u003eCLS-530 Series\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eVisible Selected SKU\u003c\/strong\u003e\n            \u003cspan\u003eCLS-530W\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eProduct Type\u003c\/strong\u003e\n            \u003cspan\u003eOutdoor landscape speaker\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eDriver\u003c\/strong\u003e\n            \u003cspan\u003e1 × 5.25\" speaker\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eRated Power\u003c\/strong\u003e\n            \u003cspan\u003e20W \/ 40W\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eInput\u003c\/strong\u003e\n            \u003cspan\u003e70V \/ 100V \/ 8Ω\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003e70V\/100V Power Connections\u003c\/strong\u003e\n            \u003cspan\u003e20W green lead \/ 40W white lead \/ COM black lead\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eLow-Impedance Mode\u003c\/strong\u003e\n            \u003cspan\u003e8Ω input for use with a compatible low-impedance amplifier\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eSensitivity\u003c\/strong\u003e\n            \u003cspan\u003e93dB ±3dB\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eFrequency Response\u003c\/strong\u003e\n            \u003cspan\u003e90Hz–18kHz\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eEnclosure\u003c\/strong\u003e\n            \u003cspan\u003eHDPE\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eGrille\u003c\/strong\u003e\n            \u003cspan\u003eAluminium mesh\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eDimensions\u003c\/strong\u003e\n            \u003cspan\u003e11.0\" H × 16.5\" W × 12.2\" D\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eMetric Dimensions\u003c\/strong\u003e\n            \u003cspan\u003e28 × 42 × 31 cm\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eNet Weight\u003c\/strong\u003e\n            \u003cspan\u003e10.8 lb \/ 4.9 kg\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eColours\u003c\/strong\u003e\n            \u003cspan\u003eLight Brown \/ Grey \/ White\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eModels Listed on Product Page\u003c\/strong\u003e\n            \u003cspan\u003eCLS-530LB \/ CLS-530G \/ CLS-530W\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"cls530-spec-line\"\u003e\n            \u003cstrong\u003eRecommended Applications\u003c\/strong\u003e\n            \u003cspan\u003ePatios, gardens, courtyards, pathways and landscaped outdoor areas\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cls530-note\"\u003e\n          \u003cstrong\u003eInstallation Note:\u003c\/strong\u003e Install the speaker where the cable entry is protected from standing water and physical damage. Use the supplied hardware only when it is suitable for the installation surface and application.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cls530-tab-panel cls530-panel-taps\"\u003e\n      \u003cdiv class=\"cls530-panel-box cls530-tap-box\"\u003e\n        \u003ch3\u003eSpeaker Tap Settings\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Select the correct input type before wiring the speaker. Use 70V\/100V mode for commercial distributed audio systems, or 8Ω mode only with a compatible low-impedance amplifier and correct wiring design.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"cls530-table-wrap\"\u003e\n          \u003ctable class=\"cls530-load-table\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth\u003eConnection Type\u003c\/th\u003e\n                \u003cth\u003eLead \/ Input\u003c\/th\u003e\n                \u003cth\u003eSetting\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e70V \/ 100V\u003c\/td\u003e\n                \u003ctd\u003eGreen lead\u003c\/td\u003e\n                \u003ctd\u003e20W tap\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e70V \/ 100V\u003c\/td\u003e\n                \u003ctd\u003eWhite lead\u003c\/td\u003e\n                \u003ctd\u003e40W tap\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e70V \/ 100V\u003c\/td\u003e\n                \u003ctd\u003eBlack lead\u003c\/td\u003e\n                \u003ctd\u003eCOM\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003eLow-Impedance\u003c\/td\u003e\n                \u003ctd\u003e8Ω input\u003c\/td\u003e\n                \u003ctd\u003eUse only with a compatible low-impedance amplifier\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cls530-red-alert\"\u003e\n          Important: Do not connect the speaker to both 70V\/100V and 8Ω outputs at the same time. For 70V\/100V wiring, add the wattage of all connected speakers and confirm the total load does not exceed the amplifier rating.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cls530-tab-panel cls530-panel-included\"\u003e\n      \u003cdiv class=\"cls530-panel-box\"\u003e\n        \u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\n        \u003cdiv class=\"cls530-included-grid\"\u003e\n          \u003cdiv class=\"cls530-included-item\"\u003e1 × CLS-530 landscape speaker in selected colour\u003c\/div\u003e\n          \u003cdiv class=\"cls530-included-item\"\u003e2 × mounting brackets\u003c\/div\u003e\n          \u003cdiv class=\"cls530-included-item\"\u003e3 × waterproof cable connectors\u003c\/div\u003e\n          \u003cdiv class=\"cls530-included-item\"\u003e2 × M4 × 15 mm mounting screws\u003c\/div\u003e\n          \u003cdiv class=\"cls530-included-item\"\u003e4 × M6 × 50 mm concrete anchor bolts\u003c\/div\u003e\n          \u003cdiv class=\"cls530-included-item\"\u003eUser manual\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cls530-note\"\u003e\n          \u003cstrong\u003eInstallation Reminder:\u003c\/strong\u003e Turn off the amplifier before installing, wiring or servicing the speaker. After installation, confirm the speaker is stable, the cable connector is tight and the wiring matches the selected amplifier output before powering the system.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"TEXONIC","offers":[{"title":"White","offer_id":41834174349445,"sku":"CLS-530W","price":239.89,"currency_code":"CAD","in_stock":false},{"title":"Gray","offer_id":41834174382213,"sku":"CLS-530G","price":239.89,"currency_code":"CAD","in_stock":false},{"title":"Brown","offer_id":41834174414981,"sku":"CLS-530LB","price":239.89,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0551\/8472\/0005\/files\/Landscape-Speaker-CLS-530LB.jpg?v=1787858011","url":"https:\/\/www.texonic.ca\/fr\/products\/texonic-cls-530-outdoor-landscape-speaker","provider":"TEXONIC AV Inc","version":"1.0","type":"link"}