{"product_id":"seapro-fishing-rod-holder-edelstahl","title":"Fishing rod holder stainless steel ","description":"```html\n\u003cdiv class=\"seapro-rod-holder-product\"\u003e\n\n\n  \u003cstyle\u003e\n    .seapro-rod-holder-product {\n      --sp-dark: #172126;\n      --sp-dark-soft: #223038;\n      --sp-text: #364249;\n      --sp-muted: #6b767c;\n      --sp-bg: #f5f7f8;\n      --sp-white: #ffffff;\n      --sp-line: #dde4e7;\n      --sp-accent: #1e687e;\n\n      width: 100%;\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 30px 20px 60px;\n      box-sizing: border-box;\n      color: var(--sp-text);\n      font-family: \"Microsoft JhengHei UI\", Arial, sans-serif;\n    }\n\n    .seapro-rod-holder-product *,\n    .seapro-rod-holder-product *::before,\n    .seapro-rod-holder-product *::after {\n      box-sizing: border-box;\n    }\n\n    .seapro-rod-holder-product img {\n      display: block;\n      width: 100%;\n      max-width: 100%;\n      height: auto !important;\n    }\n\n    \/* LOGO *\/\n    .sprh-logo {\n      display: flex;\n      justify-content: center;\n      margin-bottom: 28px;\n      padding: 24px 30px;\n      background: var(--sp-white);\n      border: 1px solid var(--sp-line);\n    }\n\n    .sprh-logo img {\n      width: 594px;\n      max-width: 82%;\n    }\n\n    \/* HERO *\/\n    .sprh-hero {\n      position: relative;\n      overflow: hidden;\n      margin-bottom: 28px;\n      padding: 58px 50px;\n      background:\n        radial-gradient(\n          circle at 85% 15%,\n          rgba(30, 104, 126, 0.24),\n          transparent 34%\n        ),\n        linear-gradient(\n          135deg,\n          var(--sp-dark) 0%,\n          var(--sp-dark-soft) 100%\n        );\n      color: #fff;\n      text-align: center;\n    }\n\n    .sprh-hero::before {\n      content: \"\";\n      position: absolute;\n      top: -150px;\n      right: -120px;\n      width: 440px;\n      height: 440px;\n      border: 1px solid rgba(255,255,255,0.07);\n      border-radius: 50%;\n    }\n\n    .sprh-hero::after {\n      content: \"\";\n      position: absolute;\n      left: -180px;\n      bottom: -230px;\n      width: 440px;\n      height: 440px;\n      border: 1px solid rgba(255,255,255,0.05);\n      border-radius: 50%;\n    }\n\n    .sprh-hero-inner {\n      position: relative;\n      z-index: 2;\n    }\n\n    .sprh-title-row {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 24px;\n      margin-bottom: 22px;\n    }\n\n    .sprh-stoerer {\n      width: 133px;\n      flex: 0 0 auto;\n    }\n\n    .sprh-title {\n      margin: 0;\n      color: #fff;\n      font-size: clamp(40px, 5vw, 64px);\n      line-height: 1.05;\n      font-weight: 800;\n      letter-spacing: -2px;\n    }\n\n    .sprh-subtitle {\n      margin: 0 0 34px;\n      color: rgba(255,255,255,0.8);\n      font-size: 24px;\n      line-height: 1.5;\n    }\n\n    .sprh-hero-copy {\n      margin: 0 auto 20px;\n      max-width: 760px;\n      color: #fff;\n      font-size: 18px;\n      line-height: 1.8;\n    }\n\n    .sprh-hero-copy:last-child {\n      margin-bottom: 0;\n    }\n\n    .sprh-hero-copy strong {\n      font-weight: 800;\n    }\n\n    \/* DETAILS *\/\n    .sprh-details {\n      margin-bottom: 28px;\n      padding: 42px 38px;\n      background: var(--sp-white);\n      border: 1px solid var(--sp-line);\n      text-align: center;\n    }\n\n    .sprh-details p {\n      margin: 0;\n      color: var(--sp-text);\n      font-size: 18px;\n      line-height: 1.85;\n    }\n\n    \/* IMAGE *\/\n    .sprh-image {\n      margin-bottom: 28px;\n      padding: 25px;\n      background: var(--sp-bg);\n    }\n\n    .sprh-image img {\n      margin: 0 auto;\n    }\n\n    .sprh-image--narrow img {\n      max-width: 498px;\n    }\n\n    .sprh-image--wide img {\n      max-width: 822px;\n    }\n\n    \/* CONTACT *\/\n    .sprh-contact {\n      margin-bottom: 28px;\n      padding: 42px 30px;\n      background: var(--sp-dark);\n      text-align: center;\n    }\n\n    .sprh-contact img {\n      width: 594px;\n      max-width: 82%;\n      margin: 0 auto 24px;\n      padding: 10px 14px;\n      background: #fff;\n    }\n\n    .sprh-contact strong {\n      display: block;\n      color: #fff;\n    }\n\n    .sprh-contact-title {\n      margin-bottom: 8px;\n      font-size: 26px;\n      line-height: 1.3;\n    }\n\n    .sprh-contact-copy {\n      font-size: 17px;\n      line-height: 1.6;\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 900px) {\n      .seapro-rod-holder-product {\n        padding: 18px 14px 40px;\n      }\n\n      .sprh-title-row {\n        flex-direction: column;\n      }\n\n      .sprh-title-row .sprh-stoerer:last-child {\n        display: none;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .seapro-rod-holder-product {\n        padding-left: 10px;\n        padding-right: 10px;\n      }\n\n      .sprh-logo {\n        padding: 20px 16px;\n      }\n\n      .sprh-logo img,\n      .sprh-contact img {\n        max-width: 92%;\n      }\n\n      .sprh-hero {\n        padding: 42px 22px;\n      }\n\n      .sprh-stoerer {\n        width: 105px;\n      }\n\n      .sprh-title {\n        font-size: 39px;\n        letter-spacing: -1.2px;\n      }\n\n      .sprh-subtitle {\n        font-size: 20px;\n      }\n\n      .sprh-hero-copy,\n      .sprh-details p {\n        font-size: 15px;\n      }\n\n      .sprh-details {\n        padding: 30px 22px;\n      }\n\n      .sprh-image {\n        padding: 16px;\n      }\n\n      .sprh-contact {\n        padding: 32px 20px;\n      }\n\n      .sprh-contact-title {\n        font-size: 23px;\n      }\n\n      .sprh-contact-copy {\n        font-size: 15px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003c!-- LOGO --\u003e\n  \u003cdiv class=\"sprh-logo\"\u003e\n\n\n    \u003cimg src=\"https:\/\/ebay.getrago-shop.com\/EVA\/SeaproLogo.jpg\" alt=\"\"\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"sprh-hero\"\u003e\n\n    \u003cdiv class=\"sprh-hero-inner\"\u003e\n\n\n      \u003cdiv class=\"sprh-title-row\"\u003e\n\n\n        \u003cimg class=\"sprh-stoerer\" src=\"https:\/\/ebay.getrago-shop.com\/EVA\/SeaproStoerer.jpg\" alt=\"\"\u003e\n\n        \u003ch2 class=\"sprh-title\"\u003e\n\n          Fishing Rod Holder\n        \u003c\/h2\u003e\n\n\n        \u003cimg class=\"sprh-stoerer\" src=\"https:\/\/ebay.getrago-shop.com\/EVA\/SeaproStoerer.jpg\" alt=\"\"\u003e\n\n      \u003c\/div\u003e\n\n\n\n      \u003cp class=\"sprh-subtitle\"\u003e\n        for all boats\n      \u003c\/p\u003e\n\n\n\n      \u003cp class=\"sprh-hero-copy\"\u003e\n        Solid stainless steel design - for onboard mounting\n      \u003c\/p\u003e\n\n\n\n      \u003cp class=\"sprh-hero-copy\"\u003e\n        adjustable in its inclination\u003cbr\u003e\n        highly polished - \u003cstrong\u003every stable\u003c\/strong\u003e\n      \u003c\/p\u003e\n\n\n    \u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DETAILS --\u003e\n  \u003csection class=\"sprh-details\"\u003e\n\n    \u003cp\u003e\n      360° rotatable\u003cbr\u003e\n      90° tiltable\u003cbr\u003e\n      \u003cbr\u003e\n      Insertion length: 23.1cm\u003cbr\u003e\n      Diameter: 5.0cm\n    \u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ORIGINALBILD --\u003e\n  \u003cdiv class=\"sprh-image sprh-image--narrow\"\u003e\n\n\n    \u003cimg src=\"https:\/\/ebay.getrago-shop.com\/Fittings\/seapro-angelruten-halter.png\" alt=\"\"\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- ORIGINALBILD --\u003e\n  \u003cdiv class=\"sprh-image sprh-image--narrow\"\u003e\n\n\n    \u003cimg src=\"https:\/\/ebay.getrago-shop.com\/Fittings\/fishingrodholder.png\" alt=\"\"\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- FRAGEN --\u003e\n  \u003csection class=\"sprh-contact\"\u003e\n\n    \u003cimg src=\"https:\/\/ebay.getrago-shop.com\/EVA\/SeaproLogo.jpg\" alt=\"\"\u003e\n\n    \u003cstrong class=\"sprh-contact-title\"\u003e\n      Do you have any questions?\n    \u003c\/strong\u003e\n\n    \u003cstrong class=\"sprh-contact-copy\"\u003e\n      We are happy to assist you!\n    \u003c\/strong\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ORIGINALBILD --\u003e\n  \u003cdiv class=\"sprh-image sprh-image--wide\"\u003e\n\n\n    \u003cimg src=\"https:\/\/ebay.getrago-shop.com\/Fittings\/searay310.png\" alt=\"\"\u003e\n\n  \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n```","brand":"Seapro®","offers":[{"title":"Default Title","offer_id":41694701945039,"sku":"SP-8000","price":32.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0604\/1432\/9039\/products\/seapro-fishing-rod-holder.jpg?v=1649605830","url":"https:\/\/www.seapro-marine.com\/en\/products\/seapro-fishing-rod-holder-edelstahl","provider":"Seapro-Marine","version":"1.0","type":"link"}