{"product_id":"marshall-stanmore-iii-altavoz-bluetooth-con-rca-y-sonido-expansivo","title":"Marshall Stanmore III | Bluetooth Speaker with RCA and Expansive Sound","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Estilos Generales *\/\n    .stanmore-container {\n        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n        max-width: 900px;\n        margin: 0 auto;\n        color: #e5e5e5;\n        line-height: 1.6;\n        background-color: #101010;\n        \/* Textura Tolex (Cuero) *\/\n        background-image: url('data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiPgo8cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSIjMTEiLz4KPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIGZpbGw9IiMyMiIvPgo8L3N2Zz4=');\n    }\n    .stanmore-container * {\n        box-sizing: border-box;\n    }\n    \n    \/* Paleta Marshall Stanmore *\/\n    :root {\n        --m-brass: #c2a675; \/* Latón cepillado *\/\n        --m-gold-light: #e6c88d;\n        --m-black: #050505;\n        --m-cloth: #2a2a2a;\n    }\n\n    \/* Encabezado *\/\n    .stanmore-header {\n        background-color: var(--m-black);\n        padding: 60px 20px;\n        text-align: center;\n        border-bottom: 5px solid;\n        border-image: linear-gradient(to right, var(--m-brass), #6d5b3a) 1;\n        position: relative;\n    }\n    .stanmore-header h1 {\n        font-family: 'Impact', sans-serif;\n        font-size: 3.5rem;\n        margin: 0;\n        color: white;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n    }\n    .stanmore-sub {\n        display: inline-block;\n        border: 2px solid var(--m-brass);\n        color: var(--m-brass);\n        padding: 8px 20px;\n        font-weight: bold;\n        text-transform: uppercase;\n        font-size: 1.1rem;\n        margin-top: 15px;\n        letter-spacing: 3px;\n    }\n\n    \/* Hero: Sonido Expansivo *\/\n    .sound-hero {\n        text-align: center;\n        padding: 50px 30px;\n        background: radial-gradient(circle at center, #222 0%, #101010 100%);\n        border-bottom: 1px solid #333;\n    }\n    .sound-waves {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 5px;\n        height: 60px;\n        margin-bottom: 20px;\n    }\n    .bar {\n        width: 6px;\n        background: var(--m-brass);\n        animation: equalizer 1.5s infinite ease-in-out;\n    }\n    @keyframes equalizer {\n        0%, 100% { height: 10px; opacity: 0.5; }\n        50% { height: 50px; opacity: 1; }\n    }\n    \/* Retrasos para efecto de onda *\/\n    .b1 { animation-delay: 0s; } .b2 { animation-delay: 0.1s; } .b3 { animation-delay: 0.2s; }\n    .b4 { animation-delay: 0.3s; } .b5 { animation-delay: 0.4s; }\n\n    .sound-hero h2 {\n        font-size: 2.2rem;\n        color: white;\n        margin-bottom: 15px;\n        text-transform: uppercase;\n    }\n    .sound-hero p {\n        max-width: 750px;\n        margin: 0 auto;\n        color: #ccc;\n        font-size: 1.15rem;\n    }\n\n    \/* Sección de Conectividad (RCA Highlight) *\/\n    .connect-deck {\n        background: #181818;\n        margin: 30px 20px;\n        border: 1px solid #333;\n        border-radius: 4px;\n        padding: 30px;\n    }\n    .connect-title {\n        text-align: center;\n        color: var(--m-gold-light);\n        text-transform: uppercase;\n        font-size: 1.5rem;\n        margin-bottom: 30px;\n        border-bottom: 1px solid #333;\n        padding-bottom: 15px;\n    }\n    .inputs-flex {\n        display: flex;\n        justify-content: space-around;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n    .input-box {\n        text-align: center;\n        flex: 1 1 150px;\n        padding: 15px;\n        background: #0f0f0f;\n        border: 1px solid #222;\n        transition: transform 0.3s;\n    }\n    .input-box:hover {\n        transform: translateY(-5px);\n        border-color: var(--m-brass);\n    }\n    .input-icon {\n        font-size: 2.5rem;\n        margin-bottom: 10px;\n        display: block;\n        color: #fff;\n    }\n    .input-label {\n        color: var(--m-brass);\n        font-weight: bold;\n        text-transform: uppercase;\n    }\n    .input-desc {\n        font-size: 0.85rem;\n        color: #888;\n        margin-top: 5px;\n    }\n\n    \/* Grid de Características *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 25px;\n        padding: 20px 30px;\n    }\n    .feature-card {\n        background: rgba(255,255,255,0.03);\n        padding: 25px;\n        border-left: 3px solid var(--m-brass);\n    }\n    .feature-card h3 {\n        color: white;\n        margin-top: 0;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n    .feature-card p {\n        color: #aaa;\n        font-size: 0.95rem;\n    }\n\n    \/* Eco Banner *\/\n    .eco-strip {\n        background: #222;\n        color: #bbb;\n        text-align: center;\n        padding: 20px;\n        margin: 20px 0;\n        font-size: 0.9rem;\n        border-top: 1px solid #333;\n        border-bottom: 1px solid #333;\n    }\n    .eco-highlight {\n        color: var(--m-brass);\n        font-weight: bold;\n        text-transform: uppercase;\n    }\n\n    \/* Footer *\/\n    .stanmore-footer {\n        text-align: center;\n        padding: 30px;\n        font-size: 0.8rem;\n        color: #555;\n        background: #050505;\n        margin-top: 30px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 600px) {\n        .stanmore-header h1 { font-size: 2.8rem; }\n        .inputs-flex { flex-direction: column; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"stanmore-container\"\u003e\n\n\u003cdiv class=\"stanmore-header\"\u003e\n\n\u003ch1\u003eMarshall\u003c\/h1\u003e\n\n\u003cdiv class=\"stanmore-sub\"\u003eStanmore III\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sound-hero\"\u003e\n\n\u003cdiv class=\"sound-waves\"\u003e\n\n\u003cdiv class=\"bar b1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b3\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b4\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b5\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b4\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b3\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"bar b1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2\u003eRoom-Filling Sound\u003c\/h2\u003e\n\n\u003cp\u003eThe middleweight of the range. The Stanmore III has an even wider soundstage than its predecessor, delivering Marshall's signature sound re-engineered for a totally immersive experience. With \u003cstrong\u003eoutward-angled tweeters\u003c\/strong\u003e, the sound is so wide it chases you all around the room.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"connect-deck\"\u003e\n\n\u003ch3 class=\"connect-title\"\u003eConnect \u0026amp; Control: Analog + Digital\u003c\/h3\u003e\n\n\u003cdiv class=\"inputs-flex\"\u003e\n\n\u003cdiv class=\"input-box\"\u003e\n\n\u003cspan class=\"input-icon\"\u003e🔴⚪\u003c\/span\u003e\n\u003cdiv class=\"input-label\"\u003eRCA Input\u003c\/div\u003e\n\n\u003cdiv class=\"input-desc\"\u003ePerfect for turntables and CD players.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"input-box\"\u003e\n\n\u003cspan class=\"input-icon\"\u003e📡\u003c\/span\u003e\n\u003cdiv class=\"input-label\"\u003eBluetooth 5.2\u003c\/div\u003e\n\n\u003cdiv class=\"input-desc\"\u003eNext-Gen ready for the future (LE Audio).\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"input-box\"\u003e\n\n\u003cspan class=\"input-icon\"\u003e🔌\u003c\/span\u003e\n\u003cdiv class=\"input-label\"\u003e3.5 mm\u003c\/div\u003e\n\n\u003cdiv class=\"input-desc\"\u003eClassic auxiliary cable for any device.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003eDynamic Loudness\u003c\/h3\u003e\n\n\u003cp\u003eAdjusts the tonal balance of the sound to ensure your music sounds brilliant at any volume. Additionally, \u003cstrong\u003ePlacement Compensation\u003c\/strong\u003e corrects the sound if the speaker is near walls or corners.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003eDesign that Stands Out\u003c\/h3\u003e\n\n\u003cp\u003eMarshall has taken its rock 'n' roll speaker line and given it a cleaner, more minimalist look. Brass details, textured vinyl, and the classic grille make a bold statement on any bookshelf.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003ch3\u003ePair, Play \u0026amp; Turn It Up\u003c\/h3\u003e\n\n\u003cp\u003eStraight to the point. No complex setups. Just pair and play. Everything you need is on the unit, including the option to control treble and bass with the analog controls.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"eco-strip\"\u003e\n\n\u003cp\u003eCONSCIOUS CONSTRUCTION: \u003cspan class=\"eco-highlight\"\u003ePVC-Free\u003c\/span\u003e • 70% Recycled Plastic • 100% Vegan Materials\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"stanmore-footer\"\u003e\n\n\u003cp\u003eMarshall Stanmore III Home Bluetooth Speaker - The perfect balance of size and sound.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Cream","offer_id":58174448304476,"sku":"B09HTF9D7F","price":449.0,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":58174448337244,"sku":"B09HTFCR59","price":449.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/8c445040b1a8e5617d5fe96862d6d5cd.jpg?v=1782959209","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/marshall-stanmore-iii-altavoz-bluetooth-con-rca-y-sonido-expansivo","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}