{"title":"GALIO Deluxe Powerbank","description":"","products":[{"product_id":"galio-slim-line-ultra-gold","title":"Galio slim line Ultra Powerbank, Gold","description":"\u003cstyle\u003e\n  \/* * Complete reset for our wrapper. \n   * This ensures the website's default theme won't break our layout.\n   * Container-type is defined so the layout adapts to the actual\n   * available space on the e-commerce page, not just the screen size.\n   *\/\n  #galio-ultra-premium {\n    all: initial; \n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1d1d1f;\n    background-color: #ffffff;\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    display: block;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    box-sizing: border-box;\n    overflow: hidden;\n    container-type: inline-size;\n    container-name: galio-container;\n  }\n\n  \/* Force box-sizing inside our component *\/\n  #galio-ultra-premium * {\n    box-sizing: border-box;\n  }\n\n  \/* * Reusable Animation Keyframes \n   *\/\n  @keyframes gl-fade-up {\n    0% { opacity: 0; transform: translateY(40px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes gl-pulse-ring {\n    0% { transform: scale(0.8); opacity: 0.5; box-shadow: 0 0 0 0 rgba(29, 29, 31, 0.2); }\n    70% { transform: scale(1.1); opacity: 1; box-shadow: 0 0 0 20px rgba(29, 29, 31, 0); }\n    100% { transform: scale(0.8); opacity: 0.5; box-shadow: 0 0 0 0 rgba(29, 29, 31, 0); }\n  }\n\n  @keyframes gl-float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  @keyframes gl-shimmer {\n    0% { background-position: -200% 0; }\n    100% { background-position: 200% 0; }\n  }\n\n  \/* * Hero Section Styles \n   *\/\n  .gl-hero {\n    text-align: center;\n    margin-bottom: 80px;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n  }\n\n  .gl-badge {\n    display: inline-block;\n    padding: 6px 16px;\n    border-radius: 30px;\n    background: rgba(0,0,0,0.05);\n    color: #1d1d1f;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(0,0,0,0.05);\n  }\n\n  .gl-title {\n    font-size: clamp(40px, 6vw, 84px);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    margin: 0 0 15px 0;\n    line-height: 1.1;\n    background: linear-gradient(135deg, #111 0%, #666 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .gl-subtitle {\n    font-size: clamp(20px, 4vw, 36px);\n    font-weight: 600;\n    color: #86868b;\n    margin: 0 0 30px 0;\n  }\n\n  .gl-description {\n    max-width: 800px;\n    margin: 0 auto;\n    font-size: 20px;\n    color: #515154;\n    line-height: 1.6;\n    font-weight: 400;\n  }\n\n  \/* * Bento Box Grid Layout \n   *\/\n  .gl-bento-grid {\n    display: grid;\n    grid-template-columns: repeat(12, 1fr);\n    grid-auto-rows: minmax(300px, auto);\n    gap: 24px;\n    margin-bottom: 80px;\n  }\n\n  \/* Base styling for all cards *\/\n  .gl-card {\n    background: #f5f5f7;\n    border-radius: 32px;\n    padding: 40px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    opacity: 0;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    border: 1px solid rgba(255,255,255,0.5);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n  }\n\n  .gl-card:hover {\n    transform: scale(1.02) translateY(-5px);\n    box-shadow: 0 30px 60px rgba(0,0,0,0.08);\n    background: #ffffff;\n  }\n\n  \/* Staggered load-in animation delays *\/\n  .gl-card:nth-child(1) { animation-delay: 0.2s; grid-column: span 8; }\n  .gl-card:nth-child(2) { animation-delay: 0.3s; grid-column: span 4; }\n  .gl-card:nth-child(3) { animation-delay: 0.4s; grid-column: span 12; } \/* Colors card now spans full width *\/\n  .gl-card:nth-child(4) { animation-delay: 0.5s; grid-column: span 12; } \/* LED card spans full width for balance *\/\n  .gl-card:nth-child(5) { animation-delay: 0.6s; grid-column: span 12; }\n\n  \/* * Desktop Text Wrappers \n   * Limits text width so it never overlaps absolute visuals on desktop.\n   *\/\n  .gl-card-split .gl-card-content {\n    max-width: 50%;\n    z-index: 2; \n    position: relative;\n  }\n  \n  .gl-card h3 {\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n    color: #1d1d1f;\n    letter-spacing: -0.01em;\n  }\n\n  .gl-card p {\n    font-size: 17px;\n    color: #515154;\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  \/* 1. MagSafe Visual Graphic *\/\n  .gl-magsafe-visual {\n    position: absolute;\n    right: 20px;\n    bottom: 20px;\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    border: 2px solid rgba(29, 29, 31, 0.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 1; \n    animation: gl-pulse-ring 4s infinite cubic-bezier(0.4, 0, 0.2, 1);\n  }\n  .gl-magsafe-visual::before {\n    content: '';\n    width: 130px;\n    height: 130px;\n    border-radius: 50%;\n    border: 4px solid #1d1d1f;\n    position: absolute;\n  }\n  .gl-magsafe-visual::after {\n    content: '';\n    width: 35px;\n    height: 80px;\n    background: #1d1d1f;\n    border-radius: 20px;\n    position: absolute;\n    bottom: -40px;\n  }\n\n  \/* 2. Thinness Visual (17mm with Shimmer + Float) *\/\n  .gl-thin-visual {\n    position: absolute;\n    bottom: 30px;\n    right: 40px;\n    font-size: 80px;\n    font-weight: 800;\n    line-height: 1;\n    z-index: 1; \n    background: linear-gradient(90deg, #1d1d1f, #86868b, #1d1d1f);\n    background-size: 200% 100%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: gl-shimmer 3s infinite linear, gl-float 5s ease-in-out infinite;\n  }\n  .gl-thin-visual span { font-size: 30px; vertical-align: top; -webkit-text-fill-color: #1d1d1f; }\n\n  \/* 3. NEW Full-Width Color Images Display *\/\n  .gl-color-card {\n    text-align: center;\n    align-items: center;\n    padding-bottom: 0; \/* Images will sit at the bottom edge *\/\n  }\n  .gl-color-card .gl-card-content {\n    max-width: 800px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    z-index: 2;\n  }\n  .gl-color-dots-wrapper {\n    display: flex;\n    gap: 12px;\n    margin-top: 20px;\n    justify-content: center;\n  }\n  .gl-dot {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.05);\n  }\n  .gl-pill-gray { background: linear-gradient(135deg, #8e8e93, #5a5a5c); }\n  .gl-pill-orange { background: linear-gradient(135deg, #ff9500, #df6e41); }\n  .gl-pill-gold { background: linear-gradient(135deg, #fcedca, #d4af37); }\n  \n  .gl-color-products {\n    display: flex;\n    justify-content: center;\n    align-items: flex-end; \/* Align to bottom *\/\n    gap: 3vw;\n    width: 100%;\n    margin-top: 40px;\n    z-index: 1;\n  }\n  .gl-product-img {\n    width: 28%;\n    max-width: 240px;\n    height: auto;\n    object-fit: contain;\n    filter: drop-shadow(0 25px 35px rgba(0,0,0,0.15));\n    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    transform-origin: bottom center;\n  }\n  .gl-color-card:hover .gl-product-img {\n    transform: translateY(-15px) scale(1.05);\n  }\n\n  \/* 4. Custom LED Display Box (Fixed minimal size) *\/\n  .gl-display-visual {\n    position: absolute;\n    right: 8%; \/* Provides nice white space on full width *\/\n    bottom: 40px;\n    width: 260px; \n    height: auto;\n    z-index: 1; \n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 16px;\n    transition: transform 0.4s ease;\n  }\n  .gl-card:hover .gl-display-visual {\n    transform: scale(1.05) translateY(-5px);\n  }\n\n  \/* 5. Subtle dashed curve background for the Lanyard card *\/\n  .gl-cable-curve-bg {\n    position: absolute;\n    bottom: -15px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 90%;\n    height: 120px;\n    z-index: 0;\n    opacity: 0.15;\n    pointer-events: none;\n  }\n  .gl-cable-curve-wire {\n    width: 100%;\n    height: 100%;\n    border-top: 4px dashed #1d1d1f;\n    border-radius: 50% 50% 0 0;\n  }\n\n  \/* * Specs Table Section \n   *\/\n  .gl-specs-wrapper {\n    margin-top: 40px;\n    background: #fbfbfd;\n    border-radius: 32px;\n    padding: 60px;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;\n    opacity: 0;\n  }\n\n  .gl-specs-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .gl-specs-header h2 {\n    font-size: 36px;\n    font-weight: 700;\n    margin: 0;\n  }\n\n  .gl-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n  }\n\n  .gl-table tr {\n    transition: background 0.3s;\n  }\n\n  .gl-table tr:hover {\n    background: #ffffff;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n    transform: scale(1.01);\n  }\n\n  .gl-table th, .gl-table td {\n    padding: 20px 24px;\n    border-bottom: 1px solid #e5e5ea;\n    text-align: left;\n  }\n\n  .gl-table th {\n    width: 35%;\n    font-weight: 600;\n    color: #1d1d1f;\n    font-size: 16px;\n  }\n\n  .gl-table td {\n    font-weight: 400;\n    color: #515154;\n    font-size: 16px;\n  }\n\n  .gl-table tr:last-child th, .gl-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Safety Note Box *\/\n  .gl-safety-note {\n    margin-top: 40px;\n    padding: 24px;\n    background: rgba(29, 29, 31, 0.03);\n    border-radius: 16px;\n    border-left: 4px solid #1d1d1f;\n  }\n  .gl-safety-note strong { color: #1d1d1f; display: block; margin-bottom: 8px; }\n  .gl-safety-note p { margin: 0; color: #515154; font-size: 14px; }\n\n\n  \/* * CONTAINER QUERIES (THE FIX FOR SQUEEZED E-COMMERCE LAYOUTS)\n   * This listens to the width of the parent div, NOT the screen.\n   * If the right sidebar pushes this content to \u003c 950px, it perfectly stacks.\n   *\/\n  @container galio-container (max-width: 950px) {\n    \/* Stack all cards into a single column *\/\n    .gl-card:nth-child(1), .gl-card:nth-child(2), .gl-card:nth-child(3), .gl-card:nth-child(4), .gl-card:nth-child(5) { grid-column: span 12; }\n    \n    \/* Mobile magic: Reverse flow so absolute graphics go top, text drops bottom *\/\n    .gl-card-split {\n      flex-direction: column-reverse;\n      justify-content: flex-end;\n      text-align: center;\n      padding-top: 50px; \n    }\n    \n    .gl-card-split .gl-card-content { \n      max-width: 100%; \n      margin-top: 30px; \n    }\n    \n    \/* Strip absolute positioning so they stack naturally without overlap *\/\n    .gl-magsafe-visual, .gl-thin-visual, .gl-display-visual {\n      position: relative;\n      right: auto;\n      bottom: auto;\n      margin: 0 auto; \n    }\n\n    \/* Scale visuals down to fit perfectly without crowding text *\/\n    .gl-magsafe-visual { width: 160px; height: 160px; opacity: 0.9; }\n    .gl-magsafe-visual::before { width: 90px; height: 90px; }\n    .gl-magsafe-visual::after { height: 50px; bottom: -25px; }\n    \n    .gl-thin-visual { font-size: 75px; opacity: 0.9; }\n    .gl-thin-visual span { font-size: 28px; }\n    \n    .gl-display-visual { width: 240px; opacity: 0.9; }\n    .gl-card:hover .gl-display-visual { transform: none; } \/* Disable hover scale on mobile *\/\n\n    \/* Typography scaling for narrow spaces *\/\n    .gl-title { font-size: 40px; }\n    .gl-description { font-size: 18px; }\n    .gl-card { padding: 30px; }\n    \n    .gl-color-products { gap: 10px; margin-top: 30px; }\n    .gl-product-img { width: 32%; }\n    \n    .gl-specs-wrapper { padding: 30px 20px; }\n    .gl-table th, .gl-table td { display: block; width: 100%; padding: 12px 0; }\n    .gl-table th { border-bottom: none; padding-bottom: 0; color: #86868b; }\n    .gl-cable-curve-bg { width: 120%; left: 50%; }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"galio-ultra-premium\"\u003e\n\u003cheader class=\"gl-hero\"\u003e\n\u003cdiv class=\"gl-badge\"\u003eGALIO deluxe Innovation\u003c\/div\u003e\n\u003ch1 class=\"gl-title\"\u003eSLIM LINE ULTRA.\u003c\/h1\u003e\n\u003ch2 class=\"gl-subtitle\"\u003eKraft. Elegant verpackt.\u003c\/h2\u003e\n\u003cp class=\"gl-description\"\u003eDie SLIM LINE ULTRA definiert das mobile Laden völlig neu. Entwickelt für höchste Ansprüche und ausgestattet mit einer edlen Rückseite aus Premium-Aluminium, vereint diese 3in1 Smart Magnetic Powerbox bahnbrechende Leistung mit einem Design, das begeistert.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003csection class=\"gl-bento-grid\"\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eMagnetische Magie.\u003c\/h3\u003e\n\u003cp\u003eErleben Sie die Zukunft des Ladens. Mit bis zu 15W magnetischer, kabelloser Ausgangsleistung. Einfach auflegen – die starken Magnete sorgen für präzise Ausrichtung und ein sicheres Ladeerlebnis, optimal abgestimmt \u003cstrong\u003efür alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-magsafe-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eSo dünn.\u003cbr\u003eSo kraftvoll.\u003c\/h3\u003e\n\u003cp\u003eMit einer Kapazität von 5.000 mAh gleitet sie mühelos in jede Tasche. Kühle Aluminium-Rückseite für sichere Temperaturregulierung beim Schnellladen \u003cstrong\u003efür iPhone und alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-thin-visual\"\u003e17\u003cspan\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-color-card\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eDrei Farben. Ein Statement.\u003c\/h3\u003e\n\u003cp\u003eDesign, das sich Ihrem Stil anpasst. Metallische Finishes, die perfekt zu Premium-Geräten passen.\u003c\/p\u003e\n\u003cdiv class=\"gl-color-dots-wrapper\"\u003e\n\u003cdiv class=\"gl-dot gl-pill-gray\" title=\"Space Grau\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gl-dot gl-pill-gold\" title=\"Champagner Gold\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gl-dot gl-pill-orange\" title=\"Premium Orange\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-color-products\"\u003e\n\u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/compressed_375_1778847503313.webp\" alt=\"Space Grau\" class=\"gl-product-img\"\u003e \u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/Galio-slim-line-Ultra_-Gold-Handy24-Handy24-153911083.webp?v=1778852966\u0026amp;width=800\" alt=\"Champagner Gold\" class=\"gl-product-img\"\u003e \u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/Galio-Slim-Line-Ultra_-Cosmic-Orange-Handy24-Handy24-153911120.webp\" alt=\"Premium Orange\" class=\"gl-product-img\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eEin neues Level an Vielseitigkeit.\u003c\/h3\u003e\n\u003cp\u003eOb \u003cstrong\u003efür iPhone\u003c\/strong\u003e, \u003cstrong\u003efür AirPods\u003c\/strong\u003e oder Smartwatch – dieses Kraftpaket integriert sich nahtlos. Alles im Blick behalten Sie stets durch das brillante Digitaldisplay in Echtzeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-display-visual\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"50 40 400 220\" width=\"100%\" height=\"100%\" style=\"filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));\"\u003e\n          \u003cdefs\u003e\n            \u003cstyle\u003e\n              .led-text { font-family: 'Courier New', Courier, monospace; font-weight: bold; }\n              .glow-green { filter: drop-shadow(0px 0px 4px rgba(127, 255, 0, 0.4)); }\n              .glow-blue { filter: drop-shadow(0px 0px 4px rgba(77, 184, 255, 0.4)); }\n              \n              \/* Slow underwater-like bubble animation inside LED *\/\n              @keyframes slowBubbleRise {\n                0% { transform: translateY(15px) scale(0.6); opacity: 0; }\n                30% { opacity: 0.8; }\n                70% { opacity: 0.8; }\n                100% { transform: translateY(-35px) scale(1.2); opacity: 0; }\n              }\n              .svg-bubble {\n                fill: #7FFF00;\n                animation: slowBubbleRise linear infinite;\n              }\n            \u003c\/style\u003e\n          \u003c\/defs\u003e\n\n          \u003crect x=\"50\" y=\"40\" width=\"400\" height=\"220\" rx=\"16\" fill=\"#080808\" stroke=\"#333\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n\n          \u003ccircle cx=\"140\" cy=\"150\" r=\"55\" fill=\"none\" stroke=\"#22361d\" stroke-width=\"8\" stroke-linecap=\"round\" stroke-dasharray=\"290 345.5\" transform=\"rotate(130 140 150)\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"140\" cy=\"150\" r=\"55\" fill=\"none\" stroke=\"#7FFF00\" stroke-width=\"8\" stroke-linecap=\"round\" stroke-dasharray=\"193.5 345.5\" transform=\"rotate(130 140 150)\" class=\"glow-green\"\u003e\u003c\/circle\u003e\n\n          \u003cg class=\"glow-green\"\u003e\n            \u003ccircle cx=\"125\" cy=\"165\" r=\"3\" class=\"svg-bubble\" style=\"animation-duration: 4.5s; animation-delay: 0s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"148\" cy=\"170\" r=\"4.5\" class=\"svg-bubble\" style=\"animation-duration: 6s; animation-delay: 1.5s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"138\" cy=\"158\" r=\"2.5\" class=\"svg-bubble\" style=\"animation-duration: 5s; animation-delay: 3s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"152\" cy=\"165\" r=\"3.5\" class=\"svg-bubble\" style=\"animation-duration: 7s; animation-delay: 2s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"130\" cy=\"175\" r=\"2\" class=\"svg-bubble\" style=\"animation-duration: 4s; animation-delay: 4.5s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"142\" cy=\"180\" r=\"4\" class=\"svg-bubble\" style=\"animation-duration: 5.5s; animation-delay: 0.8s;\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n\n          \u003ctext x=\"140\" y=\"165\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"44\" text-anchor=\"middle\" letter-spacing=\"-2\"\u003e56\u003c\/text\u003e\n          \u003ctext x=\"172\" y=\"160\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"20\"\u003e%\u003c\/text\u003e\n\n          \u003cg transform=\"translate(280, 70)\" fill=\"none\" stroke=\"#f0f0f0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"0\" y=\"0\" width=\"14\" height=\"24\" rx=\"3\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"38\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M35 5 v-5 h6 v5 M35 19 v5 h6 v-5\"\u003e\u003c\/path\u003e\n            \u003crect x=\"75\" y=\"4\" width=\"22\" height=\"14\" rx=\"7\"\u003e\u003c\/rect\u003e\n            \u003cline x1=\"82\" y1=\"11\" x2=\"90\" y2=\"11\" stroke-dasharray=\"2 3\"\u003e\u003c\/line\u003e\n          \u003c\/g\u003e\n\n          \u003ctext x=\"245\" y=\"152\" fill=\"#7FFF00\" class=\"led-text glow-green\" font-size=\"20\"\u003eIN\u003c\/text\u003e\n          \u003ctext x=\"288\" y=\"153\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"28\" letter-spacing=\"1\"\u003e00W\u003c\/text\u003e\n          \n          \u003crect x=\"350\" y=\"130\" width=\"48\" height=\"26\" rx=\"4\" fill=\"#4DB8FF\" class=\"glow-blue\"\u003e\u003c\/rect\u003e\n          \u003ctext x=\"374\" y=\"149\" fill=\"#080808\" class=\"led-text\" font-size=\"16\" text-anchor=\"middle\"\u003eMAX\u003c\/text\u003e\n\n          \u003ctext x=\"233\" y=\"206\" fill=\"#7FFF00\" class=\"led-text glow-green\" font-size=\"20\"\u003eOUT\u003c\/text\u003e\n          \n          \u003crect x=\"285\" y=\"184\" width=\"118\" height=\"28\" rx=\"4\" fill=\"#4DB8FF\" class=\"glow-blue\"\u003e\u003c\/rect\u003e\n          \u003ctext x=\"344\" y=\"205\" fill=\"#080808\" class=\"led-text\" font-size=\"20\" text-anchor=\"middle\" letter-spacing=\"1\"\u003e00V 0.0A\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card\" style=\"text-align: center; justify-content: center; position: relative;\"\u003e\n\u003cdiv class=\"gl-cable-curve-bg\"\u003e\n\u003cdiv class=\"gl-cable-curve-wire\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-card-content\" style=\"max-width: 800px; margin: 0 auto; z-index: 2; position: relative;\"\u003e\n\u003ch3\u003eInnovation, die man tragen kann.\u003c\/h3\u003e\n\u003cp\u003eDas smarte Lanyard-Kabel. Wir haben das Type-C Kabel neu gedacht. Jede Powerbank wird mit einem ultrakompakten Schnellladekabel geliefert, das sich als Trageschlaufe anstecken lässt. Perfekt optimiert \u003cstrong\u003efür iPhone, AirPods, Android und für alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 50px; height: 50px; margin: 24px auto 0 auto; display: block; opacity: 0.9;\"\u003e\n          \u003cpath d=\"M 6 16 V 8 a 3 3 0 0 1 6 0 v 8 a 3 3 0 0 0 6 0 V 8\"\u003e\u003c\/path\u003e\n          \u003crect x=\"4\" y=\"16\" width=\"4\" height=\"5\" rx=\"1\" fill=\"#1d1d1f\" stroke=\"none\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"16\" y=\"3\" width=\"4\" height=\"5\" rx=\"1\" fill=\"#1d1d1f\" stroke=\"none\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"gl-specs-wrapper\"\u003e\n\u003cdiv class=\"gl-specs-header\"\u003e\n\u003ch2\u003eTechnische Spezifikationen im Detail\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"gl-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModell\u003c\/th\u003e\n\u003ctd\u003e3in1 Smart Magnetic Powerbox - SLIM LINE ULTRA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKapazität\u003c\/th\u003e\n\u003ctd\u003e5.000 mAh \/ 3.85V \/ 19.25Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAbmessungen\u003c\/th\u003e\n\u003ctd\u003e135 x 85 x 17 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVerfügbare Farben\u003c\/th\u003e\n\u003ctd\u003eSpace Grau, Premium Orange, Champagner Gold\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eGehäuse mit Premium-Aluminium-Rückseite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKabelgebundene Leistung (Max)\u003c\/th\u003e\n\u003ctd\u003e22.5W (Unterstützt durch mitgeliefertes Lanyard-Kabel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKabellose magnetische Leistung\u003c\/th\u003e\n\u003ctd\u003e15W (MagSafe kompatibel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType-C Eingang (Input)\u003c\/th\u003e\n\u003ctd\u003e5V=3A, 9V=2A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType-C Ausgang (Output)\u003c\/th\u003e\n\u003ctd\u003e5V=3A, 9V=2.22A, 12V=1.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUSB-A Ausgang (Output)\u003c\/th\u003e\n\u003ctd\u003e5V=4.5A, 4.5V=5A, 9V=2A, 12V=1.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eZusatzfunktionen\u003c\/th\u003e\n\u003ctd\u003eDigitales Status-Display, integriertes Lanyard-Tragekabel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eZertifizierungen\u003c\/th\u003e\n\u003ctd\u003eCE \/ EU-Konformitätserklärung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"gl-safety-note\"\u003e\n\u003cstrong\u003eWichtige Sicherheitshinweise\u003c\/strong\u003e\n\u003cp\u003eUm die kompromisslose Leistung Ihrer SLIM LINE ULTRA dauerhaft zu gewährleisten, schützen Sie das Gerät bitte vor Feuchtigkeit und extremen Temperaturen. Modifikationen an der Aluminium-Rückseite oder am Gehäuse sind zu unterlassen. Achten Sie für ein optimales, magnetisches Ladeerlebnis darauf, dass sich keine metallischen Fremdkörper zwischen Ihrem Endgerät und der Powerbank befinden. *Möglicherweise nicht geeignet für Smartwatches mit umgekehrter Polung sowie für Smartwatches und Smartphones, die keine kabellose Ladefunktion unterstützen (sondern nur über ihre eigenen Systeme verfügen).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bower","offers":[{"title":"Default Title","offer_id":53454747959634,"sku":"3972318","price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0889\/1554\/2354\/files\/Galio-slim-line-Ultra_-Gold-Handy24-Handy24-153911083.webp?v=1778852966"},{"product_id":"galio-slim-line-ultra-cosmic-orange","title":"Galio Slim Line Ultra Powerbank, Cosmic Orange","description":"\u003cstyle\u003e\n  \/* * Complete reset for our wrapper. \n   * This ensures the website's default theme won't break our layout.\n   * Container-type is defined so the layout adapts to the actual\n   * available space on the e-commerce page, not just the screen size.\n   *\/\n  #galio-ultra-premium {\n    all: initial; \n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1d1d1f;\n    background-color: #ffffff;\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    display: block;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    box-sizing: border-box;\n    overflow: hidden;\n    container-type: inline-size;\n    container-name: galio-container;\n  }\n\n  \/* Force box-sizing inside our component *\/\n  #galio-ultra-premium * {\n    box-sizing: border-box;\n  }\n\n  \/* * Reusable Animation Keyframes \n   *\/\n  @keyframes gl-fade-up {\n    0% { opacity: 0; transform: translateY(40px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes gl-pulse-ring {\n    0% { transform: scale(0.8); opacity: 0.5; box-shadow: 0 0 0 0 rgba(29, 29, 31, 0.2); }\n    70% { transform: scale(1.1); opacity: 1; box-shadow: 0 0 0 20px rgba(29, 29, 31, 0); }\n    100% { transform: scale(0.8); opacity: 0.5; box-shadow: 0 0 0 0 rgba(29, 29, 31, 0); }\n  }\n\n  @keyframes gl-float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  @keyframes gl-shimmer {\n    0% { background-position: -200% 0; }\n    100% { background-position: 200% 0; }\n  }\n\n  \/* * Hero Section Styles \n   *\/\n  .gl-hero {\n    text-align: center;\n    margin-bottom: 80px;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n  }\n\n  .gl-badge {\n    display: inline-block;\n    padding: 6px 16px;\n    border-radius: 30px;\n    background: rgba(0,0,0,0.05);\n    color: #1d1d1f;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(0,0,0,0.05);\n  }\n\n  .gl-title {\n    font-size: clamp(40px, 6vw, 84px);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    margin: 0 0 15px 0;\n    line-height: 1.1;\n    background: linear-gradient(135deg, #111 0%, #666 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .gl-subtitle {\n    font-size: clamp(20px, 4vw, 36px);\n    font-weight: 600;\n    color: #86868b;\n    margin: 0 0 30px 0;\n  }\n\n  .gl-description {\n    max-width: 800px;\n    margin: 0 auto;\n    font-size: 20px;\n    color: #515154;\n    line-height: 1.6;\n    font-weight: 400;\n  }\n\n  \/* * Bento Box Grid Layout \n   *\/\n  .gl-bento-grid {\n    display: grid;\n    grid-template-columns: repeat(12, 1fr);\n    grid-auto-rows: minmax(300px, auto);\n    gap: 24px;\n    margin-bottom: 80px;\n  }\n\n  \/* Base styling for all cards *\/\n  .gl-card {\n    background: #f5f5f7;\n    border-radius: 32px;\n    padding: 40px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    opacity: 0;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    border: 1px solid rgba(255,255,255,0.5);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n  }\n\n  .gl-card:hover {\n    transform: scale(1.02) translateY(-5px);\n    box-shadow: 0 30px 60px rgba(0,0,0,0.08);\n    background: #ffffff;\n  }\n\n  \/* Staggered load-in animation delays *\/\n  .gl-card:nth-child(1) { animation-delay: 0.2s; grid-column: span 8; }\n  .gl-card:nth-child(2) { animation-delay: 0.3s; grid-column: span 4; }\n  .gl-card:nth-child(3) { animation-delay: 0.4s; grid-column: span 12; } \/* Colors card now spans full width *\/\n  .gl-card:nth-child(4) { animation-delay: 0.5s; grid-column: span 12; } \/* LED card spans full width for balance *\/\n  .gl-card:nth-child(5) { animation-delay: 0.6s; grid-column: span 12; }\n\n  \/* * Desktop Text Wrappers \n   * Limits text width so it never overlaps absolute visuals on desktop.\n   *\/\n  .gl-card-split .gl-card-content {\n    max-width: 50%;\n    z-index: 2; \n    position: relative;\n  }\n  \n  .gl-card h3 {\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n    color: #1d1d1f;\n    letter-spacing: -0.01em;\n  }\n\n  .gl-card p {\n    font-size: 17px;\n    color: #515154;\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  \/* 1. MagSafe Visual Graphic *\/\n  .gl-magsafe-visual {\n    position: absolute;\n    right: 20px;\n    bottom: 20px;\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    border: 2px solid rgba(29, 29, 31, 0.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 1; \n    animation: gl-pulse-ring 4s infinite cubic-bezier(0.4, 0, 0.2, 1);\n  }\n  .gl-magsafe-visual::before {\n    content: '';\n    width: 130px;\n    height: 130px;\n    border-radius: 50%;\n    border: 4px solid #1d1d1f;\n    position: absolute;\n  }\n  .gl-magsafe-visual::after {\n    content: '';\n    width: 35px;\n    height: 80px;\n    background: #1d1d1f;\n    border-radius: 20px;\n    position: absolute;\n    bottom: -40px;\n  }\n\n  \/* 2. Thinness Visual (17mm with Shimmer + Float) *\/\n  .gl-thin-visual {\n    position: absolute;\n    bottom: 30px;\n    right: 40px;\n    font-size: 80px;\n    font-weight: 800;\n    line-height: 1;\n    z-index: 1; \n    background: linear-gradient(90deg, #1d1d1f, #86868b, #1d1d1f);\n    background-size: 200% 100%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: gl-shimmer 3s infinite linear, gl-float 5s ease-in-out infinite;\n  }\n  .gl-thin-visual span { font-size: 30px; vertical-align: top; -webkit-text-fill-color: #1d1d1f; }\n\n  \/* 3. NEW Full-Width Color Images Display *\/\n  .gl-color-card {\n    text-align: center;\n    align-items: center;\n    padding-bottom: 0; \/* Images will sit at the bottom edge *\/\n  }\n  .gl-color-card .gl-card-content {\n    max-width: 800px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    z-index: 2;\n  }\n  .gl-color-dots-wrapper {\n    display: flex;\n    gap: 12px;\n    margin-top: 20px;\n    justify-content: center;\n  }\n  .gl-dot {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.05);\n  }\n  .gl-pill-gray { background: linear-gradient(135deg, #8e8e93, #5a5a5c); }\n  .gl-pill-orange { background: linear-gradient(135deg, #ff9500, #df6e41); }\n  .gl-pill-gold { background: linear-gradient(135deg, #fcedca, #d4af37); }\n  \n  .gl-color-products {\n    display: flex;\n    justify-content: center;\n    align-items: flex-end; \/* Align to bottom *\/\n    gap: 3vw;\n    width: 100%;\n    margin-top: 40px;\n    z-index: 1;\n  }\n  .gl-product-img {\n    width: 28%;\n    max-width: 240px;\n    height: auto;\n    object-fit: contain;\n    filter: drop-shadow(0 25px 35px rgba(0,0,0,0.15));\n    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    transform-origin: bottom center;\n  }\n  .gl-color-card:hover .gl-product-img {\n    transform: translateY(-15px) scale(1.05);\n  }\n\n  \/* 4. Custom LED Display Box (Fixed minimal size) *\/\n  .gl-display-visual {\n    position: absolute;\n    right: 8%; \/* Provides nice white space on full width *\/\n    bottom: 40px;\n    width: 260px; \n    height: auto;\n    z-index: 1; \n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 16px;\n    transition: transform 0.4s ease;\n  }\n  .gl-card:hover .gl-display-visual {\n    transform: scale(1.05) translateY(-5px);\n  }\n\n  \/* 5. Subtle dashed curve background for the Lanyard card *\/\n  .gl-cable-curve-bg {\n    position: absolute;\n    bottom: -15px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 90%;\n    height: 120px;\n    z-index: 0;\n    opacity: 0.15;\n    pointer-events: none;\n  }\n  .gl-cable-curve-wire {\n    width: 100%;\n    height: 100%;\n    border-top: 4px dashed #1d1d1f;\n    border-radius: 50% 50% 0 0;\n  }\n\n  \/* * Specs Table Section \n   *\/\n  .gl-specs-wrapper {\n    margin-top: 40px;\n    background: #fbfbfd;\n    border-radius: 32px;\n    padding: 60px;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;\n    opacity: 0;\n  }\n\n  .gl-specs-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .gl-specs-header h2 {\n    font-size: 36px;\n    font-weight: 700;\n    margin: 0;\n  }\n\n  .gl-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n  }\n\n  .gl-table tr {\n    transition: background 0.3s;\n  }\n\n  .gl-table tr:hover {\n    background: #ffffff;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n    transform: scale(1.01);\n  }\n\n  .gl-table th, .gl-table td {\n    padding: 20px 24px;\n    border-bottom: 1px solid #e5e5ea;\n    text-align: left;\n  }\n\n  .gl-table th {\n    width: 35%;\n    font-weight: 600;\n    color: #1d1d1f;\n    font-size: 16px;\n  }\n\n  .gl-table td {\n    font-weight: 400;\n    color: #515154;\n    font-size: 16px;\n  }\n\n  .gl-table tr:last-child th, .gl-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Safety Note Box *\/\n  .gl-safety-note {\n    margin-top: 40px;\n    padding: 24px;\n    background: rgba(29, 29, 31, 0.03);\n    border-radius: 16px;\n    border-left: 4px solid #1d1d1f;\n  }\n  .gl-safety-note strong { color: #1d1d1f; display: block; margin-bottom: 8px; }\n  .gl-safety-note p { margin: 0; color: #515154; font-size: 14px; }\n\n\n  \/* * CONTAINER QUERIES (THE FIX FOR SQUEEZED E-COMMERCE LAYOUTS)\n   * This listens to the width of the parent div, NOT the screen.\n   * If the right sidebar pushes this content to \u003c 950px, it perfectly stacks.\n   *\/\n  @container galio-container (max-width: 950px) {\n    \/* Stack all cards into a single column *\/\n    .gl-card:nth-child(1), .gl-card:nth-child(2), .gl-card:nth-child(3), .gl-card:nth-child(4), .gl-card:nth-child(5) { grid-column: span 12; }\n    \n    \/* Mobile magic: Reverse flow so absolute graphics go top, text drops bottom *\/\n    .gl-card-split {\n      flex-direction: column-reverse;\n      justify-content: flex-end;\n      text-align: center;\n      padding-top: 50px; \n    }\n    \n    .gl-card-split .gl-card-content { \n      max-width: 100%; \n      margin-top: 30px; \n    }\n    \n    \/* Strip absolute positioning so they stack naturally without overlap *\/\n    .gl-magsafe-visual, .gl-thin-visual, .gl-display-visual {\n      position: relative;\n      right: auto;\n      bottom: auto;\n      margin: 0 auto; \n    }\n\n    \/* Scale visuals down to fit perfectly without crowding text *\/\n    .gl-magsafe-visual { width: 160px; height: 160px; opacity: 0.9; }\n    .gl-magsafe-visual::before { width: 90px; height: 90px; }\n    .gl-magsafe-visual::after { height: 50px; bottom: -25px; }\n    \n    .gl-thin-visual { font-size: 75px; opacity: 0.9; }\n    .gl-thin-visual span { font-size: 28px; }\n    \n    .gl-display-visual { width: 240px; opacity: 0.9; }\n    .gl-card:hover .gl-display-visual { transform: none; } \/* Disable hover scale on mobile *\/\n\n    \/* Typography scaling for narrow spaces *\/\n    .gl-title { font-size: 40px; }\n    .gl-description { font-size: 18px; }\n    .gl-card { padding: 30px; }\n    \n    .gl-color-products { gap: 10px; margin-top: 30px; }\n    .gl-product-img { width: 32%; }\n    \n    .gl-specs-wrapper { padding: 30px 20px; }\n    .gl-table th, .gl-table td { display: block; width: 100%; padding: 12px 0; }\n    .gl-table th { border-bottom: none; padding-bottom: 0; color: #86868b; }\n    .gl-cable-curve-bg { width: 120%; left: 50%; }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"galio-ultra-premium\"\u003e\n\u003cheader class=\"gl-hero\"\u003e\n\u003cdiv class=\"gl-badge\"\u003eGALIO deluxe Innovation\u003c\/div\u003e\n\u003ch1 class=\"gl-title\"\u003eSLIM LINE ULTRA.\u003c\/h1\u003e\n\u003ch2 class=\"gl-subtitle\"\u003eKraft. Elegant verpackt.\u003c\/h2\u003e\n\u003cp class=\"gl-description\"\u003eDie SLIM LINE ULTRA definiert das mobile Laden völlig neu. Entwickelt für höchste Ansprüche und ausgestattet mit einer edlen Rückseite aus Premium-Aluminium, vereint diese 3in1 Smart Magnetic Powerbox bahnbrechende Leistung mit einem Design, das begeistert.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003csection class=\"gl-bento-grid\"\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eMagnetische Magie.\u003c\/h3\u003e\n\u003cp\u003eErleben Sie die Zukunft des Ladens. Mit bis zu 15W magnetischer, kabelloser Ausgangsleistung. Einfach auflegen – die starken Magnete sorgen für präzise Ausrichtung und ein sicheres Ladeerlebnis, optimal abgestimmt \u003cstrong\u003efür alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-magsafe-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eSo dünn.\u003cbr\u003eSo kraftvoll.\u003c\/h3\u003e\n\u003cp\u003eMit einer Kapazität von 5.000 mAh gleitet sie mühelos in jede Tasche. Kühle Aluminium-Rückseite für sichere Temperaturregulierung beim Schnellladen \u003cstrong\u003efür iPhone und alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-thin-visual\"\u003e17\u003cspan\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-color-card\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eDrei Farben. Ein Statement.\u003c\/h3\u003e\n\u003cp\u003eDesign, das sich Ihrem Stil anpasst. Metallische Finishes, die perfekt zu Premium-Geräten passen.\u003c\/p\u003e\n\u003cdiv class=\"gl-color-dots-wrapper\"\u003e\n\u003cdiv class=\"gl-dot gl-pill-gray\" title=\"Space Grau\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gl-dot gl-pill-gold\" title=\"Champagner Gold\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gl-dot gl-pill-orange\" title=\"Premium Orange\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-color-products\"\u003e\n\u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/compressed_375_1778847503313.webp\" alt=\"Space Grau\" class=\"gl-product-img\"\u003e \u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/Galio-slim-line-Ultra_-Gold-Handy24-Handy24-153911083.webp?v=1778852966\u0026amp;width=800\" alt=\"Champagner Gold\" class=\"gl-product-img\"\u003e \u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/Galio-Slim-Line-Ultra_-Cosmic-Orange-Handy24-Handy24-153911120.webp\" alt=\"Premium Orange\" class=\"gl-product-img\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eEin neues Level an Vielseitigkeit.\u003c\/h3\u003e\n\u003cp\u003eOb \u003cstrong\u003efür iPhone\u003c\/strong\u003e, \u003cstrong\u003efür AirPods\u003c\/strong\u003e oder Smartwatch – dieses Kraftpaket integriert sich nahtlos. Alles im Blick behalten Sie stets durch das brillante Digitaldisplay in Echtzeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-display-visual\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"50 40 400 220\" width=\"100%\" height=\"100%\" style=\"filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));\"\u003e\n          \u003cdefs\u003e\n            \u003cstyle\u003e\n              .led-text { font-family: 'Courier New', Courier, monospace; font-weight: bold; }\n              .glow-green { filter: drop-shadow(0px 0px 4px rgba(127, 255, 0, 0.4)); }\n              .glow-blue { filter: drop-shadow(0px 0px 4px rgba(77, 184, 255, 0.4)); }\n              \n              \/* Slow underwater-like bubble animation inside LED *\/\n              @keyframes slowBubbleRise {\n                0% { transform: translateY(15px) scale(0.6); opacity: 0; }\n                30% { opacity: 0.8; }\n                70% { opacity: 0.8; }\n                100% { transform: translateY(-35px) scale(1.2); opacity: 0; }\n              }\n              .svg-bubble {\n                fill: #7FFF00;\n                animation: slowBubbleRise linear infinite;\n              }\n            \u003c\/style\u003e\n          \u003c\/defs\u003e\n\n          \u003crect x=\"50\" y=\"40\" width=\"400\" height=\"220\" rx=\"16\" fill=\"#080808\" stroke=\"#333\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n\n          \u003ccircle cx=\"140\" cy=\"150\" r=\"55\" fill=\"none\" stroke=\"#22361d\" stroke-width=\"8\" stroke-linecap=\"round\" stroke-dasharray=\"290 345.5\" transform=\"rotate(130 140 150)\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"140\" cy=\"150\" r=\"55\" fill=\"none\" stroke=\"#7FFF00\" stroke-width=\"8\" stroke-linecap=\"round\" stroke-dasharray=\"193.5 345.5\" transform=\"rotate(130 140 150)\" class=\"glow-green\"\u003e\u003c\/circle\u003e\n\n          \u003cg class=\"glow-green\"\u003e\n            \u003ccircle cx=\"125\" cy=\"165\" r=\"3\" class=\"svg-bubble\" style=\"animation-duration: 4.5s; animation-delay: 0s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"148\" cy=\"170\" r=\"4.5\" class=\"svg-bubble\" style=\"animation-duration: 6s; animation-delay: 1.5s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"138\" cy=\"158\" r=\"2.5\" class=\"svg-bubble\" style=\"animation-duration: 5s; animation-delay: 3s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"152\" cy=\"165\" r=\"3.5\" class=\"svg-bubble\" style=\"animation-duration: 7s; animation-delay: 2s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"130\" cy=\"175\" r=\"2\" class=\"svg-bubble\" style=\"animation-duration: 4s; animation-delay: 4.5s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"142\" cy=\"180\" r=\"4\" class=\"svg-bubble\" style=\"animation-duration: 5.5s; animation-delay: 0.8s;\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n\n          \u003ctext x=\"140\" y=\"165\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"44\" text-anchor=\"middle\" letter-spacing=\"-2\"\u003e56\u003c\/text\u003e\n          \u003ctext x=\"172\" y=\"160\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"20\"\u003e%\u003c\/text\u003e\n\n          \u003cg transform=\"translate(280, 70)\" fill=\"none\" stroke=\"#f0f0f0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"0\" y=\"0\" width=\"14\" height=\"24\" rx=\"3\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"38\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M35 5 v-5 h6 v5 M35 19 v5 h6 v-5\"\u003e\u003c\/path\u003e\n            \u003crect x=\"75\" y=\"4\" width=\"22\" height=\"14\" rx=\"7\"\u003e\u003c\/rect\u003e\n            \u003cline x1=\"82\" y1=\"11\" x2=\"90\" y2=\"11\" stroke-dasharray=\"2 3\"\u003e\u003c\/line\u003e\n          \u003c\/g\u003e\n\n          \u003ctext x=\"245\" y=\"152\" fill=\"#7FFF00\" class=\"led-text glow-green\" font-size=\"20\"\u003eIN\u003c\/text\u003e\n          \u003ctext x=\"288\" y=\"153\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"28\" letter-spacing=\"1\"\u003e00W\u003c\/text\u003e\n          \n          \u003crect x=\"350\" y=\"130\" width=\"48\" height=\"26\" rx=\"4\" fill=\"#4DB8FF\" class=\"glow-blue\"\u003e\u003c\/rect\u003e\n          \u003ctext x=\"374\" y=\"149\" fill=\"#080808\" class=\"led-text\" font-size=\"16\" text-anchor=\"middle\"\u003eMAX\u003c\/text\u003e\n\n          \u003ctext x=\"233\" y=\"206\" fill=\"#7FFF00\" class=\"led-text glow-green\" font-size=\"20\"\u003eOUT\u003c\/text\u003e\n          \n          \u003crect x=\"285\" y=\"184\" width=\"118\" height=\"28\" rx=\"4\" fill=\"#4DB8FF\" class=\"glow-blue\"\u003e\u003c\/rect\u003e\n          \u003ctext x=\"344\" y=\"205\" fill=\"#080808\" class=\"led-text\" font-size=\"20\" text-anchor=\"middle\" letter-spacing=\"1\"\u003e00V 0.0A\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card\" style=\"text-align: center; justify-content: center; position: relative;\"\u003e\n\u003cdiv class=\"gl-cable-curve-bg\"\u003e\n\u003cdiv class=\"gl-cable-curve-wire\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-card-content\" style=\"max-width: 800px; margin: 0 auto; z-index: 2; position: relative;\"\u003e\n\u003ch3\u003eInnovation, die man tragen kann.\u003c\/h3\u003e\n\u003cp\u003eDas smarte Lanyard-Kabel. Wir haben das Type-C Kabel neu gedacht. Jede Powerbank wird mit einem ultrakompakten Schnellladekabel geliefert, das sich als Trageschlaufe anstecken lässt. Perfekt optimiert \u003cstrong\u003efür iPhone, AirPods, Android und für alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 50px; height: 50px; margin: 24px auto 0 auto; display: block; opacity: 0.9;\"\u003e\n          \u003cpath d=\"M 6 16 V 8 a 3 3 0 0 1 6 0 v 8 a 3 3 0 0 0 6 0 V 8\"\u003e\u003c\/path\u003e\n          \u003crect x=\"4\" y=\"16\" width=\"4\" height=\"5\" rx=\"1\" fill=\"#1d1d1f\" stroke=\"none\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"16\" y=\"3\" width=\"4\" height=\"5\" rx=\"1\" fill=\"#1d1d1f\" stroke=\"none\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"gl-specs-wrapper\"\u003e\n\u003cdiv class=\"gl-specs-header\"\u003e\n\u003ch2\u003eTechnische Spezifikationen im Detail\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"gl-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModell\u003c\/th\u003e\n\u003ctd\u003e3in1 Smart Magnetic Powerbox - SLIM LINE ULTRA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKapazität\u003c\/th\u003e\n\u003ctd\u003e5.000 mAh \/ 3.85V \/ 19.25Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAbmessungen\u003c\/th\u003e\n\u003ctd\u003e135 x 85 x 17 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVerfügbare Farben\u003c\/th\u003e\n\u003ctd\u003eSpace Grau, Premium Orange, Champagner Gold\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eGehäuse mit Premium-Aluminium-Rückseite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKabelgebundene Leistung (Max)\u003c\/th\u003e\n\u003ctd\u003e22.5W (Unterstützt durch mitgeliefertes Lanyard-Kabel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKabellose magnetische Leistung\u003c\/th\u003e\n\u003ctd\u003e15W (MagSafe kompatibel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType-C Eingang (Input)\u003c\/th\u003e\n\u003ctd\u003e5V=3A, 9V=2A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType-C Ausgang (Output)\u003c\/th\u003e\n\u003ctd\u003e5V=3A, 9V=2.22A, 12V=1.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUSB-A Ausgang (Output)\u003c\/th\u003e\n\u003ctd\u003e5V=4.5A, 4.5V=5A, 9V=2A, 12V=1.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eZusatzfunktionen\u003c\/th\u003e\n\u003ctd\u003eDigitales Status-Display, integriertes Lanyard-Tragekabel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eZertifizierungen\u003c\/th\u003e\n\u003ctd\u003eCE \/ EU-Konformitätserklärung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"gl-safety-note\"\u003e\n\u003cstrong\u003eWichtige Sicherheitshinweise\u003c\/strong\u003e\n\u003cp\u003eUm die kompromisslose Leistung Ihrer SLIM LINE ULTRA dauerhaft zu gewährleisten, schützen Sie das Gerät bitte vor Feuchtigkeit und extremen Temperaturen. Modifikationen an der Aluminium-Rückseite oder am Gehäuse sind zu unterlassen. Achten Sie für ein optimales, magnetisches Ladeerlebnis darauf, dass sich keine metallischen Fremdkörper zwischen Ihrem Endgerät und der Powerbank befinden. *Möglicherweise nicht geeignet für Smartwatches mit umgekehrter Polung sowie für Smartwatches und Smartphones, die keine kabellose Ladefunktion unterstützen (sondern nur über ihre eigenen Systeme verfügen).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bower","offers":[{"title":"Default Title","offer_id":53454777975122,"sku":"3972292","price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0889\/1554\/2354\/files\/Galio-Slim-Line-Ultra_-Cosmic-Orange-Handy24-Handy24-153911120.webp?v=1778853148"},{"product_id":"galio-slim-line-ultra-tiefgrau","title":"Galio slim line Ultra Powerbank, Tiefgrau","description":"\u003cstyle\u003e\n  \/* * Complete reset for our wrapper. \n   * This ensures the website's default theme won't break our layout.\n   * Container-type is defined so the layout adapts to the actual\n   * available space on the e-commerce page, not just the screen size.\n   *\/\n  #galio-ultra-premium {\n    all: initial; \n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1d1d1f;\n    background-color: #ffffff;\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    display: block;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    box-sizing: border-box;\n    overflow: hidden;\n    container-type: inline-size;\n    container-name: galio-container;\n  }\n\n  \/* Force box-sizing inside our component *\/\n  #galio-ultra-premium * {\n    box-sizing: border-box;\n  }\n\n  \/* * Reusable Animation Keyframes \n   *\/\n  @keyframes gl-fade-up {\n    0% { opacity: 0; transform: translateY(40px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes gl-pulse-ring {\n    0% { transform: scale(0.8); opacity: 0.5; box-shadow: 0 0 0 0 rgba(29, 29, 31, 0.2); }\n    70% { transform: scale(1.1); opacity: 1; box-shadow: 0 0 0 20px rgba(29, 29, 31, 0); }\n    100% { transform: scale(0.8); opacity: 0.5; box-shadow: 0 0 0 0 rgba(29, 29, 31, 0); }\n  }\n\n  @keyframes gl-float {\n    0% { transform: translateY(0px); }\n    50% { transform: translateY(-10px); }\n    100% { transform: translateY(0px); }\n  }\n\n  @keyframes gl-shimmer {\n    0% { background-position: -200% 0; }\n    100% { background-position: 200% 0; }\n  }\n\n  \/* * Hero Section Styles \n   *\/\n  .gl-hero {\n    text-align: center;\n    margin-bottom: 80px;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n  }\n\n  .gl-badge {\n    display: inline-block;\n    padding: 6px 16px;\n    border-radius: 30px;\n    background: rgba(0,0,0,0.05);\n    color: #1d1d1f;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(0,0,0,0.05);\n  }\n\n  .gl-title {\n    font-size: clamp(40px, 6vw, 84px);\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    margin: 0 0 15px 0;\n    line-height: 1.1;\n    background: linear-gradient(135deg, #111 0%, #666 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .gl-subtitle {\n    font-size: clamp(20px, 4vw, 36px);\n    font-weight: 600;\n    color: #86868b;\n    margin: 0 0 30px 0;\n  }\n\n  .gl-description {\n    max-width: 800px;\n    margin: 0 auto;\n    font-size: 20px;\n    color: #515154;\n    line-height: 1.6;\n    font-weight: 400;\n  }\n\n  \/* * Bento Box Grid Layout \n   *\/\n  .gl-bento-grid {\n    display: grid;\n    grid-template-columns: repeat(12, 1fr);\n    grid-auto-rows: minmax(300px, auto);\n    gap: 24px;\n    margin-bottom: 80px;\n  }\n\n  \/* Base styling for all cards *\/\n  .gl-card {\n    background: #f5f5f7;\n    border-radius: 32px;\n    padding: 40px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    opacity: 0;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    border: 1px solid rgba(255,255,255,0.5);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n  }\n\n  .gl-card:hover {\n    transform: scale(1.02) translateY(-5px);\n    box-shadow: 0 30px 60px rgba(0,0,0,0.08);\n    background: #ffffff;\n  }\n\n  \/* Staggered load-in animation delays *\/\n  .gl-card:nth-child(1) { animation-delay: 0.2s; grid-column: span 8; }\n  .gl-card:nth-child(2) { animation-delay: 0.3s; grid-column: span 4; }\n  .gl-card:nth-child(3) { animation-delay: 0.4s; grid-column: span 12; } \/* Colors card now spans full width *\/\n  .gl-card:nth-child(4) { animation-delay: 0.5s; grid-column: span 12; } \/* LED card spans full width for balance *\/\n  .gl-card:nth-child(5) { animation-delay: 0.6s; grid-column: span 12; }\n\n  \/* * Desktop Text Wrappers \n   * Limits text width so it never overlaps absolute visuals on desktop.\n   *\/\n  .gl-card-split .gl-card-content {\n    max-width: 50%;\n    z-index: 2; \n    position: relative;\n  }\n  \n  .gl-card h3 {\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n    color: #1d1d1f;\n    letter-spacing: -0.01em;\n  }\n\n  .gl-card p {\n    font-size: 17px;\n    color: #515154;\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  \/* 1. MagSafe Visual Graphic *\/\n  .gl-magsafe-visual {\n    position: absolute;\n    right: 20px;\n    bottom: 20px;\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    border: 2px solid rgba(29, 29, 31, 0.1);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 1; \n    animation: gl-pulse-ring 4s infinite cubic-bezier(0.4, 0, 0.2, 1);\n  }\n  .gl-magsafe-visual::before {\n    content: '';\n    width: 130px;\n    height: 130px;\n    border-radius: 50%;\n    border: 4px solid #1d1d1f;\n    position: absolute;\n  }\n  .gl-magsafe-visual::after {\n    content: '';\n    width: 35px;\n    height: 80px;\n    background: #1d1d1f;\n    border-radius: 20px;\n    position: absolute;\n    bottom: -40px;\n  }\n\n  \/* 2. Thinness Visual (17mm with Shimmer + Float) *\/\n  .gl-thin-visual {\n    position: absolute;\n    bottom: 30px;\n    right: 40px;\n    font-size: 80px;\n    font-weight: 800;\n    line-height: 1;\n    z-index: 1; \n    background: linear-gradient(90deg, #1d1d1f, #86868b, #1d1d1f);\n    background-size: 200% 100%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: gl-shimmer 3s infinite linear, gl-float 5s ease-in-out infinite;\n  }\n  .gl-thin-visual span { font-size: 30px; vertical-align: top; -webkit-text-fill-color: #1d1d1f; }\n\n  \/* 3. NEW Full-Width Color Images Display *\/\n  .gl-color-card {\n    text-align: center;\n    align-items: center;\n    padding-bottom: 0; \/* Images will sit at the bottom edge *\/\n  }\n  .gl-color-card .gl-card-content {\n    max-width: 800px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    z-index: 2;\n  }\n  .gl-color-dots-wrapper {\n    display: flex;\n    gap: 12px;\n    margin-top: 20px;\n    justify-content: center;\n  }\n  .gl-dot {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 2px 6px rgba(0,0,0,0.05);\n  }\n  .gl-pill-gray { background: linear-gradient(135deg, #8e8e93, #5a5a5c); }\n  .gl-pill-orange { background: linear-gradient(135deg, #ff9500, #df6e41); }\n  .gl-pill-gold { background: linear-gradient(135deg, #fcedca, #d4af37); }\n  \n  .gl-color-products {\n    display: flex;\n    justify-content: center;\n    align-items: flex-end; \/* Align to bottom *\/\n    gap: 3vw;\n    width: 100%;\n    margin-top: 40px;\n    z-index: 1;\n  }\n  .gl-product-img {\n    width: 28%;\n    max-width: 240px;\n    height: auto;\n    object-fit: contain;\n    filter: drop-shadow(0 25px 35px rgba(0,0,0,0.15));\n    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n    transform-origin: bottom center;\n  }\n  .gl-color-card:hover .gl-product-img {\n    transform: translateY(-15px) scale(1.05);\n  }\n\n  \/* 4. Custom LED Display Box (Fixed minimal size) *\/\n  .gl-display-visual {\n    position: absolute;\n    right: 8%; \/* Provides nice white space on full width *\/\n    bottom: 40px;\n    width: 260px; \n    height: auto;\n    z-index: 1; \n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 16px;\n    transition: transform 0.4s ease;\n  }\n  .gl-card:hover .gl-display-visual {\n    transform: scale(1.05) translateY(-5px);\n  }\n\n  \/* 5. Subtle dashed curve background for the Lanyard card *\/\n  .gl-cable-curve-bg {\n    position: absolute;\n    bottom: -15px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 90%;\n    height: 120px;\n    z-index: 0;\n    opacity: 0.15;\n    pointer-events: none;\n  }\n  .gl-cable-curve-wire {\n    width: 100%;\n    height: 100%;\n    border-top: 4px dashed #1d1d1f;\n    border-radius: 50% 50% 0 0;\n  }\n\n  \/* * Specs Table Section \n   *\/\n  .gl-specs-wrapper {\n    margin-top: 40px;\n    background: #fbfbfd;\n    border-radius: 32px;\n    padding: 60px;\n    animation: gl-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;\n    opacity: 0;\n  }\n\n  .gl-specs-header {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n  .gl-specs-header h2 {\n    font-size: 36px;\n    font-weight: 700;\n    margin: 0;\n  }\n\n  .gl-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n  }\n\n  .gl-table tr {\n    transition: background 0.3s;\n  }\n\n  .gl-table tr:hover {\n    background: #ffffff;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n    transform: scale(1.01);\n  }\n\n  .gl-table th, .gl-table td {\n    padding: 20px 24px;\n    border-bottom: 1px solid #e5e5ea;\n    text-align: left;\n  }\n\n  .gl-table th {\n    width: 35%;\n    font-weight: 600;\n    color: #1d1d1f;\n    font-size: 16px;\n  }\n\n  .gl-table td {\n    font-weight: 400;\n    color: #515154;\n    font-size: 16px;\n  }\n\n  .gl-table tr:last-child th, .gl-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Safety Note Box *\/\n  .gl-safety-note {\n    margin-top: 40px;\n    padding: 24px;\n    background: rgba(29, 29, 31, 0.03);\n    border-radius: 16px;\n    border-left: 4px solid #1d1d1f;\n  }\n  .gl-safety-note strong { color: #1d1d1f; display: block; margin-bottom: 8px; }\n  .gl-safety-note p { margin: 0; color: #515154; font-size: 14px; }\n\n\n  \/* * CONTAINER QUERIES (THE FIX FOR SQUEEZED E-COMMERCE LAYOUTS)\n   * This listens to the width of the parent div, NOT the screen.\n   * If the right sidebar pushes this content to \u003c 950px, it perfectly stacks.\n   *\/\n  @container galio-container (max-width: 950px) {\n    \/* Stack all cards into a single column *\/\n    .gl-card:nth-child(1), .gl-card:nth-child(2), .gl-card:nth-child(3), .gl-card:nth-child(4), .gl-card:nth-child(5) { grid-column: span 12; }\n    \n    \/* Mobile magic: Reverse flow so absolute graphics go top, text drops bottom *\/\n    .gl-card-split {\n      flex-direction: column-reverse;\n      justify-content: flex-end;\n      text-align: center;\n      padding-top: 50px; \n    }\n    \n    .gl-card-split .gl-card-content { \n      max-width: 100%; \n      margin-top: 30px; \n    }\n    \n    \/* Strip absolute positioning so they stack naturally without overlap *\/\n    .gl-magsafe-visual, .gl-thin-visual, .gl-display-visual {\n      position: relative;\n      right: auto;\n      bottom: auto;\n      margin: 0 auto; \n    }\n\n    \/* Scale visuals down to fit perfectly without crowding text *\/\n    .gl-magsafe-visual { width: 160px; height: 160px; opacity: 0.9; }\n    .gl-magsafe-visual::before { width: 90px; height: 90px; }\n    .gl-magsafe-visual::after { height: 50px; bottom: -25px; }\n    \n    .gl-thin-visual { font-size: 75px; opacity: 0.9; }\n    .gl-thin-visual span { font-size: 28px; }\n    \n    .gl-display-visual { width: 240px; opacity: 0.9; }\n    .gl-card:hover .gl-display-visual { transform: none; } \/* Disable hover scale on mobile *\/\n\n    \/* Typography scaling for narrow spaces *\/\n    .gl-title { font-size: 40px; }\n    .gl-description { font-size: 18px; }\n    .gl-card { padding: 30px; }\n    \n    .gl-color-products { gap: 10px; margin-top: 30px; }\n    .gl-product-img { width: 32%; }\n    \n    .gl-specs-wrapper { padding: 30px 20px; }\n    .gl-table th, .gl-table td { display: block; width: 100%; padding: 12px 0; }\n    .gl-table th { border-bottom: none; padding-bottom: 0; color: #86868b; }\n    .gl-cable-curve-bg { width: 120%; left: 50%; }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"galio-ultra-premium\"\u003e\n\u003cheader class=\"gl-hero\"\u003e\n\u003cdiv class=\"gl-badge\"\u003eGALIO deluxe Innovation\u003c\/div\u003e\n\u003ch1 class=\"gl-title\"\u003eSLIM LINE ULTRA.\u003c\/h1\u003e\n\u003ch2 class=\"gl-subtitle\"\u003eKraft. Elegant verpackt.\u003c\/h2\u003e\n\u003cp class=\"gl-description\"\u003eDie SLIM LINE ULTRA definiert das mobile Laden völlig neu. Entwickelt für höchste Ansprüche und ausgestattet mit einer edlen Rückseite aus Premium-Aluminium, vereint diese 3in1 Smart Magnetic Powerbox bahnbrechende Leistung mit einem Design, das begeistert.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003csection class=\"gl-bento-grid\"\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eMagnetische Magie.\u003c\/h3\u003e\n\u003cp\u003eErleben Sie die Zukunft des Ladens. Mit bis zu 15W magnetischer, kabelloser Ausgangsleistung. Einfach auflegen – die starken Magnete sorgen für präzise Ausrichtung und ein sicheres Ladeerlebnis, optimal abgestimmt \u003cstrong\u003efür alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-magsafe-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eSo dünn.\u003cbr\u003eSo kraftvoll.\u003c\/h3\u003e\n\u003cp\u003eMit einer Kapazität von 5.000 mAh gleitet sie mühelos in jede Tasche. Kühle Aluminium-Rückseite für sichere Temperaturregulierung beim Schnellladen \u003cstrong\u003efür iPhone und alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-thin-visual\"\u003e17\u003cspan\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-color-card\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eDrei Farben. Ein Statement.\u003c\/h3\u003e\n\u003cp\u003eDesign, das sich Ihrem Stil anpasst. Metallische Finishes, die perfekt zu Premium-Geräten passen.\u003c\/p\u003e\n\u003cdiv class=\"gl-color-dots-wrapper\"\u003e\n\u003cdiv class=\"gl-dot gl-pill-gray\" title=\"Space Grau\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gl-dot gl-pill-gold\" title=\"Champagner Gold\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gl-dot gl-pill-orange\" title=\"Premium Orange\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-color-products\"\u003e\n\u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/compressed_375_1778847503313.webp\" alt=\"Space Grau\" class=\"gl-product-img\"\u003e \u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/Galio-slim-line-Ultra_-Gold-Handy24-Handy24-153911083.webp?v=1778852966\u0026amp;width=800\" alt=\"Champagner Gold\" class=\"gl-product-img\"\u003e \u003cimg src=\"https:\/\/handy24.de\/cdn\/shop\/files\/Galio-Slim-Line-Ultra_-Cosmic-Orange-Handy24-Handy24-153911120.webp\" alt=\"Premium Orange\" class=\"gl-product-img\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card gl-card-split\"\u003e\n\u003cdiv class=\"gl-card-content\"\u003e\n\u003ch3\u003eEin neues Level an Vielseitigkeit.\u003c\/h3\u003e\n\u003cp\u003eOb \u003cstrong\u003efür iPhone\u003c\/strong\u003e, \u003cstrong\u003efür AirPods\u003c\/strong\u003e oder Smartwatch – dieses Kraftpaket integriert sich nahtlos. Alles im Blick behalten Sie stets durch das brillante Digitaldisplay in Echtzeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-display-visual\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"50 40 400 220\" width=\"100%\" height=\"100%\" style=\"filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));\"\u003e\n          \u003cdefs\u003e\n            \u003cstyle\u003e\n              .led-text { font-family: 'Courier New', Courier, monospace; font-weight: bold; }\n              .glow-green { filter: drop-shadow(0px 0px 4px rgba(127, 255, 0, 0.4)); }\n              .glow-blue { filter: drop-shadow(0px 0px 4px rgba(77, 184, 255, 0.4)); }\n              \n              \/* Slow underwater-like bubble animation inside LED *\/\n              @keyframes slowBubbleRise {\n                0% { transform: translateY(15px) scale(0.6); opacity: 0; }\n                30% { opacity: 0.8; }\n                70% { opacity: 0.8; }\n                100% { transform: translateY(-35px) scale(1.2); opacity: 0; }\n              }\n              .svg-bubble {\n                fill: #7FFF00;\n                animation: slowBubbleRise linear infinite;\n              }\n            \u003c\/style\u003e\n          \u003c\/defs\u003e\n\n          \u003crect x=\"50\" y=\"40\" width=\"400\" height=\"220\" rx=\"16\" fill=\"#080808\" stroke=\"#333\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n\n          \u003ccircle cx=\"140\" cy=\"150\" r=\"55\" fill=\"none\" stroke=\"#22361d\" stroke-width=\"8\" stroke-linecap=\"round\" stroke-dasharray=\"290 345.5\" transform=\"rotate(130 140 150)\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"140\" cy=\"150\" r=\"55\" fill=\"none\" stroke=\"#7FFF00\" stroke-width=\"8\" stroke-linecap=\"round\" stroke-dasharray=\"193.5 345.5\" transform=\"rotate(130 140 150)\" class=\"glow-green\"\u003e\u003c\/circle\u003e\n\n          \u003cg class=\"glow-green\"\u003e\n            \u003ccircle cx=\"125\" cy=\"165\" r=\"3\" class=\"svg-bubble\" style=\"animation-duration: 4.5s; animation-delay: 0s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"148\" cy=\"170\" r=\"4.5\" class=\"svg-bubble\" style=\"animation-duration: 6s; animation-delay: 1.5s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"138\" cy=\"158\" r=\"2.5\" class=\"svg-bubble\" style=\"animation-duration: 5s; animation-delay: 3s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"152\" cy=\"165\" r=\"3.5\" class=\"svg-bubble\" style=\"animation-duration: 7s; animation-delay: 2s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"130\" cy=\"175\" r=\"2\" class=\"svg-bubble\" style=\"animation-duration: 4s; animation-delay: 4.5s;\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"142\" cy=\"180\" r=\"4\" class=\"svg-bubble\" style=\"animation-duration: 5.5s; animation-delay: 0.8s;\"\u003e\u003c\/circle\u003e\n          \u003c\/g\u003e\n\n          \u003ctext x=\"140\" y=\"165\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"44\" text-anchor=\"middle\" letter-spacing=\"-2\"\u003e56\u003c\/text\u003e\n          \u003ctext x=\"172\" y=\"160\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"20\"\u003e%\u003c\/text\u003e\n\n          \u003cg transform=\"translate(280, 70)\" fill=\"none\" stroke=\"#f0f0f0\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"0\" y=\"0\" width=\"14\" height=\"24\" rx=\"3\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"38\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M35 5 v-5 h6 v5 M35 19 v5 h6 v-5\"\u003e\u003c\/path\u003e\n            \u003crect x=\"75\" y=\"4\" width=\"22\" height=\"14\" rx=\"7\"\u003e\u003c\/rect\u003e\n            \u003cline x1=\"82\" y1=\"11\" x2=\"90\" y2=\"11\" stroke-dasharray=\"2 3\"\u003e\u003c\/line\u003e\n          \u003c\/g\u003e\n\n          \u003ctext x=\"245\" y=\"152\" fill=\"#7FFF00\" class=\"led-text glow-green\" font-size=\"20\"\u003eIN\u003c\/text\u003e\n          \u003ctext x=\"288\" y=\"153\" fill=\"#f0f0f0\" class=\"led-text\" font-size=\"28\" letter-spacing=\"1\"\u003e00W\u003c\/text\u003e\n          \n          \u003crect x=\"350\" y=\"130\" width=\"48\" height=\"26\" rx=\"4\" fill=\"#4DB8FF\" class=\"glow-blue\"\u003e\u003c\/rect\u003e\n          \u003ctext x=\"374\" y=\"149\" fill=\"#080808\" class=\"led-text\" font-size=\"16\" text-anchor=\"middle\"\u003eMAX\u003c\/text\u003e\n\n          \u003ctext x=\"233\" y=\"206\" fill=\"#7FFF00\" class=\"led-text glow-green\" font-size=\"20\"\u003eOUT\u003c\/text\u003e\n          \n          \u003crect x=\"285\" y=\"184\" width=\"118\" height=\"28\" rx=\"4\" fill=\"#4DB8FF\" class=\"glow-blue\"\u003e\u003c\/rect\u003e\n          \u003ctext x=\"344\" y=\"205\" fill=\"#080808\" class=\"led-text\" font-size=\"20\" text-anchor=\"middle\" letter-spacing=\"1\"\u003e00V 0.0A\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gl-card\" style=\"text-align: center; justify-content: center; position: relative;\"\u003e\n\u003cdiv class=\"gl-cable-curve-bg\"\u003e\n\u003cdiv class=\"gl-cable-curve-wire\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gl-card-content\" style=\"max-width: 800px; margin: 0 auto; z-index: 2; position: relative;\"\u003e\n\u003ch3\u003eInnovation, die man tragen kann.\u003c\/h3\u003e\n\u003cp\u003eDas smarte Lanyard-Kabel. Wir haben das Type-C Kabel neu gedacht. Jede Powerbank wird mit einem ultrakompakten Schnellladekabel geliefert, das sich als Trageschlaufe anstecken lässt. Perfekt optimiert \u003cstrong\u003efür iPhone, AirPods, Android und für alle magnetischen Geräte*\u003c\/strong\u003e.\u003c\/p\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 50px; height: 50px; margin: 24px auto 0 auto; display: block; opacity: 0.9;\"\u003e\n          \u003cpath d=\"M 6 16 V 8 a 3 3 0 0 1 6 0 v 8 a 3 3 0 0 0 6 0 V 8\"\u003e\u003c\/path\u003e\n          \u003crect x=\"4\" y=\"16\" width=\"4\" height=\"5\" rx=\"1\" fill=\"#1d1d1f\" stroke=\"none\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"16\" y=\"3\" width=\"4\" height=\"5\" rx=\"1\" fill=\"#1d1d1f\" stroke=\"none\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003csection class=\"gl-specs-wrapper\"\u003e\n\u003cdiv class=\"gl-specs-header\"\u003e\n\u003ch2\u003eTechnische Spezifikationen im Detail\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"gl-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModell\u003c\/th\u003e\n\u003ctd\u003e3in1 Smart Magnetic Powerbox - SLIM LINE ULTRA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKapazität\u003c\/th\u003e\n\u003ctd\u003e5.000 mAh \/ 3.85V \/ 19.25Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAbmessungen\u003c\/th\u003e\n\u003ctd\u003e135 x 85 x 17 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVerfügbare Farben\u003c\/th\u003e\n\u003ctd\u003eSpace Grau, Premium Orange, Champagner Gold\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eGehäuse mit Premium-Aluminium-Rückseite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKabelgebundene Leistung (Max)\u003c\/th\u003e\n\u003ctd\u003e22.5W (Unterstützt durch mitgeliefertes Lanyard-Kabel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eKabellose magnetische Leistung\u003c\/th\u003e\n\u003ctd\u003e15W (MagSafe kompatibel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType-C Eingang (Input)\u003c\/th\u003e\n\u003ctd\u003e5V=3A, 9V=2A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType-C Ausgang (Output)\u003c\/th\u003e\n\u003ctd\u003e5V=3A, 9V=2.22A, 12V=1.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eUSB-A Ausgang (Output)\u003c\/th\u003e\n\u003ctd\u003e5V=4.5A, 4.5V=5A, 9V=2A, 12V=1.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eZusatzfunktionen\u003c\/th\u003e\n\u003ctd\u003eDigitales Status-Display, integriertes Lanyard-Tragekabel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eZertifizierungen\u003c\/th\u003e\n\u003ctd\u003eCE \/ EU-Konformitätserklärung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"gl-safety-note\"\u003e\n\u003cstrong\u003eWichtige Sicherheitshinweise\u003c\/strong\u003e\n\u003cp\u003eUm die kompromisslose Leistung Ihrer SLIM LINE ULTRA dauerhaft zu gewährleisten, schützen Sie das Gerät bitte vor Feuchtigkeit und extremen Temperaturen. Modifikationen an der Aluminium-Rückseite oder am Gehäuse sind zu unterlassen. Achten Sie für ein optimales, magnetisches Ladeerlebnis darauf, dass sich keine metallischen Fremdkörper zwischen Ihrem Endgerät und der Powerbank befinden. *Möglicherweise nicht geeignet für Smartwatches mit umgekehrter Polung sowie für Smartwatches und Smartphones, die keine kabellose Ladefunktion unterstützen (sondern nur über ihre eigenen Systeme verfügen).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bower","offers":[{"title":"Default Title","offer_id":53454778696018,"sku":"3972319","price":49.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0889\/1554\/2354\/files\/compressed_375_1778847503313.webp?v=1778853131"}],"url":"https:\/\/handy24.de\/collections\/galio.oembed","provider":"Handy24","version":"1.0","type":"link"}