{"product_id":"marshall-stockwell-ii-altavoz-portatil-con-asa-de-guitarra-y-sonido-360","title":"Marshall Stockwell II | Portable Speaker with Guitar Handle and 360° Sound","description":"\u003cbody\u003e\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n    \/* Estilos Generales *\/\n    .stockwell-container {\n        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n        max-width: 900px;\n        margin: 0 auto;\n        color: #e0e0e0;\n        line-height: 1.6;\n        background-color: #151515;\n        \/* Textura de Rejilla de Micrófono *\/\n        background-image: radial-gradient(#333 15%, transparent 16%), radial-gradient(#333 15%, transparent 16%);\n        background-size: 8px 8px;\n        background-position: 0 0, 4px 4px;\n    }\n    .stockwell-container * {\n        box-sizing: border-box;\n    }\n    \n    \/* Paleta Stockwell *\/\n    :root {\n        --m-brass: #d4af37;\n        --m-red: #8a1c1c; \/* Rojo Terciopelo *\/\n        --m-black: #0a0a0a;\n        --m-silicone: #222;\n        --m-white: #fff;\n    }\n\n    \/* Encabezado *\/\n    .stockwell-header {\n        background-color: var(--m-black);\n        padding: 50px 20px;\n        text-align: center;\n        border-top: 5px solid var(--m-red); \/* Guiño a la correa *\/\n        position: relative;\n    }\n    .stockwell-header h1 {\n        font-family: 'Impact', sans-serif;\n        font-size: 3rem;\n        margin: 0;\n        color: var(--m-white);\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n    .stockwell-sub {\n        color: #bbb;\n        font-size: 1.1rem;\n        text-transform: uppercase;\n        letter-spacing: 3px;\n        margin-top: 10px;\n        border-bottom: 1px solid var(--m-brass);\n        display: inline-block;\n        padding-bottom: 5px;\n    }\n\n    \/* Hero: La Correa (Visual Key) *\/\n    .strap-visual-hero {\n        background: #1c1c1c;\n        margin: 20px;\n        padding: 40px;\n        text-align: center;\n        border-radius: 8px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n        position: relative;\n        overflow: hidden;\n    }\n    \/* Representación CSS de la correa *\/\n    .strap-graphic {\n        height: 15px;\n        background: #000;\n        width: 60%;\n        margin: 0 auto 20px;\n        border-radius: 10px 10px 0 0;\n        border-bottom: 4px solid var(--m-red); \/* Interior Rojo *\/\n        box-shadow: 0 -5px 10px rgba(0,0,0,0.5);\n    }\n    .strap-visual-hero h2 {\n        color: var(--m-white);\n        text-transform: uppercase;\n        font-size: 2rem;\n        margin-bottom: 10px;\n    }\n    .strap-visual-hero p {\n        color: #999;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    \/* Sección de Carga Rápida *\/\n    .charge-bar-section {\n        background: var(--m-black);\n        padding: 30px;\n        margin: 20px 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 30px;\n        flex-wrap: wrap;\n        border-top: 1px solid #333;\n        border-bottom: 1px solid #333;\n    }\n    .charge-text {\n        text-align: left;\n    }\n    .charge-text h3 {\n        color: var(--m-brass);\n        margin: 0 0 5px 0;\n        text-transform: uppercase;\n    }\n    .battery-visual {\n        display: flex;\n        align-items: center;\n        gap: 5px;\n    }\n    .bolt { font-size: 2rem; color: var(--m-brass); }\n    .time-box {\n        background: #333;\n        padding: 10px 20px;\n        border-radius: 4px;\n        font-weight: bold;\n        color: white;\n        border: 1px solid var(--m-brass);\n    }\n\n    \/* Grid de Características *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        padding: 20px 30px;\n    }\n    .feature-card {\n        background: rgba(0,0,0,0.6);\n        padding: 25px;\n        border: 1px solid #333;\n        transition: transform 0.3s;\n    }\n    .feature-card:hover {\n        transform: translateY(-5px);\n        border-color: var(--m-white);\n    }\n    .icon-box {\n        font-size: 2rem;\n        margin-bottom: 15px;\n        color: var(--m-brass);\n    }\n    .feature-card h3 {\n        margin: 0 0 10px 0;\n        color: var(--m-white);\n        font-size: 1.2rem;\n        text-transform: uppercase;\n    }\n    .feature-card p {\n        color: #aaa;\n        font-size: 0.95rem;\n    }\n\n    \/* 360 Sound Banner *\/\n    .stereo-banner {\n        text-align: center;\n        padding: 40px 20px;\n        background: radial-gradient(circle, #222 0%, #111 100%);\n        margin: 20px;\n        border-radius: 8px;\n    }\n    .stereo-banner h3 {\n        color: var(--m-white);\n        text-transform: uppercase;\n        font-size: 1.5rem;\n        margin-bottom: 10px;\n    }\n    .sound-badge {\n        background: var(--m-brass);\n        color: black;\n        padding: 5px 10px;\n        font-weight: bold;\n        font-size: 0.8rem;\n        text-transform: uppercase;\n        display: inline-block;\n        margin-bottom: 15px;\n    }\n\n    \/* Footer *\/\n    .stockwell-footer {\n        text-align: center;\n        padding: 30px;\n        font-size: 0.8rem;\n        color: #555;\n        background: #0a0a0a;\n        border-top: 1px solid #222;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 600px) {\n        .stockwell-header h1 { font-size: 2.5rem; }\n        .charge-bar-section { flex-direction: column; text-align: center; }\n        .charge-text { text-align: center; }\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"stockwell-container\"\u003e\n\n\n    \u003cdiv class=\"stockwell-header\"\u003e\n\n        \u003ch1\u003eMarshall\u003c\/h1\u003e\n\n        \u003cdiv class=\"stockwell-sub\"\u003eStockwell II\u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"strap-visual-hero\"\u003e\n\n        \u003cdiv class=\"strap-graphic\"\u003e\u003c\/div\u003e \u003ch2\u003eBuilt for the Road\u003c\/h2\u003e\n\n        \u003cp\u003eInspired by a legacy of rock 'n' roll. The Stockwell II boasts a solid metal grille that pays homage to classic microphones and a \u003cstrong\u003eguitar-inspired carry strap\u003c\/strong\u003e with a red velvet interior. At only 2.6 lbs (1.2 kg), it's the ultimate travel companion.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"charge-bar-section\"\u003e\n\n        \u003cdiv class=\"charge-text\"\u003e\n\n            \u003ch3\u003eQuick Charge \u0026amp; Playtime\u003c\/h3\u003e\n\n            \u003cp style=\"color: #999; margin: 0;\"\u003e20+ hours of music. In a hurry?\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"battery-visual\"\u003e\n\n            \u003cspan class=\"bolt\"\u003e⚡\u003c\/span\u003e\n            \u003cdiv class=\"time-box\"\u003e20 Min Charge = 6 Hours Playtime\u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"stereo-banner\"\u003e\n\n        \u003cspan class=\"sound-badge\"\u003eBlumlein Stereo Sound\u003c\/span\u003e\n        \u003ch3\u003eTrue Stereophonic 360°\u003c\/h3\u003e\n\n        \u003cp style=\"color: #bbb; max-width: 700px; margin: 0 auto;\"\u003eThere's no \"back\" to this speaker. It uses True Stereophonic construction for unique multi-directional sound. Three class D amplifiers power the subwoofer and front and rear-facing tweeters for brilliant and clear sound from any angle.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n        \n        \u003cdiv class=\"feature-card\"\u003e\n\n            \u003cdiv class=\"icon-box\"\u003e🛡️\u003c\/div\u003e\n\n            \u003ch3\u003eSilicone Exterior\u003c\/h3\u003e\n\n            \u003cp\u003e\"Roadworthy\" construction. Its silicone-clad exterior and \u003cstrong\u003eIPX4\u003c\/strong\u003e water-resistant rating make it splash-proof and extremely durable against accidents.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"feature-card\"\u003e\n\n            \u003cdiv class=\"icon-box\"\u003e📡\u003c\/div\u003e\n\n            \u003ch3\u003eBluetooth 5.0\u003c\/h3\u003e\n\n            \u003cp\u003eWireless freedom. Connect multiple devices up to 30 feet (10 meters) away. Multi-host functionality lets you easily switch between two Bluetooth devices.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"feature-card\"\u003e\n\n            \u003cdiv class=\"icon-box\"\u003e🎛️\u003c\/div\u003e\n\n            \u003ch3\u003eCustomizable Fit\u003c\/h3\u003e\n\n            \u003cp\u003eThe top panel features analog control knobs for bass, treble, and volume, allowing you to dial in the exact sound you desire.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"stockwell-footer\"\u003e\n\n        \u003cp\u003eMarshall Stockwell II Portable Speaker - The lightweight with the heaviest sound.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\n\n\n\n\u003c\/body\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174448370012,"sku":"B088KRKFJ3","price":329.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/4a4cb0c0d31991e863792b6bb7fba09e.jpg?v=1782959210","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/marshall-stockwell-ii-altavoz-portatil-con-asa-de-guitarra-y-sonido-360","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}