{"product_id":"eversolo-se100","title":"Eversolo SE100 Hi-Fi Audio System - Integrated Digital Music Streamer","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eEversolo SE100 Passive Bookshelf Speakers\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --bg: #ffffff;\n            --card-bg: #f9f9f9;\n            --text-primary: #1a1a1a;\n            --text-secondary: #666666;\n            --accent: #333333;\n            --border: #e0e0e0;\n            --highlight: #f5f5f5;\n        }\n\n        body {\n            font-family: 'Sohne', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n            background: var(--bg);\n            color: var(--text-primary);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        \/* Header Section *\/\n        .header {\n            margin-bottom: 50px;\n            animation: fadeInDown 0.8s ease-out;\n        }\n\n        .header h1 {\n            font-size: 2.8rem;\n            font-weight: 300;\n            letter-spacing: -0.5px;\n            margin-bottom: 20px;\n            color: var(--text-primary);\n        }\n\n        .tagline {\n            font-size: 1.1rem;\n            color: var(--text-secondary);\n            font-weight: 300;\n            line-height: 1.8;\n            max-width: 700px;\n        }\n\n        .highlight-text {\n            font-weight: 600;\n            color: var(--text-primary);\n        }\n\n        \/* Sections *\/\n        .section {\n            margin-bottom: 50px;\n            animation: fadeInUp 0.8s ease-out;\n            animation-fill-mode: both;\n        }\n\n        .section:nth-child(1) { animation-delay: 0.1s; }\n        .section:nth-child(2) { animation-delay: 0.2s; }\n        .section:nth-child(3) { animation-delay: 0.3s; }\n        .section:nth-child(4) { animation-delay: 0.4s; }\n\n        .section-title {\n            font-size: 1.5rem;\n            font-weight: 500;\n            margin-bottom: 25px;\n            color: var(--text-primary);\n            position: relative;\n            padding-bottom: 12px;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n\n        .feature-item {\n            background: var(--card-bg);\n            border: 1px solid var(--border);\n            padding: 24px;\n            border-radius: 8px;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-item::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, var(--accent) 0%, transparent 100%);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n            pointer-events: none;\n        }\n\n        .feature-item:hover {\n            border-color: var(--accent);\n            transform: translateY(-4px);\n            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);\n        }\n\n        .feature-item:hover::before {\n            opacity: 0.03;\n        }\n\n        .feature-title {\n            font-size: 1rem;\n            font-weight: 600;\n            color: var(--accent);\n            margin-bottom: 8px;\n        }\n\n        .feature-desc {\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* Specifications Table *\/\n        .specs-container {\n            background: var(--card-bg);\n            border: 1px solid var(--border);\n            border-radius: 8px;\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .specs-table tr {\n            border-bottom: 1px solid var(--border);\n            transition: background 0.2s ease;\n        }\n\n        .specs-table tr:last-child {\n            border-bottom: none;\n        }\n\n        .specs-table tr:hover {\n            background: var(--highlight);\n        }\n\n        .specs-table td {\n            padding: 18px 24px;\n            font-size: 0.95rem;\n        }\n\n        .specs-table td:first-child {\n            width: 35%;\n            font-weight: 600;\n            color: var(--accent);\n        }\n\n        .specs-table td:last-child {\n            color: var(--text-secondary);\n        }\n\n        \/* Quote Section *\/\n        .quote-section {\n            background: var(--highlight);\n            padding: 28px;\n            border-left: 4px solid var(--accent);\n            border-radius: 4px;\n            margin-top: 30px;\n        }\n\n        .quote-text {\n            font-style: italic;\n            font-size: 1.05rem;\n            color: var(--text-primary);\n            line-height: 1.8;\n            margin-bottom: 12px;\n        }\n\n        .quote-attribution {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            font-style: normal;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInDown {\n            from {\n                opacity: 0;\n                transform: translateY(-20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 2rem;\n            }\n\n            .section-title {\n                font-size: 1.3rem;\n            }\n\n            .specs-table td {\n                padding: 14px 16px;\n                font-size: 0.9rem;\n            }\n\n            .specs-table td:first-child {\n                width: 40%;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .quote-section {\n                padding: 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .container {\n                padding: 20px 16px;\n            }\n\n            .header h1 {\n                font-size: 1.6rem;\n            }\n\n            .tagline {\n                font-size: 1rem;\n            }\n\n            .section-title {\n                font-size: 1.1rem;\n            }\n\n            .quote-text {\n                font-size: 1rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"container\"\u003e\n        \u003c!-- Header --\u003e\n        \u003cdiv class=\"header\"\u003e\n            \u003ch1\u003eEversolo SE100\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003ePassive Bookshelf Speakers. Eversolo's debut into speakers, featuring a \u003cspan class=\"highlight-text\"\u003edistinctive square design\u003c\/span\u003e that fits perfectly into IKEA KALLAX shelving units. Designed for modern, system-centric setups.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key Features Section --\u003e\n        \u003csection class=\"section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eEngineering \u0026amp; Design\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-title\"\u003eBLACKEDGE CORE Platform\u003c\/div\u003e\n                    \u003cdiv class=\"feature-desc\"\u003eCompact two-way passive design with 1:1 square enclosure.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-title\"\u003eHigh-Density MDF Cabinet\u003c\/div\u003e\n                    \u003cdiv class=\"feature-desc\"\u003e290 × 180 × 290 mm with internal damping to reduce resonance.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-title\"\u003e25mm Silk-Dome Tweeter\u003c\/div\u003e\n                    \u003cdiv class=\"feature-desc\"\u003eNeodymium magnet with smooth, controlled extension.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-title\"\u003e5.25\" Paper-Pulp Mid\/Bass\u003c\/div\u003e\n                    \u003cdiv class=\"feature-desc\"\u003eNatural damping characteristics for predictable tonal behavior.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-title\"\u003eHolographic Soundstage\u003c\/div\u003e\n                    \u003cdiv class=\"feature-desc\"\u003eDesigned to deliver immersive, lifelike audio presentation.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-title\"\u003eAcoustically Invisible Grille\u003c\/div\u003e\n                    \u003cdiv class=\"feature-desc\"\u003eRemovable fabric grille that protects without interfering with audio.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Technical Specifications Section --\u003e\n        \u003csection class=\"section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"specs-container\"\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eTwo-way bookshelf speakers\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eEnclosure\u003c\/td\u003e\n                        \u003ctd\u003eHigh-density MDF with internal damping\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eTweeter\u003c\/td\u003e\n                        \u003ctd\u003e25mm silk-dome with neodymium magnet\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMid\/Bass Driver\u003c\/td\u003e\n                        \u003ctd\u003e5.25-inch paper-pulp cone\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCrossover\u003c\/td\u003e\n                        \u003ctd\u003e2.6kHz with phase-optimized network\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFrequency Response\u003c\/td\u003e\n                        \u003ctd\u003e55Hz - 20kHz (±3dB)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eBass Extension\u003c\/td\u003e\n                        \u003ctd\u003e50Hz at -6dB\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSensitivity\u003c\/td\u003e\n                        \u003ctd\u003e88dB\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eNominal Impedance\u003c\/td\u003e\n                        \u003ctd\u003e4 ohms (minimum 3.2 ohms)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePower Handling\u003c\/td\u003e\n                        \u003ctd\u003e20-100W recommended, 180W peak\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMax SPL\u003c\/td\u003e\n                        \u003ctd\u003e96dB\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDimensions (H×W×D)\u003c\/td\u003e\n                        \u003ctd\u003e290 × 180 × 290 mm\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFinish\u003c\/td\u003e\n                        \u003ctd\u003eMatte black PU\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Quote Section --\u003e\n            \u003cdiv class=\"quote-section\"\u003e\n                \u003cdiv class=\"quote-text\"\u003e\"Warm, natural and vibrantly alive\" — The SE100 delivers a sonic signature designed for modern, system-centric setups. Perfect pairing with Eversolo Play, WiiM Amp Ultra, or Bluesound Powernode.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Eversolo","offers":[{"title":"Default Title","offer_id":42647531094093,"sku":"EVERSOLO-SE100","price":699.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/0681\/2493\/files\/carousel_1-CBEFuTpK.jpg?v=1770150310","url":"https:\/\/acoustipower.com\/products\/eversolo-se100","provider":"Acoustipower","version":"1.0","type":"link"}