{"product_id":"luxpresso-tamper-classico-51-mm-perfekt-fur-ihren-espresso","title":"Luxpresso Tamper Classico 51 mm – Perfekt für Ihren Espresso","description":"\u003cbody\u003e\n\u003cdiv id=\"tds-mobile-description\" vocab=\"https:\/\/schema.org\/\" typeof=\"Product\" style=\"display: none\"\u003e\n                        \u003cspan property=\"description\"\u003e\n\n\n  \n  \n  Luxpresso Tamper \"Classico\" 51mm - Premium Barista-Werkzeug | Haas Online Shop\n  \n      @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026amp;family=Inter:wght@300;400;500;600;700\u0026amp;display=swap');\n      \n      * {\n          margin: 0;\n          padding: 0;\n          box-sizing: border-box;\n      }\n      \n      body {\n          font-family: 'Inter', sans-serif;\n          line-height: 1.6;\n          color: #2c3e50;\n          background: linear-gradient(135deg, #2C3E50 0%, #34495E 20%, #5D6D7E 40%, #85929E 60%, #AEB6BF 80%, #D5DBDB 100%);\n          min-height: 100vh;\n          padding: 20px;\n      }\n      \n      .container {\n          max-width: 1200px;\n          margin: 0 auto;\n          background: rgba(255, 255, 255, 0.98);\n          backdrop-filter: blur(30px);\n          border-radius: 40px;\n          padding: 50px;\n          box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);\n          position: relative;\n          overflow: hidden;\n      }\n      \n      .container::before {\n          content: '';\n          position: absolute;\n          top: 0;\n          left: 0;\n          right: 0;\n          height: 12px;\n          background: linear-gradient(90deg, #2C3E50, #34495E, #5D6D7E, #85929E, #AEB6BF);\n      }\n      \n      .hero {\n          background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);\n          color: white;\n          padding: 70px 50px;\n          border-radius: 35px;\n          text-align: center;\n          margin-bottom: 60px;\n          position: relative;\n          overflow: hidden;\n      }\n      \n      .hero::before {\n          content: '';\n          position: absolute;\n          top: -50%;\n          left: -50%;\n          width: 200%;\n          height: 200%;\n          background: radial-gradient(circle, rgba(255,255,255,0.08) 2px, transparent 2px);\n          background-size: 50px 50px;\n          animation: metal-shine 25s infinite linear;\n      }\n      \n      @keyframes metal-shine {\n          0% { transform: translate(-25px, -25px) rotate(0deg); }\n          100% { transform: translate(25px, 25px) rotate(360deg); }\n      }\n      \n      .hero-title {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(3rem, 7vw, 5.5rem);\n          font-weight: 700;\n          margin-bottom: 30px;\n          position: relative;\n          z-index: 1;\n          text-shadow: 3px 6px 20px rgba(0,0,0,0.5);\n      }\n      \n      .hero-subtitle {\n          font-size: clamp(1.5rem, 3.5vw, 2.4rem);\n          margin-bottom: 25px;\n          position: relative;\n          z-index: 1;\n          font-weight: 400;\n          line-height: 1.4;\n      }\n      \n      .hero-description {\n          font-size: clamp(1.2rem, 2.8vw, 1.6rem);\n          position: relative;\n          z-index: 1;\n          line-height: 1.8;\n          opacity: 0.95;\n      }\n      \n      .section {\n          margin: 60px 0;\n          padding: 65px;\n          border-radius: 35px;\n          position: relative;\n          overflow: hidden;\n          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);\n      }\n      \n      .section-steel {\n          background: linear-gradient(135deg, #5D6D7E 0%, #85929E 100%);\n          color: white;\n      }\n      \n      .section-dark {\n          background: linear-gradient(135deg, #2C3E50 0%, #1B2631 100%);\n          color: white;\n      }\n      \n      .section-silver {\n          background: linear-gradient(135deg, #AEB6BF 0%, #D5DBDB 100%);\n          color: #2c3e50;\n      }\n      \n      .section-metallic {\n          background: linear-gradient(135deg, #34495E 0%, #2C3E50 100%);\n          color: white;\n      }\n      \n      .section-header {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(2.2rem, 5vw, 3.5rem);\n          margin-bottom: 40px;\n          font-weight: 600;\n          display: flex;\n          align-items: center;\n          gap: 20px;\n      }\n      \n      .section-icon {\n          font-size: clamp(3rem, 6vw, 4rem);\n      }\n      \n      .feature-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n          gap: 35px;\n          margin: 50px 0;\n      }\n      \n      .feature-card {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.4s ease;\n          position: relative;\n          overflow: hidden;\n          border-left: 6px solid #5D6D7E;\n      }\n      \n      .feature-card::before {\n          content: '';\n          position: absolute;\n          top: 0;\n          left: 0;\n          width: 100%;\n          height: 8px;\n          background: linear-gradient(90deg, #2C3E50, #5D6D7E, #85929E);\n          transform: scaleX(0);\n          transition: transform 0.4s ease;\n      }\n      \n      .feature-card:hover {\n          transform: translateY(-15px) scale(1.02);\n          box-shadow: 0 40px 80px rgba(0,0,0,0.25);\n      }\n      \n      .feature-card:hover::before {\n          transform: scaleX(1);\n      }\n      \n      .feature-card h4 {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(1.4rem, 3.2vw, 1.8rem);\n          margin-bottom: 25px;\n          color: #2C3E50;\n          font-weight: 600;\n      }\n      \n      .feature-card p {\n          font-size: clamp(1.1rem, 2.5vw, 1.3rem);\n          line-height: 1.8;\n      }\n      \n      .specs-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n          gap: 35px;\n          margin: 50px 0;\n      }\n      \n      .spec-card {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.4s ease;\n          border-top: 8px solid #2C3E50;\n      }\n      \n      .spec-card:hover {\n          transform: translateY(-15px);\n          box-shadow: 0 40px 80px rgba(0,0,0,0.25);\n      }\n      \n      .spec-card h4 {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(1.4rem, 3.2vw, 1.8rem);\n          margin-bottom: 25px;\n          color: #2C3E50;\n          font-weight: 600;\n      }\n      \n      .spec-list {\n          list-style: none;\n      }\n      \n      .spec-list li {\n          padding: 12px 0;\n          padding-left: 35px;\n          position: relative;\n          font-size: clamp(1.1rem, 2.5vw, 1.3rem);\n          border-bottom: 1px solid rgba(0,0,0,0.08);\n          line-height: 1.7;\n      }\n      \n      .spec-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .spec-list li::before {\n          content: 'âï¸';\n          position: absolute;\n          left: 0;\n          color: #5D6D7E;\n          font-size: 1.2em;\n      }\n      \n      .usage-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n          gap: 40px;\n          margin: 50px 0;\n      }\n      \n      .usage-category {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.3s ease;\n          border-left: 8px solid #2C3E50;\n      }\n      \n      .usage-category:hover {\n          transform: translateY(-12px) scale(1.02);\n          box-shadow: 0 35px 75px rgba(0,0,0,0.25);\n      }\n      \n      .usage-category h4 {\n          font-size: clamp(1.5rem, 3.5vw, 1.9rem);\n          margin-bottom: 30px;\n          font-weight: 600;\n          font-family: 'Playfair Display', serif;\n          color: #2C3E50;\n      }\n      \n      .usage-list {\n          list-style: none;\n      }\n      \n      .usage-list li {\n          padding: 15px 0;\n          padding-left: 40px;\n          position: relative;\n          font-size: clamp(1.1rem, 2.5vw, 1.25rem);\n          border-bottom: 1px solid rgba(0,0,0,0.08);\n      }\n      \n      .usage-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .usage-list li::before {\n          content: 'â¶';\n          position: absolute;\n          left: 0;\n          color: #5D6D7E;\n          font-size: 1.4em;\n      }\n      \n      .tech-specs-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n          gap: 30px;\n          margin: 45px 0;\n      }\n      \n      .tech-spec-item {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 35px;\n          border-radius: 25px;\n          border-left: 8px solid #2C3E50;\n          box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n          transition: all 0.3s ease;\n      }\n      \n      .tech-spec-item:hover {\n          transform: translateY(-8px);\n          box-shadow: 0 30px 65px rgba(0,0,0,0.2);\n      }\n      \n      .tech-spec-item strong {\n          color: #2C3E50;\n          font-size: 1.15em;\n          display: block;\n          margin-bottom: 12px;\n          font-family: 'Playfair Display', serif;\n      }\n      \n      .tech-spec-item span {\n          font-size: clamp(1.1rem, 2.5vw, 1.25rem);\n      }\n      \n      .advantages-list {\n          list-style: none;\n          margin: 45px 0;\n      }\n      \n      .advantages-list li {\n          padding: 20px 0;\n          padding-left: 50px;\n          position: relative;\n          font-size: clamp(1.2rem, 2.8vw, 1.5rem);\n          border-bottom: 1px solid rgba(255,255,255,0.2);\n          line-height: 1.8;\n      }\n      \n      .advantages-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .advantages-list li::before {\n          content: 'â­';\n          position: absolute;\n          left: 0;\n          font-size: 1.8em;\n      }\n      \n      .separator {\n          height: 12px;\n          background: linear-gradient(90deg, #2C3E50, #34495E, #5D6D7E, #85929E, #AEB6BF);\n          border: none;\n          border-radius: 6px;\n          margin: 80px 0;\n          box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);\n      }\n      \n      .highlight-box {\n          background: rgba(255, 255, 255, 0.15);\n          padding: 40px;\n          border-radius: 25px;\n          margin: 40px 0;\n          border-left: 6px solid rgba(255, 255, 255, 0.8);\n      }\n      \n      .highlight-box p {\n          font-size: clamp(1.3rem, 3vw, 1.6rem);\n          line-height: 1.9;\n          margin: 0;\n      }\n      \n      .process-steps {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n          gap: 30px;\n          margin: 50px 0;\n      }\n      \n      .process-step {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 40px;\n          border-radius: 25px;\n          box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n          transition: all 0.3s ease;\n          position: relative;\n          border-top: 6px solid #5D6D7E;\n      }\n      \n      .process-step:hover {\n          transform: translateY(-10px);\n          box-shadow: 0 30px 65px rgba(0,0,0,0.2);\n      }\n      \n      .step-number {\n          position: absolute;\n          top: -15px;\n          left: 30px;\n          background: #2C3E50;\n          color: white;\n          width: 40px;\n          height: 40px;\n          border-radius: 50%;\n          display: flex;\n          align-items: center;\n          justify-content: center;\n          font-weight: bold;\n          font-size: 1.2em;\n      }\n      \n      .process-step h4 {\n          margin-top: 15px;\n          margin-bottom: 20px;\n          font-family: 'Playfair Display', serif;\n          color: #2C3E50;\n          font-size: 1.4em;\n      }\n      \n      @media (max-width: 768px) {\n          body {\n              padding: 15px;\n          }\n          \n          .container {\n              padding: 35px;\n              border-radius: 30px;\n          }\n          \n          .hero,\n          .section {\n              padding: 45px;\n              border-radius: 30px;\n          }\n          \n          .specs-grid,\n          .feature-grid,\n          .usage-grid,\n          .tech-specs-grid,\n          .process-steps {\n              grid-template-columns: 1fr;\n              gap: 30px;\n          }\n          \n          .section-header {\n              flex-direction: column;\n              text-align: center;\n              gap: 15px;\n          }\n      }\n      \n      @media (max-width: 480px) {\n          .container {\n              padding: 25px;\n          }\n          \n          .hero,\n          .section {\n              padding: 35px;\n          }\n          \n          .highlight-box {\n              padding: 30px;\n          }\n      }\n      \n      @media (prefers-contrast: high) {\n          .hero,\n          .section {\n              border: 3px solid white;\n          }\n          \n          .spec-card,\n          .feature-card,\n          .usage-category,\n          .tech-spec-item,\n          .process-step {\n              border: 2px solid #333;\n              background: white !important;\n              color: black !important;\n          }\n      }\n      \n      @media (prefers-reduced-motion: reduce) {\n          * {\n              animation-duration: 0.01ms !important;\n              transition-duration: 0.01ms !important;\n          }\n      }\n  \n\n\n  \n      \n      âï¸ Luxpresso Tamper \"Classico\" 51mm\n          Premium Barista-Werkzeug aus glÃ¤nzendem Aluminium\n          Der Luxpresso Tamper \"Classico\" 51 mm ist das ideale Werkzeug fÃ¼r Kaffeeliebhaber, die Wert auf eine perfekte Espressozubereitung legen. Gefertigt aus hochwertigem, glÃ¤nzendem Aluminium, bietet dieser Tamper nicht nur eine robuste Haltbarkeit, sondern auch ein elegantes Design.\n      \n      \n      \n              ð¯PERFEKTE PASSFORM \u0026amp; PRÃZISION\n          \n          \n          51mm Durchmesser - Perfekt kompatibel mit den meisten gÃ¤ngigen SiebtrÃ¤germaschinen fÃ¼r eine gleichmÃ¤Ãige Verteilung des Kaffeepulvers\n          \n          Universelle KompatibilitÃ¤t\n                  Der 51mm Durchmesser passt perfekt zu den meisten Standard-SiebtrÃ¤germaschinen und gewÃ¤hrleistet eine optimale Abdichtung.\n              \n              GleichmÃ¤Ãige Verteilung\n                  Sorgt fÃ¼r eine perfekt gleichmÃ¤Ãige Verteilung des Kaffeepulvers im SiebtrÃ¤ger fÃ¼r optimale Extraktion.\n\n      \n\n      \n      \n              ðï¸PREMIUM ALUMINIUM - MATERIAL-EXZELLENZ\n          \n          \n          Hochwertiges glÃ¤nzendes Aluminium\n                  Erstklassige MaterialqualitÃ¤t fÃ¼r robuste Haltbarkeit und elegantes, professionelles Erscheinungsbild.\n              \n              KorrosionsbestÃ¤ndigkeit\n                  Aluminium ist naturgemÃ¤Ã korrosionsbestÃ¤ndig und behÃ¤lt auch bei intensiver Nutzung seine QualitÃ¤t.\n              \n              Leichtgewicht \u0026amp; StabilitÃ¤t\n                  Optimales VerhÃ¤ltnis zwischen geringem Gewicht und maximaler StabilitÃ¤t fÃ¼r ermÃ¼dungsfreies Arbeiten.\n              \n              Pflegeleichte OberflÃ¤che\n                  Die glÃ¤nzende AluminiumoberflÃ¤che ist einfach zu reinigen und behÃ¤lt dauerhaft ihren eleganten Glanz.\n\n      \n\n      \n      \n              ð¤ERGONOMISCHES DESIGN \u0026amp; KOMFORT\n          \n          \n          Ergonomische Griffform\n                  Speziell entwickelte Griffergonomie garantiert komfortable Handhabung auch bei lÃ¤ngeren Barista-Sessions.\n              \n              Optimales Gewicht\n                  Angenehmes, ausgewogenes Gewicht ermÃ¶glicht kraftvolle und dennoch kontrollierte Pressung ohne ErmÃ¼dung.\n              \n              Rutschfeste Handhabung\n                  Durchdachte OberflÃ¤chenstruktur sorgt fÃ¼r sicheren Halt auch bei feuchten HÃ¤nden oder intensiver Nutzung.\n              \n              PrÃ¤zise KraftÃ¼bertragung\n                  Optimale KraftÃ¼bertragung fÃ¼r perfekt gepresste Espressi und CafÃ© Cremes mit gleichmÃ¤Ãigem Druck.\n\n      \n\n      \n      \n              âDER WEG ZUM PERFEKTEN ESPRESSO\n          \n          \n          1\n                  Kaffeepulver dosieren\n                  FÃ¼llen Sie das frisch gemahlene Kaffeepulver gleichmÃ¤Ãig in den SiebtrÃ¤ger.\n              \n              2\n                  OberflÃ¤che nivellieren\n                  Verteilen Sie das Pulver gleichmÃ¤Ãig und schaffen Sie eine ebene OberflÃ¤che.\n              \n              3\n                  Tamper ansetzen\n                  Setzen Sie den Tamper gerade und mittig auf das Kaffeepulver auf.\n              \n              4\n                  GleichmÃ¤Ãig pressen\n                  DrÃ¼cken Sie mit gleichmÃ¤Ãigem Druck (ca. 15kg) das Kaffeepulver fest zusammen.\n              \n              5\n                  Perfekter Espresso\n                  GenieÃen Sie Ihren perfekt extrahierten Espresso mit optimaler Crema-Bildung.\n\n      \n\n      \n      \n              ð¥PERFEKT FÃR JEDEN KAFFEELIEBHABER\n          \n          \n          HEIMBARISTAS\n                  Kaffeeliebhaber mit SiebtrÃ¤germaschine\n                      Home-Office Kaffee-Enthusiasten\n                      QualitÃ¤tsbewusste Espresso-GenieÃer\n                      Hobby-Baristas auf der Suche nach Perfektion\n              \n              PROFESSIONELLE ANWENDER\n                  Professionelle Baristas in CafÃ©s\n                      Gastronomie-Betriebe mit Espresso-Service\n                      BÃ¼ro-KÃ¼chen mit hohen AnsprÃ¼chen\n                      Catering-Services fÃ¼r Events\n\n      \n\n      \n      \n              ðTECHNISCHE SPEZIFIKATIONEN\n          \n          \n          \n                  Durchmesser:\n                  51mm (Standard-KompatibilitÃ¤t)\n              \n              \n              \n                  Material:\n                  Hochwertiges glÃ¤nzendes Aluminium\n              \n              \n              \n                  Gewicht:\n                  Optimal ausbalanciert fÃ¼r kontrollierte Pressung\n              \n              \n              \n                  OberflÃ¤che:\n                  GlÃ¤nzend poliert, pflegeleicht\n              \n              \n              \n                  Design:\n                  Ergonomisch geformt fÃ¼r Komfort\n              \n              \n              \n                  KompatibilitÃ¤t:\n                  Universell fÃ¼r 51mm SiebtrÃ¤ger\n              \n\n      \n\n      \n      \n              ðIHRE VORTEILE AUF EINEN BLICK\n          \n          \n          Premium-Material\n                  Hochwertiger Tamper aus glÃ¤nzendem Aluminium\n                      Langlebigkeit und eleganter Stil vereint\n                      KorrosionsbestÃ¤ndig und pflegeleicht\n              \n              Perfekte KompatibilitÃ¤t\n                  51mm Durchmesser fÃ¼r Standard-SiebtrÃ¤ger\n                      Universell einsetzbar bei den meisten Maschinen\n                      Optimale KraftÃ¼bertragung garantiert\n              \n              Ergonomisches Design\n                  Komfortable Handhabung bei jeder Anwendung\n                      PrÃ¤zises Arbeiten durch durchdachte Form\n                      Leichtes, ausgewogenes Gewicht\n              \n              Vielseitige Anwendung\n                  Ideal fÃ¼r Heimbaristas und Profis\n                      Perfekt fÃ¼r Espresso und CafÃ© Cremes\n                      Unverzichtbares Tool fÃ¼r Kaffee-Enthusiasten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ctitle\u003eLuxpresso Tamper \"Classico\" 51mm - Premium Barista-Werkzeug | Haas Online Shop\u003c\/title\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"keywords\" content=\"Luxpresso Tamper, Classico Tamper 51 mm, Premium Barista Werkzeug, Tamper Aluminium, ergonomisches Design Tamper, KaffeezubehÃ¶r fÃ¼r Heimbaristas, perfekter Espresso Tamper, korrosionsbestÃ¤ndiger Tamper, kompatibel mit SiebtrÃ¤germaschinen, Kaffeeliebhaber ZubehÃ¶r\"\u003e\n\u003cmeta name=\"description\" content=\"GenieÃen Sie perfekten Espresso mit dem Luxpresso Tamper Classico 51 mm. Premium Aluminium, ergonomisch, langlebig und universell kompatibel.\"\u003e\n\u003cmeta name=\"x-apple-disable-message-reformatting\"\u003e\n\n\u003clink href=\"https:\/\/s3.amazonaws.com\/unlayer-editor.3dsellers.com\/unlayer.css?t=38\" rel=\"stylesheet\"\u003e\n\u003c!--[if gte mso 9]\u003e\n\u003cxml\u003e\n  \u003co:officedocumentsettings\u003e\n    \u003co:allowpng\u003e\u003c\/o:allowpng\u003e\n    \u003co:pixelsperinch\u003e96\u003c\/o:pixelsperinch\u003e\n  \u003c\/o:officedocumentsettings\u003e\n\u003c\/xml\u003e\n\u003c![endif]--\u003e\n  \u003cmeta http-equiv=\"Content-Type\" content=\"text\/html; charset=UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003cmeta name=\"x-apple-disable-message-reformatting\"\u003e\n  \u003c!--[if !mso]\u003e\u003c!--\u003e\u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003ctitle\u003e\u003c\/title\u003e\n  \n    \u003cstyle type=\"text\/css\"\u003e\n      \n      @media only screen and (min-width: 920px) {\n        .u-row {\n          width: 1200px !important;\n        }\n\n        .u-row .u-col {\n          vertical-align: top;\n        }\n\n        \n            .u-row .u-col-50 {\n              width: 450px !important;\n            }\n          \n\n            .u-row .u-col-100 {\n              width: 1200px !important;\n            }\n          \n      }\n\n      @media only screen and (max-width: 920px) {\n        .u-row-container {\n          max-width: 100% !important;\n          padding-left: 0px !important;\n          padding-right: 0px !important;\n        }\n\n        .u-row {\n          width: 100% !important;\n        }\n\n        .u-row .u-col {\n          display: block !important;\n          width: 100% !important;\n          min-width: 220px !important;\n          max-width: 100% !important;\n        }\n\n        .u-row .u-col \u003e div {\n          margin: 0 auto;\n        }\n\n\n        .u-row .u-col img {\n          max-width: 100% !important;\n        }\n\n        .no-stack .u-col {\n          min-width: 0 !important;\n          display: table-cell !important;\n        }\n\n        \n            .no-stack .u-col-50 {\n              width: 50% !important;\n            }\n          \n\n            .no-stack .u-col-100 {\n              width: 100% !important;\n            }\n          \n      }\n    \nbody{margin:0;padding:0}table,td,tr{border-collapse:collapse;vertical-align:top}p{margin:0}.ie-container table,.mso-container table{table-layout:fixed}*{line-height:inherit}a[x-apple-data-detectors=true]{color:inherit!important;text-decoration:none!important}\n\n\n      @media (min-width: 0px) {\n        .hide-default__display-block {\n          display: block !important;\n          mso-hide: unset !important;\n        }\n\n        .hide-default__display-table {\n          display: table !important;\n          mso-hide: unset !important;\n        }\n      }\n\n      \n          @media (max-width: 480px) {\n            .hide-mobile {\n              \n              max-height: 0px;\n              overflow: hidden;\n    \n              display: none !important;\n            }\n          }\n          \n\n          @media (min-width: 481px) {\n            .hide-desktop {\n              \n              max-height: 0px;\n              overflow: hidden;\n    \n              display: none !important;\n            }\n          }\ntable, td { color: #000000; } #u_body a { color: #2dc26b; text-decoration: underline; }\n    \u003c\/style\u003e\n  \n  \n\n\u003c!--[if !mso]\u003e\u003c!--\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Ledger\u0026amp;display=swap\" rel=\"stylesheet\" type=\"text\/css\"\u003e\n\u003c!--\u003c![endif]--\u003e\n\n\n\n\n  \u003c!--[if IE]\u003e\u003cdiv class=\"ie-container\"\u003e\u003c\/div\u003e\u003c![endif]--\u003e\n  \u003c!--[if mso]\u003e\u003cdiv class=\"mso-container\"\u003e\u003c\/div\u003e\u003c![endif]--\u003e\n  \u003ctable role=\"presentation\" id=\"u_body\" style=\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;min-width: 220px;Margin: 0 auto;background-color: #f2f5f7;width:100%\" cellpadding=\"0\" cellspacing=\"0\"\u003e\n  \u003ctbody\u003e\n  \u003ctr style=\"vertical-align: top\"\u003e\n    \u003ctd style=\"word-break: break-word;border-collapse: collapse !important;vertical-align: top\"\u003e\n    \u003c!--[if (mso)|(IE)]\u003e\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\u003ctr\u003e\u003ctd align=\"center\" style=\"background-color: #f2f5f7;\"\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n    \n  \n  \n\u003cdiv id=\"u_row_2\" class=\"u-row-container u_row v-row-padding--vertical v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent\"\u003e\n  \u003cdiv class=\"u-row v-row-columns-background-color-background-color\" style=\"margin: 0 auto;min-width: 220px;max-width: 1200px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\"\u003e\n    \u003cdiv class=\"v-row-background-image--inner\" style=\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\"\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"v-row-padding v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent;\" align=\"center\"\u003e\u003ctable role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:1200px;\"\u003e\u003ctr class=\"v-row-background-image--inner v-row-columns-background-color-background-color\" style=\"background-color: transparent;\"\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n      \n\u003c!--[if (mso)|(IE)]\u003e\u003ctd align=\"center\" width=\"900\" class=\"v-col-padding v-col-background-color v-col-border v-col-border-radius\" style=\"width: 1200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\" valign=\"top\"\u003e\u003c\/td\u003e\u003c![endif]--\u003e\n\u003cdiv id=\"u_column_2\" class=\"u-col u-col-100 u_column\" style=\"max-width: 220px;min-width: 1200px;display: table-cell;vertical-align: top;\"\u003e\n  \u003cdiv class=\"v-col-background-color v-col-border-radius\" style=\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\u003cdiv class=\"v-col-padding v-col-border v-col-border-radius\" style=\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \n\u003ctable id=\"u_content_heading_11\" class=\"u_content_heading\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n  \u003c!--[if mso]\u003e\u003ctable role=\"presentation\" width=\"100%\"\u003e\u003ctr\u003e\u003ctd\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n    \u003ch1 class=\"v-color v-text-align v-line-height v-font-size v-font-weight v-letter-spacing\" style=\"margin: 0px; line-height: 140%; text-align: center; word-wrap: break-word; font-family: 'Ledger', sans-serif; font-size: 43px; font-weight: 700;\"\u003e\u003cspan\u003eHaas Onlineshop\u003c\/span\u003e\u003c\/h1\u003e\n  \u003c!--[if mso]\u003e\u003c![endif]--\u003e\n\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable id=\"u_content_custom_Title_2\" class=\"u_content_custom_Title\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n    \n    \u003cdiv style=\"\n    display:flex;\n    flex-direction:column;\n    align-items:flex-start;\n    position:initial;\"\u003e\n    \u003cdiv style=\"\n    background:#bdd9cd;\n    width:100%;\n    height:auto;\n    padding:10px;\n    margin:0px;\n    \n    border-top:3px solid #000 !important;\n    border-right:3px solid #000 !important;\n    border-left:3px solid #000 !important;\n    border-bottom:3px solid #000 !important;\n    ;\n    box-shadow:0px 0px 0px #000 !important;;\n    transform:skew(0deg);\n    border-radius:10px !important;\n    line-height: normal;\n    letter-spacing: normal;\n    \"\u003e\n    \n    \u003cdiv style=\"\"\u003e\n    \u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(6, 87, 113); font-size: 26px;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-family: 'andale mono', times;\"\u003eLuxpresso Tamper Classico 51 mm – Perfekt für Ihren Espresso\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\n\u003c\/div\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n\n\n  \n  \n\u003cdiv id=\"u_row_4\" class=\"u-row-container u_row v-row-padding--vertical v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent\"\u003e\n  \u003cdiv class=\"u-row v-row-columns-background-color-background-color\" style=\"margin: 0 auto;min-width: 220px;max-width: 1200px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\"\u003e\n    \u003cdiv class=\"v-row-background-image--inner\" style=\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\"\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"v-row-padding v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent;\" align=\"center\"\u003e\u003ctable role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:1200px;\"\u003e\u003ctr class=\"v-row-background-image--inner v-row-columns-background-color-background-color\" style=\"background-color: transparent;\"\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n      \n\u003c!--[if (mso)|(IE)]\u003e\u003ctd align=\"center\" width=\"900\" class=\"v-col-padding v-col-background-color v-col-border v-col-border-radius\" style=\"width: 1200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\" valign=\"top\"\u003e\u003c\/td\u003e\u003c![endif]--\u003e\n\u003cdiv id=\"u_column_4\" class=\"u-col u-col-100 u_column\" style=\"max-width: 220px;min-width: 1200px;display: table-cell;vertical-align: top;\"\u003e\n  \u003cdiv class=\"v-col-background-color v-col-border-radius\" style=\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\u003cdiv class=\"v-col-padding v-col-border v-col-border-radius\" style=\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \n\u003ctable id=\"u_content_custom_product_image_4\" class=\"u_content_custom_product_image\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:3px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \u003cdiv class=\"tds-row tds-row-1 tds-product-gallery\" style=\"display: none;\"\u003e\n    \u003cdiv class=\"tds-col-24 tds-product-gallery-wrapper\"\u003e\n                    \n            \u003cdiv class=\"tds-gallery-container  gallery4\"\u003e\n                \u003cinput class=\"tds-input\" type=\"radio\" id=\"carousel-1-1\" name=\"carousel1[]\" checked\u003e\u003cinput class=\"tds-input\" type=\"radio\" id=\"carousel-1-2\" name=\"carousel1[]\"\u003e\u003cinput class=\"tds-input\" type=\"radio\" id=\"carousel-1-3\" name=\"carousel1[]\"\u003e\n\n                \n                \u003cdiv class=\"tds-carousel\"\u003e\n                    \u003cul class=\"tds-gallery-carousel__items\"\u003e\n\u003cli class=\"tds-carousel__item\"\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTYwMFgxNjAw\/z\/hlwAAeSwVdxojG-y\/$_10.JPG?set_id=2\" alt=\" - Picture 1 of 3\"\u003e\u003c\/li\u003e\n\u003cli class=\"tds-carousel__item\"\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/MTYwMFgxNjAw\/z\/OCcAAeSwHRpojG-0\/$_10.JPG?set_id=2\" alt=\" - Picture 2 of 3\"\u003e\u003c\/li\u003e\n\u003cli class=\"tds-carousel__item\"\u003e\u003cimg src=\"https:\/\/i.ebayimg.com\/00\/s\/ODAwWDgwMA==\/z\/fGcAAeSwlWlojG-1\/$_10.JPG?set_id=2\" alt=\" - Picture 3 of 3\"\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\n                    \u003cdiv class=\"tds-carousel__prev\"\u003e\n\u003clabel for=\"carousel-1-1\"\u003e\u003c\/label\u003e\u003clabel for=\"carousel-1-2\"\u003e\u003c\/label\u003e\u003clabel for=\"carousel-1-3\"\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\n                    \u003cdiv class=\"tds-carousel__next\"\u003e\n\u003clabel for=\"carousel-1-1\"\u003e\u003c\/label\u003e\u003clabel for=\"carousel-1-2\"\u003e\u003c\/label\u003e\u003clabel for=\"carousel-1-3\"\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n\n                                            \u003cdiv class=\"tds-gallery-carousel__nav\"\u003e\n\u003clabel for=\"carousel-1-1\"\u003e\u003c\/label\u003e\u003clabel for=\"carousel-1-2\"\u003e\u003c\/label\u003e\u003clabel for=\"carousel-1-3\"\u003e\u003c\/label\u003e\n\u003c\/div\u003e\n                                    \u003c\/div\u003e\n\n                                    \u003cdiv class=\"tds-gallery-specifics\"\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Produktart:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Tamper\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Besonderheiten:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Robust, 51 mm, leicht zum Reinigen\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Finish - Tamper Barista:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Glanzgedreht\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Maßeinheit:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Einheit\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Anzahl pro Packung:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    1\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Beschreibung des Paketinhalts:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Tamper\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Höhe:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    75 mm\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Breite:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    51 mm\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Herstellernummer:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    unbekannt\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Leistung:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    nicht zutreffend\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Finish:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Metallisch\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Ursprungsland:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    China\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Angebotspaket:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Ja\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Markenkompatibilität:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Für Bialetti, Für De'Longhi, Für Krups\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Geeignet für:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Siebträgerkaffemaschine\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Kapazität:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    nicht Zutreffend\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Material:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Aluminium\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Gewicht:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    175 g\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Brand:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Iuxpresso\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Marke:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Iuxpresso\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Farbe:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Silber\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Modell:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    Luxpresso Classico\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Stromquelle:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    nicht zutreffend\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Anzahl der Einheiten:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    1\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n                    \u003cdiv class=\"tds-product-specifics-container\"\u003e\n                \u003cspan class=\"tds-product-specifics-title\"\u003e\n                    Tiefe:\n                \u003c\/span\u003e\n\n                \u003cspan class=\"tds-product-specifics-content\"\u003e\n                    51 mm\n                \u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003c\/div\u003e\n                            \u003c\/div\u003e\n            \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003cstyle\u003e\n    .tds-product-gallery {\n        overflow-y: auto;\n    }\n\n    .tds-input {\n        position: absolute;\n        left: -100%;\n        top: -100%;\n        height: 0;\n        display: none;\n    }\n\n    .tds-slider-label {\n        margin: 0 auto;\n    }\n\n    .tds-slider-label img {\n        max-height: 125px;\n    }\n\n    .tds-gallery-container \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(24),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(2),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(24),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(2),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(1),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(3),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(1),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(3),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(2),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(4),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(2),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(4),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(3),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(5),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(3),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(5),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(4),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(6),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(4),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(6),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(5),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(7),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(5),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(7),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(6),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(8),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(6),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(8),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(7),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(9),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(7),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(9),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(8),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(10),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(8),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(10),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(9),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(11),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(9),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(11),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(10),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(12),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(10),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(12),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(11),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(13),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(11),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(13),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(12),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(14),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(12),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(14),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(13),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(15),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(13),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(15),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(14),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(16),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(14),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(16),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(15),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(17),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(15),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(17),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(16),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(18),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(16),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(18),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(17),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(19),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(17),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(19),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(18),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(20),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(18),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(20),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(19),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(21),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(19),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(21),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(20),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(22),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(20),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(22),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(21),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(23),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(21),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(23),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(22),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(24),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(22),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(24),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-carousel .tds-carousel__prev \u003e label:nth-child(23),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-carousel .tds-carousel__next \u003e label:nth-child(1),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label:nth-child(23),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label:nth-child(1){opacity: 1 !important;z-index: 3;}.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(1),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(2),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(3),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(4),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(5),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(6),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(7),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(8),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(9),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(10),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(11),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(12),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(13),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(14),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(15),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(16),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(17),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(18),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(19),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(20),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(21),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(22),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(23),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-carousel .tds-gallery-carousel__nav \u003e label:nth-child(24){background: #ccc;cursor: default;pointer-events: none;}.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(1),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(2),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(3),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(4),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(5),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(6),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(7),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(8),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(9),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(10),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(11),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(12),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(13),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(14),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(15),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(16),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(17),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(18),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(19),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(20),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(21),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(22),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(23),.tds-gallery-container \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item:nth-child(24){opacity: 1;}\n\n    .tds-gallery-container *,\n    .tds-gallery-container *:before,\n    .tds-gallery-container *:after {\n        box-sizing: border-box;\n        -webkit-box-sizing: border-box;\n        -moz-box-sizing: border-box;\n    }\n    .tds-gallery-container {\n        width: 100%;\n        max-width: 600px;\n        margin: 10px auto;\n        height: 470px;\n        position: relative;\n    }\n    .tds-carousel {\n        width: 100%;\n        position: relative;\n        overflow: hidden;\n    }\n    .tds-gallery-container \u003e input[type=\"radio\"]:checked ~ .tds-carousel .tds-gallery-carousel__items .tds-carousel__item,\n    .tds-gallery-container \u003e input[type=\"radio\"]:checked ~ .tds-carousel .tds-carousel__prev \u003e label,\n    .tds-gallery-container \u003e input[type=\"radio\"]:checked ~ .tds-carousel .tds-carousel__next \u003e label {\n        opacity: 0;\n    }\n    .tds-gallery-carousel__items {\n        margin: 0;\n        padding: 0;\n        list-style-type: none;\n        width: 100%;\n        height: 470px;\n        position: relative;\n    }\n    .tds-carousel__item {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: 1;\n        transition: opacity 1.5s;\n        -webkit-transition: opacity 1.5s;\n    }\n    .tds-carousel__item img {\n        width: 100%;\n        height: 100%;\n        vertical-align: middle;\n        object-fit: contain;\n    }\n    .tds-gallery-carousel__nav {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        text-align: center;\n        width: 100%;\n        z-index: 3;\n    }\n    .tds-gallery-carousel__nav \u003e label {\n        border: 1px solid black;\n        display: inline-block;\n        border-radius: 50%;\n        cursor: pointer;\n        margin: 0 0.600%;\n        width: 20px;\n        height: 20px;\n    }\n    \/* arrows *\/\n    .tds-carousel__prev \u003e label,\n    .tds-carousel__next \u003e label {\n        cursor: pointer;\n        display: block;\n        width: 50px;\n        height: 50px;\n        position: absolute;\n        z-index: 2;\n        top: 50%;\n        transform: translateY(-50%);\n        -webkit-transform: translateY(-50%);\n        transition: all 0.3s ease;\n        -webkit-transition: all 0.3s ease;\n        opacity: 0;\n    }\n    \/*.tds-carousel__prev \u003e label:hover,*\/\n    \/*.tds-carousel__next \u003e label:hover,*\/\n    \/*.tds-carousel__prev \u003e label:focus,*\/\n    \/*.tds-carousel__next \u003e label:focus {*\/\n        \/*opacity: 0.5 !important;*\/\n    \/*}*\/\n\n    .tds-carousel__prev \u003e label:before,\n    .tds-carousel__next \u003e label:before,\n    .tds-carousel__prev \u003e label:after,\n    .tds-carousel__next \u003e label:after {\n        content: \"\";\n        position: absolute;\n        width: inherit;\n        height: inherit;\n    }\n    .tds-carousel__prev \u003e label:before,\n    .tds-carousel__next \u003e label:before {\n        background-repeat: no-repeat;\n        background-position: center;\n        background-size: contain;\n        background-image: url('data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAA1VBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHB0dHRwcHBwcHBwcHBwcHBwcHBvb29vb29xcXFsbGxwcHBwcHBwcHBwcHBwcHBvb294eHh4eHhwcHBwcHBwcHBwcHBvb29wcHBubm4AAACCgoKLi4twcHBxcXH\/\/\/8BAAG3t7elpaXt7e3k5ORwcHDc3Nz29vaKiop5eXnKysq4uLiTk5MjIyMJCAliYmJUVFQ5ODnS0tLAwMCCgoJpaWlGRkYuLS4WFRaurq6dnZ2cnJwdHB2vr69cW1xbW1vW\/NqvAAAAJnRSTlMA39H4oieQIw3s6ZqHXEEfCQXZgkYZy5X89ebjuqxtNSsB\/Pt6SGZ2FFkAAAJnSURBVFjDrZjrctowEIVlm6vBONwhCYG06Vqy8R2SAC2k1\/d\/pMbNMGpAkiWF77fnzPhotbtHiEujcze+NW8s68a8Hd91GkiRQc1MCMZhGAAEYYgxSczaAMnS\/dJqxjiAEwIcN1uDLpKgXplgH5j4eFKpozKu2hMcAZcIW\/0rJKTTIz4I8UlvLnKh\/TmAUoJPba4jCzOPQIIoNquISdUgIAkxmBoLOwVpUpuhUb\/egAKb67PTdY0UlNgaw5NyGBFQhIzeF0glB2XiCvoPJ45AmWjnUIVGMwANgibtADUCWpDaUWE+8UELf3msjhYGTXDrTWE4ZXq5yfO01NHpmxttzCzh36vV0y4EMbhfKNwbTCfig+d5q8fvvtgN477oMjGwWHr\/eP6aRcL66hSFiUUS3vpbIrLkpShRIxBIFByeYr4lQQ8hdwdiiRJLEhc5RCxRZglx6JFyJcSW4DaabYUSlJ9sS\/AMmWGJBGX\/yBgyoYkMeQlv\/ZwEZxIGsv1yCco+PztVG1mgIrFewimWosQ+Z0jYvqYX9EeMj55ID41C6brIWZ+GI1pautU5Q30sd0dwxO1bDpG5qT98AO41cxPQ6hf0sgtbDjVB2HLQmNf4qAkCXmr89hsfqAnC9ssfAumf1YqaIB4CxbHqTjPAD3Qg6hFNh5cay6iaaC8H9Y+vKJdclJCz01vXLrs0oitTd3WlDHUXaP01PqVrPKWqEia2dvWykYbiygcr9wLxjs9cImSa85Ko27cyUdTNrIeuROBOMl7gzhIauIUsXmN\/dj5\/f73G\/oXi40OWHR8fsow+PijQGEg+gfwFSukB7f67p8kAAAAASUVORK5CYII=');\n    }\n    .tds-carousel__prev \u003e label {\n        left: 2%;\n    }\n    .tds-carousel__prev.tds-carousel__top \u003e label {\n        top: 3%;\n    }\n    .tds-carousel__next.tds-carousel__bottom \u003e label {\n        top: 97%;\n    }\n    .tds-carousel__next \u003e label {\n        right: 2%;\n    }\n    .tds-carousel__prev.tds-carousel__top \u003e label:before {\n        transform: rotate(270deg);\n        -webkit-transform: rotate(270deg);\n    }\n    .tds-carousel__next.tds-carousel__bottom \u003e label:before {\n        transform: rotate(90deg);\n        -webkit-transform: rotate(90deg);\n    }\n    .tds-carousel__prev \u003e label:before {\n        transform: rotate(180deg);\n        -webkit-transform: rotate(180deg);\n    }\n    .tds-gallery-thumbnails-wrapper .tds-carousel__prev \u003e label,\n    .tds-gallery-thumbnails-wrapper .tds-carousel__next \u003e label {\n        width: 28px;\n        height: 28px;\n    }\n    .tds-gallery-thumbnails li {\n        border: 1px solid blanchedalmond;\n        margin-bottom: 10px;\n    }\n    .tds-gallery-thumbnails img {\n        object-fit: cover;\n        object-position: top;\n        cursor: pointer;\n    }\n    .tds-gallery-thumbnails {\n        list-style-type: none;\n        position: relative;\n        padding: 0;\n        margin: 0 12px;\n    }\n\n    .tds-gallery-vertical .tds-gallery-carousel__nav,\n    .tds-gallery-horizontal .tds-gallery-carousel__nav {\n        display: none;\n    }\n\n    \/* gallery with specifics *\/\n    .gallery4 .tds-carousel,\n    .gallery7 .tds-carousel {\n        width: 60% !important;\n        float: left;\n    }\n    .tds-gallery-container.gallery4,\n    .tds-gallery-container.gallery7 {\n        max-width: 1000px !important;\n    }\n\n    \/*end arrows*\/\n    @media (max-width:710px) {\n        .tds-gallery-specifics {\n            width: 100% !important;\n            display: block !important;\n            height: auto !important;\n        }\n        .tds-gallery-thumbnails-wrapper {\n            display: none !important;\n        }\n        .tds-gallery-container .tds-carousel {\n            width: 100% !important;\n            display: block !important;\n        }\n        .tds-gallery-vertical .tds-gallery-carousel__nav,\n        .tds-gallery-horizontal .tds-gallery-carousel__nav {\n            display: block;\n        }\n    }\n\n    .tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:0px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-140px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-280px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-420px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-560px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-700px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-840px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-980px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-1120px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-1260px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-1400px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-1540px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-1680px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-1820px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-1960px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-2100px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-2240px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-2380px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-2520px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-2660px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-2800px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-2940px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-3080px;}.tds-gallery-vertical \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {top:-3220px;}\n\n    .tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:0px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-115px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-230px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-345px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-460px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-575px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-690px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-805px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-920px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1035px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1150px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1265px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(13):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1380px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(14):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1495px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(15):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1610px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(16):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1725px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(17):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1840px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(18):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-1955px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(19):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-2070px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(20):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-2185px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(21):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-2300px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(22):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-2415px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(23):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-2530px;}.tds-gallery-horizontal \u003e input[type=\"radio\"]:nth-child(24):checked ~ .tds-gallery-thumbnails-wrapper .tds-gallery-thumbnails {left:-2645px;}\n    \/* Gallery 2 *\/\n    \/* Gallery 5 *\/\n    .tds-gallery-vertical {\n        max-width: 1000px;\n    }\n    .tds-gallery-vertical .tds-carousel {\n        width: calc(100% - 234px);\n        display: inline-block;\n    }\n    .tds-gallery-vertical .tds-gallery-thumbnails-wrapper {\n        position: relative;\n        display: inline-flex;\n        display: -webkit-inline-flex;\n    }\n    .tds-gallery-vertical .tds-thumbnails-wrapper {\n        height: 410px;\n        overflow: hidden;\n        margin: 30px 0;\n    }\n    .tds-gallery-vertical .tds-gallery-thumbnails {\n        width: 125px;\n    }\n    .tds-gallery-vertical .tds-carousel__top \u003e label,\n    .tds-gallery-vertical .tds-carousel__bottom \u003e label {\n        left: calc(50% - 12px);\n    }\n\n    .tds-gallery-vertical .tds-gallery-thumbnails li {\n        height: 125px;\n        display: flex;\n        align-items: center;\n    }\n\n    .tds-gallery-horizontal .tds-thumbnails-wrapper {\n        height: 120px;\n        overflow: hidden;\n        width: 100%;\n        max-width: 625px;\n        margin: 0 auto;\n    }\n    .tds-gallery-horizontal .tds-gallery-thumbnails li {\n        \/*float: left;*\/\n        width: 115px;\n        min-width: 115px;\n        margin-bottom: 0;\n        margin-right: 10px;\n        display: flex;\n        align-items: center;\n    }\n    .tds-gallery-horizontal .tds-gallery-thumbnails {\n        width: 100%;\n        height: 100%;\n        margin: 0;\n        display: flex;\n    }\n    .tds-gallery-horizontal .tds-gallery-thumbnails-wrapper {\n        margin: 10px 0;\n        position: relative;\n    }\n    .tds-gallery-horizontal {\n        height: 525px;\n        max-width: 100%;\n    }\n    .tds-gallery-horizontal .tds-carousel {\n        max-width: 500px;\n        margin: 0 auto;\n    }\n    .tds-gallery-horizontal .tds-gallery-carousel__items {\n        height: 400px;\n    }\n    .tds-gallery-horizontal .tds-carousel__top \u003e label,\n    .tds-gallery-horizontal .tds-carousel__bottom \u003e label {\n        top: calc(50% - 13px);\n        transform: rotate(30deg);\n        -webkit-transform: rotate(30deg);\n    }\n    .tds-gallery-horizontal .tds-carousel__top \u003e label {\n        left: 23%;\n    }\n    .tds-gallery-horizontal .tds-carousel__bottom \u003e label {\n        right: 23%;\n    }\n    .tds-gallery-specifics {\n        width: 40%;\n        float: left;\n        border: 1px solid lightgrey;\n        height: inherit;\n        padding: 10px;\n        overflow-y: auto;\n    }\n    .tds-gallery-specifics .placeholder {\n        height: 100%;\n    }\n\n    .tds-gallery-specifics .tds-product-specifics-title {\n        font-weight: 600;\n    }\n\n    @media  only screen and (max-width:769px) {\n        .tds-gallery-container {\n            margin: 2px auto;\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e.tds-product-gallery {display: block !important;}\u003c\/style\u003e\n\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\n\u003c\/div\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n\n\n  \n  \n\u003cdiv id=\"u_row_5\" class=\"u-row-container u_row v-row-padding--vertical v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent\"\u003e\n  \u003cdiv class=\"u-row v-row-columns-background-color-background-color\" style=\"margin: 0 auto;min-width: 220px;max-width: 1200px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\"\u003e\n    \u003cdiv class=\"v-row-background-image--inner\" style=\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\"\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"v-row-padding v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent;\" align=\"center\"\u003e\u003ctable role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:1200px;\"\u003e\u003ctr class=\"v-row-background-image--inner v-row-columns-background-color-background-color\" style=\"background-color: transparent;\"\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n      \n\u003c!--[if (mso)|(IE)]\u003e\u003ctd align=\"center\" width=\"900\" class=\"v-col-padding v-col-background-color v-col-border v-col-border-radius\" style=\"width: 1200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\" valign=\"top\"\u003e\u003c\/td\u003e\u003c![endif]--\u003e\n\u003cdiv id=\"u_column_5\" class=\"u-col u-col-100 u_column\" style=\"max-width: 220px;min-width: 1200px;display: table-cell;vertical-align: top;\"\u003e\n  \u003cdiv class=\"v-col-background-color v-col-border-radius\" style=\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\u003cdiv class=\"v-col-padding v-col-border v-col-border-radius\" style=\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \n\u003ctable id=\"u_content_divider_4\" class=\"u_content_divider\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n  \u003ctable role=\"presentation\" aria-label=\"divider\" height=\"0px\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"vertical-align: top\"\u003e\n        \u003ctd style=\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\"\u003e\n          \u003cspan\u003e \u003c\/span\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable id=\"u_content_custom_rectangle_29\" class=\"u_content_custom_rectangle\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n    \n    \u003cdiv style=\"\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    position:initial;\"\u003e\n    \u003cdiv style=\"\n    background:#bdd9cd;\n    width:100%;\n    height:auto;\n    padding:10px 10px 10px 30px;\n    margin:-9px;\n    \n    border-top:2px solid #000 !important;\n    border-right:2px solid #000 !important;\n    border-left:2px solid #000 !important;\n    border-bottom:2px solid #000 !important;\n    ;\n    box-shadow:0px 0px 0px #000 !important;;\n    transform:skew(0deg);\n    border-radius:10px !important;\n    line-height: normal;\n    letter-spacing: normal;\n    \"\u003e\n    \n    \u003cdiv style=\"\"\u003e\n    \u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"font-family: 'andale mono', times; font-size: 24px;\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(6, 87, 113);\"\u003eBeschreibung\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\n\u003c\/div\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n\n\n  \n  \n\u003cdiv id=\"u_row_35\" class=\"u-row-container u_row v-row-padding--vertical v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent\"\u003e\n  \u003cdiv class=\"u-row v-row-columns-background-color-background-color\" style=\"margin: 0 auto;min-width: 220px;max-width: 1200px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\"\u003e\n    \u003cdiv class=\"v-row-background-image--inner\" style=\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\"\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"v-row-padding v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent;\" align=\"center\"\u003e\u003ctable role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:1200px;\"\u003e\u003ctr class=\"v-row-background-image--inner v-row-columns-background-color-background-color\" style=\"background-color: transparent;\"\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n      \n\u003c!--[if (mso)|(IE)]\u003e\u003ctd align=\"center\" width=\"900\" class=\"v-col-padding v-col-background-color v-col-border v-col-border-radius\" style=\"width: 1200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\" valign=\"top\"\u003e\u003c\/td\u003e\u003c![endif]--\u003e\n\u003cdiv id=\"u_column_48\" class=\"u-col u-col-100 u_column\" style=\"max-width: 220px;min-width: 1200px;display: table-cell;vertical-align: top;\"\u003e\n  \u003cdiv class=\"v-col-background-color v-col-border-radius\" style=\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\u003cdiv class=\"v-col-padding v-col-border v-col-border-radius\" style=\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \n\u003ctable id=\"u_content_custom_description_3\" class=\"u_content_custom_description\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \u003cdiv class=\"description-placeholder\"\u003e\n    \n    \u003cdiv style=\"\n    display:flex;\n    flex-direction:column;\n    align-items:flex-start;\n    position:initial;\"\u003e\n    \u003cdiv style=\"\n    background:#eeeeeeb2;\n    width:100%;\n    height:auto;\n    padding:10px;\n    margin:0px;\n    \n    border-top:0px solid #000 !important;\n    border-right:0px solid #000 !important;\n    border-left:0px solid #000 !important;\n    border-bottom:0px solid #000 !important;\n    ;\n    box-shadow:0px 0px 0px #000 !important;;\n    transform:skew(0deg);\n    border-radius:10px !important;\n    line-height: normal;\n    letter-spacing: normal;\n    \"\u003e\n    \n    \u003cdiv style=\"\"\u003e\n    \u003c!--end-header-3dsellers.com-ld-html--\u003e\u003cdiv vocab=\"https:\/\/schema.org\/\" id=\"tds-mobile-description\" typeof=\"Product\" style=\"display: none\"\u003e\n                        \u003cspan property=\"description\"\u003e\n\n\n  \n  \n  Luxpresso Tamper \"Classico\" 51mm - Premium Barista-Werkzeug | Haas Online Shop\n  \n      @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026amp;family=Inter:wght@300;400;500;600;700\u0026amp;display=swap');\n      \n      * {\n          margin: 0;\n          padding: 0;\n          box-sizing: border-box;\n      }\n      \n      body {\n          font-family: 'Inter', sans-serif;\n          line-height: 1.6;\n          color: #2c3e50;\n          background: linear-gradient(135deg, #2C3E50 0%, #34495E 20%, #5D6D7E 40%, #85929E 60%, #AEB6BF 80%, #D5DBDB 100%);\n          min-height: 100vh;\n          padding: 20px;\n      }\n      \n      .container {\n          max-width: 1200px;\n          margin: 0 auto;\n          background: rgba(255, 255, 255, 0.98);\n          backdrop-filter: blur(30px);\n          border-radius: 40px;\n          padding: 50px;\n          box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);\n          position: relative;\n          overflow: hidden;\n      }\n      \n      .container::before {\n          content: '';\n          position: absolute;\n          top: 0;\n          left: 0;\n          right: 0;\n          height: 12px;\n          background: linear-gradient(90deg, #2C3E50, #34495E, #5D6D7E, #85929E, #AEB6BF);\n      }\n      \n      .hero {\n          background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);\n          color: white;\n          padding: 70px 50px;\n          border-radius: 35px;\n          text-align: center;\n          margin-bottom: 60px;\n          position: relative;\n          overflow: hidden;\n      }\n      \n      .hero::before {\n          content: '';\n          position: absolute;\n          top: -50%;\n          left: -50%;\n          width: 200%;\n          height: 200%;\n          background: radial-gradient(circle, rgba(255,255,255,0.08) 2px, transparent 2px);\n          background-size: 50px 50px;\n          animation: metal-shine 25s infinite linear;\n      }\n      \n      @keyframes metal-shine {\n          0% { transform: translate(-25px, -25px) rotate(0deg); }\n          100% { transform: translate(25px, 25px) rotate(360deg); }\n      }\n      \n      .hero-title {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(3rem, 7vw, 5.5rem);\n          font-weight: 700;\n          margin-bottom: 30px;\n          position: relative;\n          z-index: 1;\n          text-shadow: 3px 6px 20px rgba(0,0,0,0.5);\n      }\n      \n      .hero-subtitle {\n          font-size: clamp(1.5rem, 3.5vw, 2.4rem);\n          margin-bottom: 25px;\n          position: relative;\n          z-index: 1;\n          font-weight: 400;\n          line-height: 1.4;\n      }\n      \n      .hero-description {\n          font-size: clamp(1.2rem, 2.8vw, 1.6rem);\n          position: relative;\n          z-index: 1;\n          line-height: 1.8;\n          opacity: 0.95;\n      }\n      \n      .section {\n          margin: 60px 0;\n          padding: 65px;\n          border-radius: 35px;\n          position: relative;\n          overflow: hidden;\n          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);\n      }\n      \n      .section-steel {\n          background: linear-gradient(135deg, #5D6D7E 0%, #85929E 100%);\n          color: white;\n      }\n      \n      .section-dark {\n          background: linear-gradient(135deg, #2C3E50 0%, #1B2631 100%);\n          color: white;\n      }\n      \n      .section-silver {\n          background: linear-gradient(135deg, #AEB6BF 0%, #D5DBDB 100%);\n          color: #2c3e50;\n      }\n      \n      .section-metallic {\n          background: linear-gradient(135deg, #34495E 0%, #2C3E50 100%);\n          color: white;\n      }\n      \n      .section-header {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(2.2rem, 5vw, 3.5rem);\n          margin-bottom: 40px;\n          font-weight: 600;\n          display: flex;\n          align-items: center;\n          gap: 20px;\n      }\n      \n      .section-icon {\n          font-size: clamp(3rem, 6vw, 4rem);\n      }\n      \n      .feature-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n          gap: 35px;\n          margin: 50px 0;\n      }\n      \n      .feature-card {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.4s ease;\n          position: relative;\n          overflow: hidden;\n          border-left: 6px solid #5D6D7E;\n      }\n      \n      .feature-card::before {\n          content: '';\n          position: absolute;\n          top: 0;\n          left: 0;\n          width: 100%;\n          height: 8px;\n          background: linear-gradient(90deg, #2C3E50, #5D6D7E, #85929E);\n          transform: scaleX(0);\n          transition: transform 0.4s ease;\n      }\n      \n      .feature-card:hover {\n          transform: translateY(-15px) scale(1.02);\n          box-shadow: 0 40px 80px rgba(0,0,0,0.25);\n      }\n      \n      .feature-card:hover::before {\n          transform: scaleX(1);\n      }\n      \n      .feature-card h4 {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(1.4rem, 3.2vw, 1.8rem);\n          margin-bottom: 25px;\n          color: #2C3E50;\n          font-weight: 600;\n      }\n      \n      .feature-card p {\n          font-size: clamp(1.1rem, 2.5vw, 1.3rem);\n          line-height: 1.8;\n      }\n      \n      .specs-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n          gap: 35px;\n          margin: 50px 0;\n      }\n      \n      .spec-card {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.4s ease;\n          border-top: 8px solid #2C3E50;\n      }\n      \n      .spec-card:hover {\n          transform: translateY(-15px);\n          box-shadow: 0 40px 80px rgba(0,0,0,0.25);\n      }\n      \n      .spec-card h4 {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(1.4rem, 3.2vw, 1.8rem);\n          margin-bottom: 25px;\n          color: #2C3E50;\n          font-weight: 600;\n      }\n      \n      .spec-list {\n          list-style: none;\n      }\n      \n      .spec-list li {\n          padding: 12px 0;\n          padding-left: 35px;\n          position: relative;\n          font-size: clamp(1.1rem, 2.5vw, 1.3rem);\n          border-bottom: 1px solid rgba(0,0,0,0.08);\n          line-height: 1.7;\n      }\n      \n      .spec-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .spec-list li::before {\n          content: '⚙️';\n          position: absolute;\n          left: 0;\n          color: #5D6D7E;\n          font-size: 1.2em;\n      }\n      \n      .usage-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n          gap: 40px;\n          margin: 50px 0;\n      }\n      \n      .usage-category {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.3s ease;\n          border-left: 8px solid #2C3E50;\n      }\n      \n      .usage-category:hover {\n          transform: translateY(-12px) scale(1.02);\n          box-shadow: 0 35px 75px rgba(0,0,0,0.25);\n      }\n      \n      .usage-category h4 {\n          font-size: clamp(1.5rem, 3.5vw, 1.9rem);\n          margin-bottom: 30px;\n          font-weight: 600;\n          font-family: 'Playfair Display', serif;\n          color: #2C3E50;\n      }\n      \n      .usage-list {\n          list-style: none;\n      }\n      \n      .usage-list li {\n          padding: 15px 0;\n          padding-left: 40px;\n          position: relative;\n          font-size: clamp(1.1rem, 2.5vw, 1.25rem);\n          border-bottom: 1px solid rgba(0,0,0,0.08);\n      }\n      \n      .usage-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .usage-list li::before {\n          content: '▶';\n          position: absolute;\n          left: 0;\n          color: #5D6D7E;\n          font-size: 1.4em;\n      }\n      \n      .tech-specs-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n          gap: 30px;\n          margin: 45px 0;\n      }\n      \n      .tech-spec-item {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 35px;\n          border-radius: 25px;\n          border-left: 8px solid #2C3E50;\n          box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n          transition: all 0.3s ease;\n      }\n      \n      .tech-spec-item:hover {\n          transform: translateY(-8px);\n          box-shadow: 0 30px 65px rgba(0,0,0,0.2);\n      }\n      \n      .tech-spec-item strong {\n          color: #2C3E50;\n          font-size: 1.15em;\n          display: block;\n          margin-bottom: 12px;\n          font-family: 'Playfair Display', serif;\n      }\n      \n      .tech-spec-item span {\n          font-size: clamp(1.1rem, 2.5vw, 1.25rem);\n      }\n      \n      .advantages-list {\n          list-style: none;\n          margin: 45px 0;\n      }\n      \n      .advantages-list li {\n          padding: 20px 0;\n          padding-left: 50px;\n          position: relative;\n          font-size: clamp(1.2rem, 2.8vw, 1.5rem);\n          border-bottom: 1px solid rgba(255,255,255,0.2);\n          line-height: 1.8;\n      }\n      \n      .advantages-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .advantages-list li::before {\n          content: '⭐';\n          position: absolute;\n          left: 0;\n          font-size: 1.8em;\n      }\n      \n      .separator {\n          height: 12px;\n          background: linear-gradient(90deg, #2C3E50, #34495E, #5D6D7E, #85929E, #AEB6BF);\n          border: none;\n          border-radius: 6px;\n          margin: 80px 0;\n          box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);\n      }\n      \n      .highlight-box {\n          background: rgba(255, 255, 255, 0.15);\n          padding: 40px;\n          border-radius: 25px;\n          margin: 40px 0;\n          border-left: 6px solid rgba(255, 255, 255, 0.8);\n      }\n      \n      .highlight-box p {\n          font-size: clamp(1.3rem, 3vw, 1.6rem);\n          line-height: 1.9;\n          margin: 0;\n      }\n      \n      .process-steps {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n          gap: 30px;\n          margin: 50px 0;\n      }\n      \n      .process-step {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 40px;\n          border-radius: 25px;\n          box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n          transition: all 0.3s ease;\n          position: relative;\n          border-top: 6px solid #5D6D7E;\n      }\n      \n      .process-step:hover {\n          transform: translateY(-10px);\n          box-shadow: 0 30px 65px rgba(0,0,0,0.2);\n      }\n      \n      .step-number {\n          position: absolute;\n          top: -15px;\n          left: 30px;\n          background: #2C3E50;\n          color: white;\n          width: 40px;\n          height: 40px;\n          border-radius: 50%;\n          display: flex;\n          align-items: center;\n          justify-content: center;\n          font-weight: bold;\n          font-size: 1.2em;\n      }\n      \n      .process-step h4 {\n          margin-top: 15px;\n          margin-bottom: 20px;\n          font-family: 'Playfair Display', serif;\n          color: #2C3E50;\n          font-size: 1.4em;\n      }\n      \n      @media (max-width: 768px) {\n          body {\n              padding: 15px;\n          }\n          \n          .container {\n              padding: 35px;\n              border-radius: 30px;\n          }\n          \n          .hero,\n          .section {\n              padding: 45px;\n              border-radius: 30px;\n          }\n          \n          .specs-grid,\n          .feature-grid,\n          .usage-grid,\n          .tech-specs-grid,\n          .process-steps {\n              grid-template-columns: 1fr;\n              gap: 30px;\n          }\n          \n          .section-header {\n              flex-direction: column;\n              text-align: center;\n              gap: 15px;\n          }\n      }\n      \n      @media (max-width: 480px) {\n          .container {\n              padding: 25px;\n          }\n          \n          .hero,\n          .section {\n              padding: 35px;\n          }\n          \n          .highlight-box {\n              padding: 30px;\n          }\n      }\n      \n      @media (prefers-contrast: high) {\n          .hero,\n          .section {\n              border: 3px solid white;\n          }\n          \n          .spec-card,\n          .feature-card,\n          .usage-category,\n          .tech-spec-item,\n          .process-step {\n              border: 2px solid #333;\n              background: white !important;\n              color: black !important;\n          }\n      }\n      \n      @media (prefers-reduced-motion: reduce) {\n          * {\n              animation-duration: 0.01ms !important;\n              transition-duration: 0.01ms !important;\n          }\n      }\n  \n\n\n  \n      \n      ⚙️ Luxpresso Tamper \"Classico\" 51mm\n          Premium Barista-Werkzeug aus glänzendem Aluminium\n          Der Luxpresso Tamper \"Classico\" 51 mm ist das ideale Werkzeug für Kaffeeliebhaber, die Wert auf eine perfekte Espressozubereitung legen. Gefertigt aus hochwertigem, glänzendem Aluminium, bietet dieser Tamper nicht nur eine robuste Haltbarkeit, sondern auch ein elegantes Design.\n      \n      \n      \n              🎯PERFEKTE PASSFORM \u0026amp; PRÄZISION\n          \n          \n          51mm Durchmesser - Perfekt kompatibel mit den meisten gängigen Siebträgermaschinen für eine gleichmäßige Verteilung des Kaffeepulvers\n          \n          Universelle Kompatibilität\n                  Der 51mm Durchmesser passt perfekt zu den meisten Standard-Siebträgermaschinen und gewährleistet eine optimale Abdichtung.\n              \n              Gleichmäßige Verteilung\n                  Sorgt für eine perfekt gleichmäßige Verteilung des Kaffeepulvers im Siebträger für optimale Extraktion.\n\n      \n\n      \n      \n              🏗️PREMIUM ALUMINIUM - MATERIAL-EXZELLENZ\n          \n          \n          Hochwertiges glänzendes Aluminium\n                  Erstklassige Materialqualität für robuste Haltbarkeit und elegantes, professionelles Erscheinungsbild.\n              \n              Korrosionsbeständigkeit\n                  Aluminium ist naturgemäß korrosionsbeständig und behält auch bei intensiver Nutzung seine Qualität.\n              \n              Leichtgewicht \u0026amp; Stabilität\n                  Optimales Verhältnis zwischen geringem Gewicht und maximaler Stabilität für ermüdungsfreies Arbeiten.\n              \n              Pflegeleichte Oberfläche\n                  Die glänzende Aluminiumoberfläche ist einfach zu reinigen und behält dauerhaft ihren eleganten Glanz.\n\n      \n\n      \n      \n              🤝ERGONOMISCHES DESIGN \u0026amp; KOMFORT\n          \n          \n          Ergonomische Griffform\n                  Speziell entwickelte Griffergonomie garantiert komfortable Handhabung auch bei längeren Barista-Sessions.\n              \n              Optimales Gewicht\n                  Angenehmes, ausgewogenes Gewicht ermöglicht kraftvolle und dennoch kontrollierte Pressung ohne Ermüdung.\n              \n              Rutschfeste Handhabung\n                  Durchdachte Oberflächenstruktur sorgt für sicheren Halt auch bei feuchten Händen oder intensiver Nutzung.\n              \n              Präzise Kraftübertragung\n                  Optimale Kraftübertragung für perfekt gepresste Espressi und Café Cremes mit gleichmäßigem Druck.\n\n      \n\n      \n      \n              ☕DER WEG ZUM PERFEKTEN ESPRESSO\n          \n          \n          1\n                  Kaffeepulver dosieren\n                  Füllen Sie das frisch gemahlene Kaffeepulver gleichmäßig in den Siebträger.\n              \n              2\n                  Oberfläche nivellieren\n                  Verteilen Sie das Pulver gleichmäßig und schaffen Sie eine ebene Oberfläche.\n              \n              3\n                  Tamper ansetzen\n                  Setzen Sie den Tamper gerade und mittig auf das Kaffeepulver auf.\n              \n              4\n                  Gleichmäßig pressen\n                  Drücken Sie mit gleichmäßigem Druck (ca. 15kg) das Kaffeepulver fest zusammen.\n              \n              5\n                  Perfekter Espresso\n                  Genießen Sie Ihren perfekt extrahierten Espresso mit optimaler Crema-Bildung.\n\n      \n\n      \n      \n              👥PERFEKT FÜR JEDEN KAFFEELIEBHABER\n          \n          \n          HEIMBARISTAS\n                  Kaffeeliebhaber mit Siebträgermaschine\n                      Home-Office Kaffee-Enthusiasten\n                      Qualitätsbewusste Espresso-Genießer\n                      Hobby-Baristas auf der Suche nach Perfektion\n              \n              PROFESSIONELLE ANWENDER\n                  Professionelle Baristas in Cafés\n                      Gastronomie-Betriebe mit Espresso-Service\n                      Büro-Küchen mit hohen Ansprüchen\n                      Catering-Services für Events\n\n      \n\n      \n      \n              📊TECHNISCHE SPEZIFIKATIONEN\n          \n          \n          \n                  Durchmesser:\n                  51mm (Standard-Kompatibilität)\n              \n              \n              \n                  Material:\n                  Hochwertiges glänzendes Aluminium\n              \n              \n              \n                  Gewicht:\n                  Optimal ausbalanciert für kontrollierte Pressung\n              \n              \n              \n                  Oberfläche:\n                  Glänzend poliert, pflegeleicht\n              \n              \n              \n                  Design:\n                  Ergonomisch geformt für Komfort\n              \n              \n              \n                  Kompatibilität:\n                  Universell für 51mm Siebträger\n              \n\n      \n\n      \n      \n              🏆IHRE VORTEILE AUF EINEN BLICK\n          \n          \n          Premium-Material\n                  Hochwertiger Tamper aus glänzendem Aluminium\n                      Langlebigkeit und eleganter Stil vereint\n                      Korrosionsbeständig und pflegeleicht\n              \n              Perfekte Kompatibilität\n                  51mm Durchmesser für Standard-Siebträger\n                      Universell einsetzbar bei den meisten Maschinen\n                      Optimale Kraftübertragung garantiert\n              \n              Ergonomisches Design\n                  Komfortable Handhabung bei jeder Anwendung\n                      Präzises Arbeiten durch durchdachte Form\n                      Leichtes, ausgewogenes Gewicht\n              \n              Vielseitige Anwendung\n                  Ideal für Heimbaristas und Profis\n                      Perfekt für Espresso und Café Cremes\n                      Unverzichtbares Tool für Kaffee-Enthusiasten\u003c\/span\u003e\n\u003c\/div\u003e \n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eLuxpresso Tamper \"Classico\" 51mm - Premium Barista-Werkzeug | Haas Online Shop\u003c\/title\u003e\n  \u003cstyle\u003e\n      @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Inter:wght@300;400;500;600;700\u0026display=swap');\n      \n      * {\n          margin: 0;\n          padding: 0;\n          box-sizing: border-box;\n      }\n      \n      body {\n          font-family: 'Inter', sans-serif;\n          line-height: 1.6;\n          color: #2c3e50;\n          background: linear-gradient(135deg, #2C3E50 0%, #34495E 20%, #5D6D7E 40%, #85929E 60%, #AEB6BF 80%, #D5DBDB 100%);\n          min-height: 100vh;\n          padding: 20px;\n      }\n      \n      .container {\n          max-width: 1200px;\n          margin: 0 auto;\n          background: rgba(255, 255, 255, 0.98);\n          backdrop-filter: blur(30px);\n          border-radius: 40px;\n          padding: 50px;\n          box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);\n          position: relative;\n          overflow: hidden;\n      }\n      \n      .container::before {\n          content: '';\n          position: absolute;\n          top: 0;\n          left: 0;\n          right: 0;\n          height: 12px;\n          background: linear-gradient(90deg, #2C3E50, #34495E, #5D6D7E, #85929E, #AEB6BF);\n      }\n      \n      .hero {\n          background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);\n          color: white;\n          padding: 70px 50px;\n          border-radius: 35px;\n          text-align: center;\n          margin-bottom: 60px;\n          position: relative;\n          overflow: hidden;\n      }\n      \n      .hero::before {\n          content: '';\n          position: absolute;\n          top: -50%;\n          left: -50%;\n          width: 200%;\n          height: 200%;\n          background: radial-gradient(circle, rgba(255,255,255,0.08) 2px, transparent 2px);\n          background-size: 50px 50px;\n          animation: metal-shine 25s infinite linear;\n      }\n      \n      @keyframes metal-shine {\n          0% { transform: translate(-25px, -25px) rotate(0deg); }\n          100% { transform: translate(25px, 25px) rotate(360deg); }\n      }\n      \n      .hero-title {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(3rem, 7vw, 5.5rem);\n          font-weight: 700;\n          margin-bottom: 30px;\n          position: relative;\n          z-index: 1;\n          text-shadow: 3px 6px 20px rgba(0,0,0,0.5);\n      }\n      \n      .hero-subtitle {\n          font-size: clamp(1.5rem, 3.5vw, 2.4rem);\n          margin-bottom: 25px;\n          position: relative;\n          z-index: 1;\n          font-weight: 400;\n          line-height: 1.4;\n      }\n      \n      .hero-description {\n          font-size: clamp(1.2rem, 2.8vw, 1.6rem);\n          position: relative;\n          z-index: 1;\n          line-height: 1.8;\n          opacity: 0.95;\n      }\n      \n      .section {\n          margin: 60px 0;\n          padding: 65px;\n          border-radius: 35px;\n          position: relative;\n          overflow: hidden;\n          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);\n      }\n      \n      .section-steel {\n          background: linear-gradient(135deg, #5D6D7E 0%, #85929E 100%);\n          color: white;\n      }\n      \n      .section-dark {\n          background: linear-gradient(135deg, #2C3E50 0%, #1B2631 100%);\n          color: white;\n      }\n      \n      .section-silver {\n          background: linear-gradient(135deg, #AEB6BF 0%, #D5DBDB 100%);\n          color: #2c3e50;\n      }\n      \n      .section-metallic {\n          background: linear-gradient(135deg, #34495E 0%, #2C3E50 100%);\n          color: white;\n      }\n      \n      .section-header {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(2.2rem, 5vw, 3.5rem);\n          margin-bottom: 40px;\n          font-weight: 600;\n          display: flex;\n          align-items: center;\n          gap: 20px;\n      }\n      \n      .section-icon {\n          font-size: clamp(3rem, 6vw, 4rem);\n      }\n      \n      .feature-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n          gap: 35px;\n          margin: 50px 0;\n      }\n      \n      .feature-card {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.4s ease;\n          position: relative;\n          overflow: hidden;\n          border-left: 6px solid #5D6D7E;\n      }\n      \n      .feature-card::before {\n          content: '';\n          position: absolute;\n          top: 0;\n          left: 0;\n          width: 100%;\n          height: 8px;\n          background: linear-gradient(90deg, #2C3E50, #5D6D7E, #85929E);\n          transform: scaleX(0);\n          transition: transform 0.4s ease;\n      }\n      \n      .feature-card:hover {\n          transform: translateY(-15px) scale(1.02);\n          box-shadow: 0 40px 80px rgba(0,0,0,0.25);\n      }\n      \n      .feature-card:hover::before {\n          transform: scaleX(1);\n      }\n      \n      .feature-card h4 {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(1.4rem, 3.2vw, 1.8rem);\n          margin-bottom: 25px;\n          color: #2C3E50;\n          font-weight: 600;\n      }\n      \n      .feature-card p {\n          font-size: clamp(1.1rem, 2.5vw, 1.3rem);\n          line-height: 1.8;\n      }\n      \n      .specs-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n          gap: 35px;\n          margin: 50px 0;\n      }\n      \n      .spec-card {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.4s ease;\n          border-top: 8px solid #2C3E50;\n      }\n      \n      .spec-card:hover {\n          transform: translateY(-15px);\n          box-shadow: 0 40px 80px rgba(0,0,0,0.25);\n      }\n      \n      .spec-card h4 {\n          font-family: 'Playfair Display', serif;\n          font-size: clamp(1.4rem, 3.2vw, 1.8rem);\n          margin-bottom: 25px;\n          color: #2C3E50;\n          font-weight: 600;\n      }\n      \n      .spec-list {\n          list-style: none;\n      }\n      \n      .spec-list li {\n          padding: 12px 0;\n          padding-left: 35px;\n          position: relative;\n          font-size: clamp(1.1rem, 2.5vw, 1.3rem);\n          border-bottom: 1px solid rgba(0,0,0,0.08);\n          line-height: 1.7;\n      }\n      \n      .spec-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .spec-list li::before {\n          content: '⚙️';\n          position: absolute;\n          left: 0;\n          color: #5D6D7E;\n          font-size: 1.2em;\n      }\n      \n      .usage-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n          gap: 40px;\n          margin: 50px 0;\n      }\n      \n      .usage-category {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 45px;\n          border-radius: 30px;\n          box-shadow: 0 25px 60px rgba(0,0,0,0.18);\n          transition: all 0.3s ease;\n          border-left: 8px solid #2C3E50;\n      }\n      \n      .usage-category:hover {\n          transform: translateY(-12px) scale(1.02);\n          box-shadow: 0 35px 75px rgba(0,0,0,0.25);\n      }\n      \n      .usage-category h4 {\n          font-size: clamp(1.5rem, 3.5vw, 1.9rem);\n          margin-bottom: 30px;\n          font-weight: 600;\n          font-family: 'Playfair Display', serif;\n          color: #2C3E50;\n      }\n      \n      .usage-list {\n          list-style: none;\n      }\n      \n      .usage-list li {\n          padding: 15px 0;\n          padding-left: 40px;\n          position: relative;\n          font-size: clamp(1.1rem, 2.5vw, 1.25rem);\n          border-bottom: 1px solid rgba(0,0,0,0.08);\n      }\n      \n      .usage-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .usage-list li::before {\n          content: '▶';\n          position: absolute;\n          left: 0;\n          color: #5D6D7E;\n          font-size: 1.4em;\n      }\n      \n      .tech-specs-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n          gap: 30px;\n          margin: 45px 0;\n      }\n      \n      .tech-spec-item {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 35px;\n          border-radius: 25px;\n          border-left: 8px solid #2C3E50;\n          box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n          transition: all 0.3s ease;\n      }\n      \n      .tech-spec-item:hover {\n          transform: translateY(-8px);\n          box-shadow: 0 30px 65px rgba(0,0,0,0.2);\n      }\n      \n      .tech-spec-item strong {\n          color: #2C3E50;\n          font-size: 1.15em;\n          display: block;\n          margin-bottom: 12px;\n          font-family: 'Playfair Display', serif;\n      }\n      \n      .tech-spec-item span {\n          font-size: clamp(1.1rem, 2.5vw, 1.25rem);\n      }\n      \n      .advantages-list {\n          list-style: none;\n          margin: 45px 0;\n      }\n      \n      .advantages-list li {\n          padding: 20px 0;\n          padding-left: 50px;\n          position: relative;\n          font-size: clamp(1.2rem, 2.8vw, 1.5rem);\n          border-bottom: 1px solid rgba(255,255,255,0.2);\n          line-height: 1.8;\n      }\n      \n      .advantages-list li:last-child {\n          border-bottom: none;\n      }\n      \n      .advantages-list li::before {\n          content: '⭐';\n          position: absolute;\n          left: 0;\n          font-size: 1.8em;\n      }\n      \n      .separator {\n          height: 12px;\n          background: linear-gradient(90deg, #2C3E50, #34495E, #5D6D7E, #85929E, #AEB6BF);\n          border: none;\n          border-radius: 6px;\n          margin: 80px 0;\n          box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);\n      }\n      \n      .highlight-box {\n          background: rgba(255, 255, 255, 0.15);\n          padding: 40px;\n          border-radius: 25px;\n          margin: 40px 0;\n          border-left: 6px solid rgba(255, 255, 255, 0.8);\n      }\n      \n      .highlight-box p {\n          font-size: clamp(1.3rem, 3vw, 1.6rem);\n          line-height: 1.9;\n          margin: 0;\n      }\n      \n      .process-steps {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n          gap: 30px;\n          margin: 50px 0;\n      }\n      \n      .process-step {\n          background: rgba(255, 255, 255, 0.98);\n          color: #2c3e50;\n          padding: 40px;\n          border-radius: 25px;\n          box-shadow: 0 20px 50px rgba(0,0,0,0.15);\n          transition: all 0.3s ease;\n          position: relative;\n          border-top: 6px solid #5D6D7E;\n      }\n      \n      .process-step:hover {\n          transform: translateY(-10px);\n          box-shadow: 0 30px 65px rgba(0,0,0,0.2);\n      }\n      \n      .step-number {\n          position: absolute;\n          top: -15px;\n          left: 30px;\n          background: #2C3E50;\n          color: white;\n          width: 40px;\n          height: 40px;\n          border-radius: 50%;\n          display: flex;\n          align-items: center;\n          justify-content: center;\n          font-weight: bold;\n          font-size: 1.2em;\n      }\n      \n      .process-step h4 {\n          margin-top: 15px;\n          margin-bottom: 20px;\n          font-family: 'Playfair Display', serif;\n          color: #2C3E50;\n          font-size: 1.4em;\n      }\n      \n      @media (max-width: 768px) {\n          body {\n              padding: 15px;\n          }\n          \n          .container {\n              padding: 35px;\n              border-radius: 30px;\n          }\n          \n          .hero,\n          .section {\n              padding: 45px;\n              border-radius: 30px;\n          }\n          \n          .specs-grid,\n          .feature-grid,\n          .usage-grid,\n          .tech-specs-grid,\n          .process-steps {\n              grid-template-columns: 1fr;\n              gap: 30px;\n          }\n          \n          .section-header {\n              flex-direction: column;\n              text-align: center;\n              gap: 15px;\n          }\n      }\n      \n      @media (max-width: 480px) {\n          .container {\n              padding: 25px;\n          }\n          \n          .hero,\n          .section {\n              padding: 35px;\n          }\n          \n          .highlight-box {\n              padding: 30px;\n          }\n      }\n      \n      @media (prefers-contrast: high) {\n          .hero,\n          .section {\n              border: 3px solid white;\n          }\n          \n          .spec-card,\n          .feature-card,\n          .usage-category,\n          .tech-spec-item,\n          .process-step {\n              border: 2px solid #333;\n              background: white !important;\n              color: black !important;\n          }\n      }\n      \n      @media (prefers-reduced-motion: reduce) {\n          * {\n              animation-duration: 0.01ms !important;\n              transition-duration: 0.01ms !important;\n          }\n      }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"container\"\u003e\n      \u003c!-- Hero Section --\u003e\n      \u003cdiv class=\"hero\"\u003e\n\u003ch1 class=\"hero-title\"\u003e⚙️ Luxpresso Tamper \"Classico\" 51mm\u003c\/h1\u003e\n          \u003cp class=\"hero-subtitle\"\u003ePremium Barista-Werkzeug aus glänzendem Aluminium\u003c\/p\u003e\n          \u003cp class=\"hero-description\"\u003eDer Luxpresso Tamper \"Classico\" 51 mm ist das ideale Werkzeug für Kaffeeliebhaber, die Wert auf eine perfekte Espressozubereitung legen. Gefertigt aus hochwertigem, glänzendem Aluminium, bietet dieser Tamper nicht nur eine robuste Haltbarkeit, sondern auch ein elegantes Design.\u003c\/p\u003e\n\u003c\/div\u003e\n      \n      \u003c!-- Perfect Fit Section --\u003e\n      \u003cdiv class=\"section section-steel\"\u003e\n\u003ch2 class=\"section-header\"\u003e\n              \u003cspan class=\"section-icon\"\u003e🎯\u003c\/span\u003ePERFEKTE PASSFORM \u0026amp; PRÄZISION\n          \u003c\/h2\u003e\n          \n          \u003cdiv class=\"highlight-box\"\u003e\u003cp\u003e\u003cstrong\u003e51mm Durchmesser\u003c\/strong\u003e - Perfekt kompatibel mit den meisten gängigen Siebträgermaschinen für eine gleichmäßige Verteilung des Kaffeepulvers\u003c\/p\u003e\u003c\/div\u003e\n          \n          \u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eUniverselle Kompatibilität\u003c\/h4\u003e\n                  \u003cp\u003eDer 51mm Durchmesser passt perfekt zu den meisten Standard-Siebträgermaschinen und gewährleistet eine optimale Abdichtung.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eGleichmäßige Verteilung\u003c\/h4\u003e\n                  \u003cp\u003eSorgt für eine perfekt gleichmäßige Verteilung des Kaffeepulvers im Siebträger für optimale Extraktion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n      \u003chr class=\"separator\"\u003e\n\n      \u003c!-- Material Excellence Section --\u003e\n      \u003cdiv class=\"section section-dark\"\u003e\n\u003ch2 class=\"section-header\"\u003e\n              \u003cspan class=\"section-icon\"\u003e🏗️\u003c\/span\u003ePREMIUM ALUMINIUM - MATERIAL-EXZELLENZ\n          \u003c\/h2\u003e\n          \n          \u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eHochwertiges glänzendes Aluminium\u003c\/h4\u003e\n                  \u003cp\u003eErstklassige Materialqualität für robuste Haltbarkeit und elegantes, professionelles Erscheinungsbild.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eKorrosionsbeständigkeit\u003c\/h4\u003e\n                  \u003cp\u003eAluminium ist naturgemäß korrosionsbeständig und behält auch bei intensiver Nutzung seine Qualität.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eLeichtgewicht \u0026amp; Stabilität\u003c\/h4\u003e\n                  \u003cp\u003eOptimales Verhältnis zwischen geringem Gewicht und maximaler Stabilität für ermüdungsfreies Arbeiten.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003ePflegeleichte Oberfläche\u003c\/h4\u003e\n                  \u003cp\u003eDie glänzende Aluminiumoberfläche ist einfach zu reinigen und behält dauerhaft ihren eleganten Glanz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n      \u003chr class=\"separator\"\u003e\n\n      \u003c!-- Ergonomic Design Section --\u003e\n      \u003cdiv class=\"section section-silver\"\u003e\n\u003ch2 class=\"section-header\"\u003e\n              \u003cspan class=\"section-icon\"\u003e🤝\u003c\/span\u003eERGONOMISCHES DESIGN \u0026amp; KOMFORT\n          \u003c\/h2\u003e\n          \n          \u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eErgonomische Griffform\u003c\/h4\u003e\n                  \u003cp\u003eSpeziell entwickelte Griffergonomie garantiert komfortable Handhabung auch bei längeren Barista-Sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eOptimales Gewicht\u003c\/h4\u003e\n                  \u003cp\u003eAngenehmes, ausgewogenes Gewicht ermöglicht kraftvolle und dennoch kontrollierte Pressung ohne Ermüdung.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eRutschfeste Handhabung\u003c\/h4\u003e\n                  \u003cp\u003eDurchdachte Oberflächenstruktur sorgt für sicheren Halt auch bei feuchten Händen oder intensiver Nutzung.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003ePräzise Kraftübertragung\u003c\/h4\u003e\n                  \u003cp\u003eOptimale Kraftübertragung für perfekt gepresste Espressi und Café Cremes mit gleichmäßigem Druck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n      \u003chr class=\"separator\"\u003e\n\n      \u003c!-- Perfect Espresso Process Section --\u003e\n      \u003cdiv class=\"section section-metallic\"\u003e\n\u003ch2 class=\"section-header\"\u003e\n              \u003cspan class=\"section-icon\"\u003e☕\u003c\/span\u003eDER WEG ZUM PERFEKTEN ESPRESSO\n          \u003c\/h2\u003e\n          \n          \u003cdiv class=\"process-steps\"\u003e\n\u003cdiv class=\"process-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                  \u003ch4\u003eKaffeepulver dosieren\u003c\/h4\u003e\n                  \u003cp\u003eFüllen Sie das frisch gemahlene Kaffeepulver gleichmäßig in den Siebträger.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"process-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                  \u003ch4\u003eOberfläche nivellieren\u003c\/h4\u003e\n                  \u003cp\u003eVerteilen Sie das Pulver gleichmäßig und schaffen Sie eine ebene Oberfläche.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"process-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                  \u003ch4\u003eTamper ansetzen\u003c\/h4\u003e\n                  \u003cp\u003eSetzen Sie den Tamper gerade und mittig auf das Kaffeepulver auf.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"process-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n                  \u003ch4\u003eGleichmäßig pressen\u003c\/h4\u003e\n                  \u003cp\u003eDrücken Sie mit gleichmäßigem Druck (ca. 15kg) das Kaffeepulver fest zusammen.\u003c\/p\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"process-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e5\u003c\/div\u003e\n                  \u003ch4\u003ePerfekter Espresso\u003c\/h4\u003e\n                  \u003cp\u003eGenießen Sie Ihren perfekt extrahierten Espresso mit optimaler Crema-Bildung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n      \u003chr class=\"separator\"\u003e\n\n      \u003c!-- Target Groups Section --\u003e\n      \u003cdiv class=\"section section-steel\"\u003e\n\u003ch2 class=\"section-header\"\u003e\n              \u003cspan class=\"section-icon\"\u003e👥\u003c\/span\u003ePERFEKT FÜR JEDEN KAFFEELIEBHABER\n          \u003c\/h2\u003e\n          \n          \u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-category\"\u003e\n\u003ch4\u003eHEIMBARISTAS\u003c\/h4\u003e\n                  \u003cul class=\"usage-list\"\u003e\n\u003cli\u003eKaffeeliebhaber mit Siebträgermaschine\u003c\/li\u003e\n                      \u003cli\u003eHome-Office Kaffee-Enthusiasten\u003c\/li\u003e\n                      \u003cli\u003eQualitätsbewusste Espresso-Genießer\u003c\/li\u003e\n                      \u003cli\u003eHobby-Baristas auf der Suche nach Perfektion\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"usage-category\"\u003e\n\u003ch4\u003ePROFESSIONELLE ANWENDER\u003c\/h4\u003e\n                  \u003cul class=\"usage-list\"\u003e\n\u003cli\u003eProfessionelle Baristas in Cafés\u003c\/li\u003e\n                      \u003cli\u003eGastronomie-Betriebe mit Espresso-Service\u003c\/li\u003e\n                      \u003cli\u003eBüro-Küchen mit hohen Ansprüchen\u003c\/li\u003e\n                      \u003cli\u003eCatering-Services für Events\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n      \u003chr class=\"separator\"\u003e\n\n      \u003c!-- Technical Specifications Section --\u003e\n      \u003cdiv class=\"section section-silver\"\u003e\n\u003ch2 class=\"section-header\"\u003e\n              \u003cspan class=\"section-icon\"\u003e📊\u003c\/span\u003eTECHNISCHE SPEZIFIKATIONEN\n          \u003c\/h2\u003e\n          \n          \u003cdiv class=\"tech-specs-grid\"\u003e\n\u003cdiv class=\"tech-spec-item\"\u003e\n                  \u003cstrong\u003eDurchmesser:\u003c\/strong\u003e\n                  \u003cspan\u003e51mm (Standard-Kompatibilität)\u003c\/span\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv class=\"tech-spec-item\"\u003e\n                  \u003cstrong\u003eMaterial:\u003c\/strong\u003e\n                  \u003cspan\u003eHochwertiges glänzendes Aluminium\u003c\/span\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv class=\"tech-spec-item\"\u003e\n                  \u003cstrong\u003eGewicht:\u003c\/strong\u003e\n                  \u003cspan\u003eOptimal ausbalanciert für kontrollierte Pressung\u003c\/span\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv class=\"tech-spec-item\"\u003e\n                  \u003cstrong\u003eOberfläche:\u003c\/strong\u003e\n                  \u003cspan\u003eGlänzend poliert, pflegeleicht\u003c\/span\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv class=\"tech-spec-item\"\u003e\n                  \u003cstrong\u003eDesign:\u003c\/strong\u003e\n                  \u003cspan\u003eErgonomisch geformt für Komfort\u003c\/span\u003e\n              \u003c\/div\u003e\n              \n              \u003cdiv class=\"tech-spec-item\"\u003e\n                  \u003cstrong\u003eKompatibilität:\u003c\/strong\u003e\n                  \u003cspan\u003eUniversell für 51mm Siebträger\u003c\/span\u003e\n              \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n      \u003chr class=\"separator\"\u003e\n\n      \u003c!-- Key Features Summary Section --\u003e\n      \u003cdiv class=\"section section-dark\"\u003e\n\u003ch2 class=\"section-header\"\u003e\n              \u003cspan class=\"section-icon\"\u003e🏆\u003c\/span\u003eIHRE VORTEILE AUF EINEN BLICK\n          \u003c\/h2\u003e\n          \n          \u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003ePremium-Material\u003c\/h4\u003e\n                  \u003cul class=\"spec-list\"\u003e\n\u003cli\u003eHochwertiger Tamper aus glänzendem Aluminium\u003c\/li\u003e\n                      \u003cli\u003eLanglebigkeit und eleganter Stil vereint\u003c\/li\u003e\n                      \u003cli\u003eKorrosionsbeständig und pflegeleicht\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003ePerfekte Kompatibilität\u003c\/h4\u003e\n                  \u003cul class=\"spec-list\"\u003e\n\u003cli\u003e51mm Durchmesser für Standard-Siebträger\u003c\/li\u003e\n                      \u003cli\u003eUniversell einsetzbar bei den meisten Maschinen\u003c\/li\u003e\n                      \u003cli\u003eOptimale Kraftübertragung garantiert\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003eErgonomisches Design\u003c\/h4\u003e\n                  \u003cul class=\"spec-list\"\u003e\n\u003cli\u003eKomfortable Handhabung bei jeder Anwendung\u003c\/li\u003e\n                      \u003cli\u003ePräzises Arbeiten durch durchdachte Form\u003c\/li\u003e\n                      \u003cli\u003eLeichtes, ausgewogenes Gewicht\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n              \n              \u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003eVielseitige Anwendung\u003c\/h4\u003e\n                  \u003cul class=\"spec-list\"\u003e\n\u003cli\u003eIdeal für Heimbaristas und Profis\u003c\/li\u003e\n                      \u003cli\u003ePerfekt für Espresso und Café Cremes\u003c\/li\u003e\n                      \u003cli\u003eUnverzichtbares Tool für Kaffee-Enthusiasten\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cmeta name=\"keywords\" content=\"Luxpresso Tamper, Classico Tamper 51 mm, Premium Barista Werkzeug, Tamper Aluminium, ergonomisches Design Tamper, Kaffeezubehör für Heimbaristas, perfekter Espresso Tamper, korrosionsbeständiger Tamper, kompatibel mit Siebträgermaschinen, Kaffeeliebhaber Zubehör\"\u003e\n\u003cmeta name=\"description\" content=\"Genießen Sie perfekten Espresso mit dem Luxpresso Tamper Classico 51 mm. Premium Aluminium, ergonomisch, langlebig und universell kompatibel.\"\u003e\n\u003c!--start-footer-3dsellers.com-ld-html--\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable id=\"u_content_divider_2\" class=\"u_content_divider\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n  \u003ctable role=\"presentation\" aria-label=\"divider\" height=\"0px\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"vertical-align: top\"\u003e\n        \u003ctd style=\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\"\u003e\n          \u003cspan\u003e \u003c\/span\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\n\u003c\/div\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n\n\n  \n  \n\u003cdiv id=\"u_row_21\" class=\"u-row-container u_row v-row-padding--vertical v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent\"\u003e\n  \u003cdiv class=\"u-row v-row-columns-background-color-background-color\" style=\"margin: 0 auto;min-width: 220px;max-width: 1200px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\"\u003e\n    \u003cdiv class=\"v-row-background-image--inner\" style=\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\"\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"v-row-padding v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent;\" align=\"center\"\u003e\u003ctable role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:1200px;\"\u003e\u003ctr class=\"v-row-background-image--inner v-row-columns-background-color-background-color\" style=\"background-color: transparent;\"\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n      \n\u003c!--[if (mso)|(IE)]\u003e\u003ctd align=\"center\" width=\"900\" class=\"v-col-padding v-col-background-color v-col-border v-col-border-radius\" style=\"width: 1200px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\" valign=\"top\"\u003e\u003c\/td\u003e\u003c![endif]--\u003e\n\u003cdiv id=\"u_column_25\" class=\"u-col u-col-100 u_column\" style=\"max-width: 220px;min-width: 1200px;display: table-cell;vertical-align: top;\"\u003e\n  \u003cdiv class=\"v-col-background-color v-col-border-radius\" style=\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\u003cdiv class=\"v-col-padding v-col-border v-col-border-radius\" style=\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \n\u003ctable id=\"u_content_custom_rectangle_35\" class=\"u_content_custom_rectangle\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:20px 10px 10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n    \n    \u003cdiv style=\"\n    display:flex;\n    flex-direction:column;\n    align-items:flex-start;\n    position:initial;\"\u003e\n    \u003cdiv style=\"\n    background:#b4c8ac;\n    width:100%;\n    height:auto;\n    padding:10px 10px 10px 30px;\n    margin:0px;\n    \n    border-top:2px solid #000 !important;\n    border-right:2px solid #000 !important;\n    border-left:2px solid #000 !important;\n    border-bottom:2px solid #000 !important;\n    ;\n    box-shadow:0px 0px 0px #000 !important;;\n    transform:skew(0deg);\n    border-radius:10px !important;\n    line-height: normal;\n    letter-spacing: normal;\n    \"\u003e\n    \n    \u003cdiv style=\"\"\u003e\n    \u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-family: 'andale mono', times; font-size: 24px;\"\u003eweitere interessante Angebote\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable id=\"u_content_custom_suggested_3\" class=\"u_content_custom_suggested\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:3px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n    \n    \u003cdiv style=\"\n    display:flex;\n    flex-direction:column;\n    align-items:flex-start;\n    position:initial;\"\u003e\n    \u003cdiv style=\"\n    background:#f5f7f401;\n    width:100%;\n    height:auto;\n    padding:10px;\n    margin:0px;\n    \n    border-top:0px solid #000 !important;\n    border-right:0px solid #000 !important;\n    border-left:0px solid #000 !important;\n    border-bottom:0px solid #000 !important;\n    ;\n    box-shadow:0px 0px 0px #000 !important;;\n    transform:skew(0deg);\n    border-radius:10px !important;\n    line-height: normal;\n    letter-spacing: normal;\n    \"\u003e\n    \u003cstyle\u003e\n    \/* default style *\/\n    *, ::after, ::before {\n        box-sizing: border-box;\n    }\n\n    \/*p {*\/\n        \/*margin-top: 0;*\/\n        \/*margin-bottom: 1rem;*\/\n        \/*color: #8892a0;*\/\n        \/*font-weight: 400;*\/\n    \/*}*\/\n\n    \/*a {*\/\n        \/*color: #329ef7;*\/\n        \/*text-decoration: none;*\/\n        \/*background-color: transparent;*\/\n        \/*-webkit-text-decoration-skip: objects;*\/\n    \/*}*\/\n\n    strong {\n        font-weight: 700;\n    }\n\n    .tds-block img.tds-icon,\n    .tds-block img.tds-icon-round {\n        width: auto;\n        width: 3.75rem;\n    }\n\n    .tds-bg-dark {\n        background-color: #2d313c;\n        color: #f2f2f2;\n    }\n\n    .tds-h1, h1 {\n        font-size: 2.75rem;\n    }\n\n    .tds-h2, h2 {\n        font-size: 2rem;\n    }\n\n    .tds-h3, h3 {\n        font-size: 1.125rem;\n    }\n\n    .tds-h4, h4 {\n        font-size: 1.185rem;\n    }\n\n    .tds-h5, h5 {\n        font-size: 1.25rem;\n    }\n\n    .tds-h1, .tds-h2, .tds-h3, .tds-h4, .tds-h5, .tds-h6,\n    h1, h2, h3, h4, h5, h6 {\n        margin-top: .3rem;\n        margin-bottom: .5rem;\n        font-weight: 600;\n        line-height: 1.5;\n        color: inherit;\n    }\n\n    img {\n        vertical-align: middle;\n        border-style: none;\n    }\n    \/* *\/\n    .tds-pt-4,\n    .tds-py-4 {\n        padding-top: 1.5rem!important;\n    }\n\n    .tds-lead {\n        font-size: 1.4rem;\n        font-weight: 400;\n    }\n\n    .tds-ml-auto, .tds-mx-auto {\n        margin-left: auto!important;\n    }\n\n    .tds-block .tds-row-70 {\n        height: 4.375rem;\n        width: 100%;\n    }\n\n    .tds-block p {\n        font-size: 1.25em;\n    }\n\n    .tds-m-auto {\n        margin: auto!important;\n    }\n\n    .tds-block .tds-touch {\n        border-top: solid .3125rem #329ef7;\n        z-index: 2;\n    }\n\n    .tds-ml-4, .tds-mx-4 {\n        margin-left: 1.5rem!important;\n    }\n\n    .tds-rounded-circle {\n        border-radius: 50%!important;\n    }\n\n    .tds-pt-5, .tds-py-5 {\n        padding-top: 3rem!important;\n    }\n\n    .tds-navbar {\n        position: relative;\n        display: -ms-flexbox;\n        display: flex;\n        -ms-flex-wrap: wrap;\n        flex-wrap: wrap;\n        -ms-flex-align: center;\n        align-items: center;\n        -ms-flex-pack: justify;\n        justify-content: space-between;\n        padding: .5rem 1rem;\n    }\n\n    .tds-mr-5, .tds-mx-5 {\n        margin-right: 3rem!important\n    }\n\n    .tds-mr-auto, .tds-mx-auto {\n        margin-right: auto!important;\n    }\n\n    .tds-pt-3, .tds-py-3 {\n        padding-top: 1rem!important;\n    }\n\n    .tds-mt-4, .tds-my-4 {\n        margin-top: 1.5rem!important;\n    }\n\n    .tds-block .tds-col-fill-left {\n        position: absolute;\n        left: 0;\n        z-index: 1;\n    }\n    .tds-block .tds-col-fill-left,\n    .tds-block .tds-col-fill-right {\n        width: 50%;\n        top: 0;\n        bottom: 0;\n        background-size: cover;\n        background-position: center;\n    }\n\n    .tds-text-left {\n        text-align: left!important;\n    }\n\n    .tds-text-center {\n        text-align: center!important;\n    }\n\n    .tds-img-fluid {\n        max-width: 100%;\n        height: auto;\n    }\n\n    .tds-rad-50 {\n        border-radius: 50px;\n        background-color: rgb(209, 66, 66);\n        color: rgb(255, 255, 255);\n        position: relative;\n    }\n\n    .tds-abs-top-right {\n        position: absolute !important;\n        top: 0;\n        right: 0;\n    }\n\n    \/* fraola blocks *\/\n    .tds-block {\n        -webkit-font-smoothing: antialiased;\n        -moz-osx-font-smoothing: grayscale;\n        text-rendering: optimizelegibility;\n        padding: 1.5rem 0;\n        position: relative;\n        background-size: cover;\n        background-color: #FFF;\n    }\n\n    .tds-no-gutters {\n        margin-right: 0;\n        margin-left: 0;\n    }\n\n    .tds-no-gutters \u003e [class*=\"tds-col-\"] {\n        padding-right: 0;\n        padding-left: 0;\n    }\n\n    .tds-carousel-caption {\n        position: absolute;\n        right: 15%;\n        bottom: 20px;\n        left: 15%;\n        z-index: 10;\n        padding-top: 20px;\n        padding-bottom: 20px;\n        color: #fff;\n        text-align: center;\n        background-color: rgba(0,0,0,.5);\n        display: none;\n    }\n\n    .tds-block .tds-box {\n        background: #FFF;\n        padding: 2.75rem 1.5rem;\n        overflow: hidden;\n        color: #444;\n        border-radius: .25rem;\n        box-shadow: 0 .3125rem .875rem 0 rgba(129,129,129,.2)!important;\n    }\n\n    .tds-color-white {\n        color: white;\n    }\n\n    .tds-block, .tds-rounded {\n        overflow: hidden;\n    }\n    .tds-block,\n    .tds-block .tds-container-fluid {\n        background-position: center;\n        background-repeat: no-repeat;\n    }\n\n    .tds-mt-5,\n    .tds-my-5 {\n        margin-top: 3rem!important;\n    }\n\n    .tds-mb-5,\n    .tds-my-5 {\n        margin-bottom: 3rem!important\n    }\n\n    .tds-d-none {\n        display: none!important;\n    }\n\n    @media (min-width: 576px) {\n        .tds-container {\n            max-width: 540px;\n        }\n        .tds-d-sm-none {\n            display: none!important;\n        }\n    }\n\n    @media (min-width: 768px) {\n        .tds-pt-md-0, .tds-py-md-0 {\n            padding-top: 0!important;\n        }\n        .tds-m-md-0 {\n            margin: 0!important;\n        }\n        .tds-d-md-block {\n            display: block!important;\n        }\n    }\n    @media (min-width: 1200px) {\n        .tds-pt-xl-5, .tds-py-xl-5 {\n            padding-top: 3rem!important;\n        }\n        .tds-ml-xl-auto, .tds-mx-xl-auto {\n            margin-left: auto!important;\n        }\n        .tds-mr-xl-auto, .tds-mx-xl-auto {\n            margin-right: auto!important;\n        }\n        .tds-mt-xl-5, .tds-my-xl-5 {\n            margin-top: 3rem!important;\n        }\n        .tds-mb-xl-5, .tds-my-xl-5 {\n            margin-bottom: 3rem!important;\n        }\n    }\n\n    \/*grid system*\/\n    .tds-container-fluid,\n    .tds-container {\n        width: 100%;\n        padding-right: 15px;\n        padding-left: 15px;\n        margin-right: auto;\n        margin-left: auto;\n    }\n\n\n    @media (min-width: 768px) {\n        .tds-container {\n            max-width: 720px;\n        }\n    }\n    @media (min-width: 992px) {\n        .tds-container {\n            max-width: 960px;\n        }\n        .tds-pt-lg-0, .tds-py-lg-0 {\n            padding-top: 0!important;\n        }\n        .tds-pt-lg-4, .tds-py-lg-4 {\n            padding-top: 1.5rem!important;\n        }\n    }\n    @media (min-width: 1200px) {\n        .tds-container {\n            max-width: 1364px;\n        }\n    }\n    \/*row*\/\n    .tds-slider::after,\n    .tds-slider::before,\n    .tds-slider__button-wrapper::after {\n        content: \"\"\n    }\n\n    .tds-row {\n        position: relative;\n        -webkit-box-sizing: border-box;\n        box-sizing: border-box;\n        display: -webkit-box;\n        display: -ms-flexbox;\n        display: flex;\n        -ms-flex-wrap: wrap;\n        flex-wrap: wrap;\n    }\n    .tds-row.tds-justify-content-center {\n        -webkit-box-pack: center;\n        -ms-flex-pack: center;\n        justify-content: center\n    }\n    .tds-row.tds-justify-content-end {\n        -webkit-box-pack: end;\n        -ms-flex-pack: end;\n        justify-content: flex-end\n    }\n    .tds-row.is-justify-space-between {\n        -webkit-box-pack: justify;\n        -ms-flex-pack: justify;\n        justify-content: space-between\n    }\n    .tds-row.is-justify-space-around {\n        -ms-flex-pack: distribute;\n        justify-content: space-around\n    }\n    .tds-row.tds-align-items-center {\n        -webkit-box-align: center;\n        -ms-flex-align: center;\n        align-items: center\n    }\n\n    @media (min-width: 576px) {\n        .tds-justify-content-sm-center {\n            -ms-flex-pack: center!important;\n            justify-content: center!important;\n        }\n    }\n\n    .tds-btn {\n        white-space: nowrap;\n        display: inline-block;\n        font-weight: 400;\n        color: #212529;\n        text-align: center;\n        vertical-align: middle;\n        cursor: pointer;\n        -webkit-user-select: none;\n        -moz-user-select: none;\n        -ms-user-select: none;\n        user-select: none;\n        background-color: transparent;\n        border: 1px solid transparent;\n        padding: .375rem .75rem;\n        font-size: 1rem;\n        line-height: 1.5;\n        border-radius: .25rem;\n        -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;\n        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;\n        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;\n        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;\n    }\n\n    .tds-btn-primary {\n        color: #fff;\n        background-color: #329ef7;\n        border-color: #329ef7;\n    }\n\n    .tds-btn-primary:hover {\n        color: #fff;\n        background-color: #0d8df6;\n        border-color: #0986ed;\n    }\n\n    .tds-btn-secondary {\n        color: #fff;\n        background-color: #6c757d;\n        border-color: #6c757d;\n    }\n\n    .tds-btn-secondary:hover {\n        color: #fff;\n        background-color: #5a6268;\n        border-color: #545b62;\n    }\n\n    .tds-row.is-align-bottom {\n        -webkit-box-align: end;\n        -ms-flex-align: end;\n        align-items: flex-end\n    }\n\n    \/*end row*\/\n    [class*=tds-col-] {\n        float: left;\n        -webkit-box-sizing: border-box;\n        box-sizing: border-box;\n        padding-right: 15px;\n        padding-left: 15px;\n    }\n\n    .tds-col-0 {\n        display: none;\n        width: 0\n    }\n\n    .tds-col-1 {\n        width: 4.16667%\n    }\n\n    .tds-col-2 {\n        width: 8.33333%\n    }\n\n    .tds-col-3 {\n        width: 12.5%\n    }\n\n    .tds-col-4 {\n        width: 16.66667%\n    }\n\n    .tds-col-5 {\n        width: 20.83333%\n    }\n    .tds-col-6 {\n        width: 25%\n    }\n\n    .tds-col-7 {\n        width: 29.16667%\n    }\n\n    .tds-col-8 {\n        width: 33.33333%\n    }\n\n    .tds-col-9 {\n        width: 37.5%\n    }\n\n    .tds-col-10 {\n        width: 41.66667%\n    }\n\n    .tds-col-11 {\n        width: 45.83333%\n    }\n\n    .tds-col-12 {\n        width: 50%\n    }\n\n    .tds-col-13 {\n        width: 54.16667%\n    }\n\n    .tds-col-14 {\n        width: 58.33333%\n    }\n\n    .tds-col-15 {\n        width: 62.5%\n    }\n\n    .tds-col-16 {\n        width: 66.66667%\n    }\n\n    .tds-col-17 {\n        width: 70.83333%\n    }\n\n    .tds-col-18 {\n        width: 75%\n    }\n\n    .tds-col-19 {\n        width: 79.16667%\n    }\n\n    .tds-col-20 {\n        width: 83.33333%\n    }\n\n    .tds-col-21 {\n        width: 87.5%\n    }\n\n    .tds-col-22 {\n        width: 91.66667%\n    }\n\n    .tds-col-23 {\n        width: 95.83333%\n    }\n\n    .tds-col-24 {\n        width: 100%\n    }\n\n    @media  only screen and (max-width:767px) {\n        .tds-col-xs-0 {\n            display: none;\n            width: 0\n        }\n        .tds-col-xs-1 {\n            width: 4.16667%\n        }\n        .tds-col-xs-2 {\n            width: 8.33333%\n        }\n        .tds-col-xs-3 {\n            width: 12.5%\n        }\n        .tds-col-xs-4 {\n            width: 16.66667%\n        }\n        .tds-col-xs-5 {\n            width: 20.83333%\n        }\n        .tds-col-xs-6 {\n            width: 25%\n        }\n        .tds-col-xs-7 {\n            width: 29.16667%\n        }\n        .tds-col-xs-8 {\n            width: 33.33333%\n        }\n        .tds-col-xs-9 {\n            width: 37.5%\n        }\n        .tds-col-xs-10 {\n            width: 41.66667%\n        }\n        .tds-col-xs-11 {\n            width: 45.83333%\n        }\n        .tds-col-xs-12 {\n            width: 50%\n        }\n        .tds-col-xs-13 {\n            width: 54.16667%\n        }\n        .tds-col-xs-14 {\n            width: 58.33333%\n        }\n        .tds-col-xs-15 {\n            width: 62.5%\n        }\n        .tds-col-xs-16 {\n            width: 66.66667%\n        }\n        .tds-col-xs-17 {\n            width: 70.83333%\n        }\n        .tds-col-xs-18 {\n            width: 75%\n        }\n        .tds-col-xs-19 {\n            width: 79.16667%\n        }\n        .tds-col-xs-20 {\n            width: 83.33333%\n        }\n        .tds-col-xs-21 {\n            width: 87.5%\n        }\n        .tds-col-xs-22 {\n            width: 91.66667%\n        }\n        .tds-col-xs-23 {\n            width: 95.83333%\n        }\n        .tds-col-xs-24 {\n            width: 100%\n        }\n    }\n\n    @media (min-width:768px) {\n        .tds-col-sm-0 {\n            display: none;\n            width: 0\n        }\n        .tds-col-sm-1 {\n            width: 4.16667%\n        }\n        .tds-col-sm-2 {\n            width: 8.33333%\n        }\n        .tds-col-sm-3 {\n            width: 12.5%\n        }\n        .tds-col-sm-4 {\n            width: 16.66667%\n        }\n        .tds-col-sm-5 {\n            width: 20.83333%\n        }\n        .tds-col-sm-6 {\n            width: 25%\n        }\n        .tds-col-sm-7 {\n            width: 29.16667%\n        }\n        .tds-col-sm-8 {\n            width: 33.33333%\n        }\n        .tds-col-sm-9 {\n            width: 37.5%\n        }\n        .tds-col-sm-10 {\n            width: 41.66667%\n        }\n        .tds-col-sm-11 {\n            width: 45.83333%\n        }\n        .tds-col-sm-12 {\n            width: 50%\n        }\n        .tds-col-sm-13 {\n            width: 54.16667%\n        }\n        .tds-col-sm-14 {\n            width: 58.33333%\n        }\n        .tds-col-sm-15 {\n            width: 62.5%\n        }\n        .tds-col-sm-16 {\n            width: 66.66667%\n        }\n        .tds-col-sm-17 {\n            width: 70.83333%\n        }\n        .tds-col-sm-18 {\n            width: 75%\n        }\n        .tds-col-sm-19 {\n            width: 79.16667%\n        }\n        .tds-col-sm-20 {\n            width: 83.33333%\n        }\n        .tds-col-sm-21 {\n            width: 87.5%\n        }\n        .tds-col-sm-22 {\n            width: 91.66667%\n        }\n        .tds-col-sm-23 {\n            width: 95.83333%\n        }\n        .tds-col-sm-24 {\n            width: 100%\n        }\n    }\n\n    @media (min-width:992px) {\n        .tds-col-md-0 {\n            display: none;\n            width: 0\n        }\n        .tds-col-md-1 {\n            width: 4.16667%\n        }\n        .tds-col-md-2 {\n            width: 8.33333%\n        }\n        .tds-col-md-3 {\n            width: 12.5%\n        }\n        .tds-col-md-4 {\n            width: 16.66667%\n        }\n        .tds-col-md-5 {\n            width: 20.83333%\n        }\n        .tds-col-md-6 {\n            width: 25%\n        }\n        .tds-col-md-7 {\n            width: 29.16667%\n        }\n        .tds-col-md-8 {\n            width: 33.33333%\n        }\n        .tds-col-md-9 {\n            width: 37.5%\n        }\n        .tds-col-md-10 {\n            width: 41.66667%\n        }\n        .tds-col-md-11 {\n            width: 45.83333%\n        }\n        .tds-col-md-12 {\n            width: 50%\n        }\n        .tds-col-md-13 {\n            width: 54.16667%\n        }\n        .tds-col-md-14 {\n            width: 58.33333%\n        }\n        .tds-col-md-15 {\n            width: 62.5%\n        }\n        .tds-col-md-16 {\n            width: 66.66667%\n        }\n        .tds-col-md-17 {\n            width: 70.83333%\n        }\n        .tds-col-md-18 {\n            width: 75%\n        }\n        .tds-col-md-19 {\n            width: 79.16667%\n        }\n        .tds-col-md-20 {\n            width: 83.33333%\n        }\n        .tds-col-md-21 {\n            width: 87.5%\n        }\n        .tds-col-md-22 {\n            width: 91.66667%\n        }\n        .tds-col-md-23 {\n            width: 95.83333%\n        }\n        .tds-col-md-24 {\n            width: 100%\n        }\n    }\n\n    @media (min-width:1200px) {\n        .tds-col-lg-0 {\n            display: none;\n            width: 0\n        }\n        .tds-col-lg-1 {\n            width: 4.16667%\n        }\n        .tds-col-lg-2 {\n            width: 8.33333%\n        }\n        .tds-col-lg-3 {\n            width: 12.5%\n        }\n        .tds-col-lg-4 {\n            width: 16.66667%\n        }\n        .tds-col-lg-5 {\n            width: 20.83333%\n        }\n        .tds-col-lg-6 {\n            width: 25%\n        }\n        .tds-col-lg-7 {\n            width: 29.16667%\n        }\n        .tds-col-lg-8 {\n            width: 33.33333%\n        }\n        .tds-col-lg-9 {\n            width: 37.5%\n        }\n        .tds-col-lg-10 {\n            width: 41.66667%\n        }\n        .tds-col-lg-11 {\n            width: 45.83333%\n        }\n        .tds-col-lg-12 {\n            width: 50%\n        }\n        .tds-col-lg-13 {\n            width: 54.16667%\n        }\n        .tds-col-lg-14 {\n            width: 58.33333%\n        }\n        .tds-col-lg-15 {\n            width: 62.5%\n        }\n        .tds-col-lg-16 {\n            width: 66.66667%\n        }\n        .tds-col-lg-17 {\n            width: 70.83333%\n        }\n        .tds-col-lg-18 {\n            width: 75%\n        }\n        .tds-col-lg-19 {\n            width: 79.16667%\n        }\n        .tds-col-lg-20 {\n            width: 83.33333%\n        }\n        .tds-col-lg-21 {\n            width: 87.5%\n        }\n        .tds-col-lg-22 {\n            width: 91.66667%\n        }\n        .tds-col-lg-23 {\n            width: 95.83333%\n        }\n        .tds-col-lg-24 {\n            width: 100%\n        }\n    }\n\n    @media (min-width:1920px) {\n        .tds-col-xl-0 {\n            display: none;\n            width: 0\n        }\n        .tds-col-xl-1 {\n            width: 4.16667%\n        }\n        .tds-col-xl-2 {\n            width: 8.33333%\n        }\n        .tds-col-xl-3 {\n            width: 12.5%\n        }\n        .tds-col-xl-4 {\n            width: 16.66667%\n        }\n        .tds-col-xl-5 {\n            width: 20.83333%\n        }\n        .tds-col-xl-6 {\n            width: 25%\n        }\n        .tds-col-xl-7 {\n            width: 29.16667%\n        }\n        .tds-col-xl-8 {\n            width: 33.33333%\n        }\n        .tds-col-xl-9 {\n            width: 37.5%\n        }\n        .tds-col-xl-10 {\n            width: 41.66667%\n        }\n        .tds-col-xl-11 {\n            width: 45.83333%\n        }\n        .tds-col-xl-12 {\n            width: 50%\n        }\n        .tds-col-xl-13 {\n            width: 54.16667%\n        }\n        .tds-col-xl-14 {\n            width: 58.33333%\n        }\n        .tds-col-xl-15 {\n            width: 62.5%\n        }\n        .tds-col-xl-16 {\n            width: 66.66667%\n        }\n        .tds-col-xl-17 {\n            width: 70.83333%\n        }\n        .tds-col-xl-18 {\n            width: 75%\n        }\n        .tds-col-xl-19 {\n            width: 79.16667%\n        }\n        .tds-col-xl-20 {\n            width: 83.33333%\n        }\n        .tds-col-xl-21 {\n            width: 87.5%\n        }\n        .tds-col-xl-22 {\n            width: 91.66667%\n        }\n        .tds-col-xl-23 {\n            width: 95.83333%\n        }\n        .tds-col-xl-24 {\n            width: 100%\n        }\n    }\n\n    @media (max-width:600px) {\n        [class*=tds-col-] {\n            padding-right: 0 !important;\n            padding-left: 0 !important;\n        }\n\n        .tds-container-fluid, .tds-container {\n            padding-right: 0;\n            padding-left: 0;\n        }\n    }\n    \/*end layout container*\/\n\u003c\/style\u003e\n\n\u003cstyle\u003e\n    .tds-row-3dsellers.tds-products .tds-products-title{color:#333333;font-size:14px;font-family:inherit;text-transform:inherit;text-decoration:inherit;font-weight:inherit;border-radius:;background-color:transparent;font-style:inherit;text-align:left}.tds-row-3dsellers.tds-products .tds-products-price{color:#E50010;font-size:14px;font-family:inherit;text-transform:inherit;text-decoration:inherit;font-weight:inherit;font-style:inherit;border-radius:;background-color:transparent;text-align:left}\n\n    [class*=tds-row-] {\n        margin-top: 5px;\n        margin-bottom: 5px;\n    }\n\n    .tds-header,\n    .tds-gallery-slider,\n    .tds-product-specifics,\n    .tds-product-gallery,\n    .categories-block,\n    .tds-products,\n    .tds-nav-bar,\n    .tds-videos,\n    .tds-tabs-content,\n    .tds-product-title,\n    .tds-section-title-wrapper,\n    .tds-text-block {\n        display: -ms-flexbox !important;\n        display: flex !important;\n    }\n\n    \/* products section *\/\n    .tds-products-wrapper {\n        padding: 10px;\n    }\n    .tds-products-cover {\n        display: block;\n        padding-top: 100%;\n        background-repeat: no-repeat;\n        background-size: cover;\n        background-position: center;\n    }\n    .tds-products-expand {\n        display: inline;\n    }\n\n    .tds-products-expand .tds-products-button {\n        background: #eee;\n        border: none;\n        padding: 10px 20px;\n        cursor: pointer;\n        color: #212121;\n        margin-top: 10px;\n        width: 100%;\n        border-radius: 5px;\n    }\n\n    .tds-products-expand .tds-products-button::before {\n        content: \"SHOP NOW!\";\n    }\n\n    .tds-products-expand p {\n        overflow-x: hidden;\n        width: 100%;\n    }\n\n    .tds-products-plus {\n        min-height: 20px;\n        overflow: hidden;\n    }\n\n    .tds-link .tds-products-title {\n        text-decoration: underline;\n    }\n\n    .tds-products-title {\n        margin: 5px 0;\n        display: block;\n        display: -webkit-box;\n        -webkit-line-clamp: 2;\n        -webkit-box-orient: vertical;\n        line-height: 1.4em;\n        height: 2.8em;\n        overflow: hidden;\n        white-space: normal;\n        word-break: break-word;\n        -webkit-hyphens: auto;\n        -ms-hyphens: auto;\n        hyphens: auto;\n    }\n    \/*end products section*\/\n\u003c\/style\u003e\n\n\u003cdiv class=\"tds-row tds-row-3dsellers tds-products\" style=\"display: none;\"\u003e\n    \u003cdiv class=\"tds-col-24\"\u003e\n                    \n            \u003cdiv class=\"tds-products-wrapper tds-col-xs-12 tds-col-sm-8 tds-col-md-12 tds-col-lg-12 tds-col-xl-12\"\u003e\n                \u003cdiv class=\"tds-product-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/www.ebay.de\/itm\/116747357948\" class=\"tds-link\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"tds-products-cover\" style=\"background-image: url('https:\/\/i.ebayimg.com\/00\/s\/MTYwMFgxNjAw\/z\/ZTQAAeSwpTFoi0qF\/$_10.JPG?set_id=2')\"\u003e\u003c\/div\u003e\n\n                        \u003cdiv class=\"tds-products-expand\"\u003e\n                            \u003cp class=\"tds-products-title\"\u003eTamper 51 mm Set mit Andrückmatte für Siebträger Maschinen Kaffee Espresso\u003c\/p\u003e\n\n                            \u003cdiv class=\"tds-products-plus\"\u003e\n                                \u003cspan class=\"tds-products-price\"\u003e€9.95\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cbutton class=\"tds-products-button\"\u003e\u003c\/button\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n                    \n            \u003cdiv class=\"tds-products-wrapper tds-col-xs-12 tds-col-sm-8 tds-col-md-12 tds-col-lg-12 tds-col-xl-12\"\u003e\n                \u003cdiv class=\"tds-product-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/www.ebay.de\/itm\/116674171277\" class=\"tds-link\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"tds-products-cover\" style=\"background-image: url('https:\/\/i.ebayimg.com\/00\/s\/MTYwMFgxNjAw\/z\/ZTQAAeSwpTFoi0qF\/$_10.JPG?set_id=2')\"\u003e\u003c\/div\u003e\n\n                        \u003cdiv class=\"tds-products-expand\"\u003e\n                            \u003cp class=\"tds-products-title\"\u003eTamper 51 mm Set mit Andrückmatte für Siebträger Maschinen Kaffee Espresso\u003c\/p\u003e\n\n                            \u003cdiv class=\"tds-products-plus\"\u003e\n                                \u003cspan class=\"tds-products-price\"\u003e€9.95\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cbutton class=\"tds-products-button\"\u003e\u003c\/button\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n                    \n            \u003cdiv class=\"tds-products-wrapper tds-col-xs-12 tds-col-sm-8 tds-col-md-12 tds-col-lg-12 tds-col-xl-12\"\u003e\n                \u003cdiv class=\"tds-product-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/www.ebay.de\/itm\/116630193105\" class=\"tds-link\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"tds-products-cover\" style=\"background-image: url('https:\/\/i.ebayimg.com\/00\/s\/MTAxOFg4NTE=\/z\/nIYAAeSwIy5ogKUt\/$_10.JPG?set_id=2')\"\u003e\u003c\/div\u003e\n\n                        \u003cdiv class=\"tds-products-expand\"\u003e\n                            \u003cp class=\"tds-products-title\"\u003ePremium Tamper 51 mm Edelstahl Barista Stempel Presse Siebträger Kaffeemaschine\u003c\/p\u003e\n\n                            \u003cdiv class=\"tds-products-plus\"\u003e\n                                \u003cspan class=\"tds-products-price\"\u003e€9.95\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cbutton class=\"tds-products-button\"\u003e\u003c\/button\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n                    \n            \u003cdiv class=\"tds-products-wrapper tds-col-xs-12 tds-col-sm-8 tds-col-md-12 tds-col-lg-12 tds-col-xl-12\"\u003e\n                \u003cdiv class=\"tds-product-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/www.ebay.de\/itm\/116668213537\" class=\"tds-link\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"tds-products-cover\" style=\"background-image: url('https:\/\/i.ebayimg.com\/00\/s\/MTA2N1gxNjAw\/z\/arUAAeSwS6hoi0ng\/$_10.JPG?set_id=2')\"\u003e\u003c\/div\u003e\n\n                        \u003cdiv class=\"tds-products-expand\"\u003e\n                            \u003cp class=\"tds-products-title\"\u003ePremium Set Edelstahl Tamper 51 mm und Andrückmatte Siebträger Kaffee Maschinen\u003c\/p\u003e\n\n                            \u003cdiv class=\"tds-products-plus\"\u003e\n                                \u003cspan class=\"tds-products-price\"\u003e€14.95\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cbutton class=\"tds-products-button\"\u003e\u003c\/button\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n                    \n            \u003cdiv class=\"tds-products-wrapper tds-col-xs-12 tds-col-sm-8 tds-col-md-12 tds-col-lg-12 tds-col-xl-12\"\u003e\n                \u003cdiv class=\"tds-product-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/www.ebay.de\/itm\/116912185937\" class=\"tds-link\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"tds-products-cover\" style=\"background-image: url('https:\/\/i.ebayimg.com\/00\/s\/MTA4NFgxNjAw\/z\/j~wAAeSwfOJpMQnB\/$_10.JPG?set_id=2')\"\u003e\u003c\/div\u003e\n\n                        \u003cdiv class=\"tds-products-expand\"\u003e\n                            \u003cp class=\"tds-products-title\"\u003e6 weiße dickwandige Espressotassen mit Untertassen aus Porzellan Gastroqualität\u003c\/p\u003e\n\n                            \u003cdiv class=\"tds-products-plus\"\u003e\n                                \u003cspan class=\"tds-products-price\"\u003e€26.95\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cbutton class=\"tds-products-button\"\u003e\u003c\/button\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n                    \n            \u003cdiv class=\"tds-products-wrapper tds-col-xs-12 tds-col-sm-8 tds-col-md-12 tds-col-lg-12 tds-col-xl-12\"\u003e\n                \u003cdiv class=\"tds-product-wrapper\"\u003e\n                    \u003ca href=\"https:\/\/www.ebay.de\/itm\/116907764989\" class=\"tds-link\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"tds-products-cover\" style=\"background-image: url('https:\/\/i.ebayimg.com\/00\/s\/MTUwM1gxNjAw\/z\/AVgAAeSwSqVpLexJ\/$_10.JPG?set_id=2')\"\u003e\u003c\/div\u003e\n\n                        \u003cdiv class=\"tds-products-expand\"\u003e\n                            \u003cp class=\"tds-products-title\"\u003eTommy Hilfiger Tommy Jeans, Rutschhemmender Schnürstiefel aus Wildleder Größe 44\u003c\/p\u003e\n\n                            \u003cdiv class=\"tds-products-plus\"\u003e\n                                \u003cspan class=\"tds-products-price\"\u003e€94.95\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cbutton class=\"tds-products-button\"\u003e\u003c\/button\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003c\/div\u003e\n\u003c\/div\u003e\n\n    \u003cstyle\u003e\n    .tds-products-wrapper {\n      padding: 0 !important;\n      margin: 0 !important;\n    }\n  \n    .tds-product-wrapper:not(.suggested-template) {\n      background: #40808081;\n      border-radius: 10px;\n      \n    border-top:1px solid #adadad29 !important;\n    border-right:1px solid #adadad29 !important;\n    border-left:1px solid #adadad29 !important;\n    border-bottom:1px solid #adadad29 !important;\n    \n      box-shadow:10px 10px 5px #c0bfbc !important;\n      font-family: 'Poppins', sans-serif;\n    }\n\n    @media only screen and (min-width: 600px) {\n      .tds-product-wrapper:not(.suggested-template) {\n        margin: 15px !important;\n      }\n    }\n\n    @media only screen and (max-width: 600px) {\n      .tds-product-wrapper:not(.suggested-template) {\n        margin: 5px !important;\n      }\n    }\n  \n    .tds-product-wrapper:not(.suggested-template):hover {\n      background: #f2f2f2ff !important;\n      \n    border-top:0px solid #6d6d6d !important;\n    border-right:0px solid #6d6d6d !important;\n    border-left:0px solid #6d6d6d !important;\n    border-bottom:0px solid #6d6d6d !important;\n    \n    }\n  \n    .tds-product-wrapper:not(.suggested-template) .tds-products-cover {\n      border-radius: 10px;\n      background: #ffffff;\n      height: 200px;\n      background-size:clamp(100px, 80%, 250px) !important;\n    }\n  \n    .tds-product-wrapper:not(.suggested-template) .tds-products-title {\n      color: #000000 !important;\n      text-align: center !important;\n      text-decoration: none !important;\n      font-weight: normal !important;\n      font-family: andale mono,times !important;\n      font-size: 12pt !important;\n      margin: 10px 0px 10px 0px !important;\n    }\n  \n    .tds-product-wrapper:not(.suggested-template) .tds-products-plus {\n      text-align: center !important;\n      padding: 10px 0px 10px 0px !important;\n    }\n  \n    .tds-product-wrapper:not(.suggested-template) .tds-products-price {\n      color: #008000 !important;\n      font-size: 12pt !important;\n      font-family: andale mono,times !important;\n      font-weight: normal !important;\n    }\n  \n    .tds-product-wrapper:not(.suggested-template) .tds-products-button {\n        background: #008040 !important;\n        \n    border-top:0px solid #000 !important;\n    border-right:0px solid #000 !important;\n    border-left:0px solid #000 !important;\n    border-bottom:0px solid #000 !important;\n    \n        box-shadow:0px 0px 0px #000 !important;\n        padding: 15px 20px 15px 20px !important;\n        cursor: pointer;\n        color: #ffffff !important;\n        margin: 10px 0px 0px 0px !important;\n        width: 100% !important;\n        border-radius: 5px 5px 20px 20px !important;\n        font-size: 12pt !important;\n        font-family: andale mono,times !important;\n        font-weight: bold !important;\n      }\n\n      \n      .tds-product-wrapper:not(.suggested-template) .tds-products-button:hover {\n        background: #ffffff1a !important;\n        border: none !important;\n        color: #212121 !important;\n       }\n      \n\n      .tds-product-wrapper:not(.suggested-template) .tds-products-button::before {\n          content: \"zum Produkt\";\n      }\n    \u003c\/style\u003e\n    \u003ca href=\"https:\/\/export.ebay.com\/en\/ebay-partners\/#3dsellers\" target=\"_blank\" class=\"sellers-suggested-credit sellers-suggested-credit-new\" style=\"display: none;\"\u003e\n        Add suggested items to your listings - \u003cspan\u003eCheck it out on 3Dsellers.com\u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\n\u003c\/div\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n\n\n  \n  \n\u003cdiv id=\"u_row_34\" class=\"u-row-container u_row v-row-padding--vertical v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent\"\u003e\n  \u003cdiv class=\"u-row v-row-columns-background-color-background-color\" style=\"margin: 0 auto;min-width: 220px;max-width: 1200px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: transparent;\"\u003e\n    \u003cdiv class=\"v-row-background-image--inner\" style=\"border-collapse: collapse;display: table;width: 100%;height: 100%;background-color: transparent;\"\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\u003ctr\u003e\u003ctd class=\"v-row-padding v-row-background-image--outer v-row-background-color\" style=\"padding: 0px;background-color: transparent;\" align=\"center\"\u003e\u003ctable role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:1200px;\"\u003e\u003ctr class=\"v-row-background-image--inner v-row-columns-background-color-background-color\" style=\"background-color: transparent;\"\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c\/td\u003e\u003c\/tr\u003e\u003c\/table\u003e\u003c![endif]--\u003e\n      \n\u003c!--[if (mso)|(IE)]\u003e\u003ctd align=\"center\" width=\"450\" class=\"v-col-padding v-col-background-color v-col-border v-col-border-radius\" style=\"width: 450px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\" valign=\"top\"\u003e\u003c\/td\u003e\u003c![endif]--\u003e\n\u003cdiv id=\"u_column_47\" class=\"u-col u-col-50 u_column\" style=\"max-width: 220px;min-width: 450px;display: table-cell;vertical-align: top;\"\u003e\n  \u003cdiv class=\"v-col-background-color v-col-border-radius\" style=\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\u003cdiv class=\"v-col-padding v-col-border v-col-border-radius\" style=\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \n\u003ctable id=\"u_content_divider_1\" class=\"u_content_divider\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n  \u003ctable role=\"presentation\" aria-label=\"divider\" height=\"0px\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-collapse: collapse;table-layout: fixed;border-spacing: 0;mso-table-lspace: 0pt;mso-table-rspace: 0pt;vertical-align: top;border-top: 1px solid #BBBBBB;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\"\u003e\n    \u003ctbody\u003e\n      \u003ctr style=\"vertical-align: top\"\u003e\n        \u003ctd style=\"word-break: break-word;border-collapse: collapse !important;vertical-align: top;font-size: 0px;line-height: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%\"\u003e\n          \u003cspan\u003e \u003c\/span\u003e\n        \u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable id=\"u_content_image_9\" class=\"u_content_image\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\n  \u003ctr\u003e\n    \u003ctd class=\"v-text-align\" style=\"padding-right: 0px;padding-left: 0px;\" align=\"center\"\u003e\n      \u003ca href='https:\/\/logo.haendlerbund.de\/logo.php?uuid=0194ce12-fdb1-11ef-8b46-0242ac130003-5743381116\u0026amp;size=120\u0026amp;variant=2\"%20title=\"H%C3%A4ndlerbund%20Mitglied' target=\"_blank\"\u003e\n      \u003cimg align=\"center\" border=\"0\" src=\"https:\/\/files.3dsellers.com\/uploads\/aFFva3h6ajZERXgxS3ZSOU5kTDF0UT09\/244e56ee-21d7-44ef-b9b9-d1e70ba8947f.png\" alt=\"Händlerbund-Logo: Dieses Bild zeigt, dass der Shop Mitglied im Händlerbund ist.\" title=\"Händlerbund-Logo: Dieses Bild zeigt, dass der Shop Mitglied im Händlerbund ist.\" style=\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 150px;\" width=\"150\" class=\"v-src-width v-src-max-width\"\u003e\n      \u003c\/a\u003e\n    \u003c\/td\u003e\n  \u003c\/tr\u003e\n\u003c\/table\u003e\n\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable id=\"u_content_custom_tabs_5\" class=\"u_content_custom_tabs\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n    \u003cstyle\u003e\n    #custom-tab-288nye3b label.tds-tabs__item:hover { \n      background:#92b6b865 !important;\n      color: #065771 !important;\n      \n    border-top:1px dotted undefined !important;\n    border-right:1px dotted undefined !important;\n    border-left:1px dotted undefined !important;\n    border-bottom:1px dotted undefined !important;\n    ;\n      transition: 0.3s ease-in-out;\n     }\n    \u003c\/style\u003e\n    \u003cdiv class=\"tds-row tds-row-0 tds-tabs-content\" style=\"padding:0;margin:0\" id=\"custom-tab-288nye3b\"\u003e\n    \u003cdiv class=\"tds-col-24 tds-tabs-content-wrapper\" style=\"padding:0\"\u003e\n\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"1\" id=\"threeds0-check1\" checked\u003e\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"2\" id=\"threeds0-check2\"\u003e\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"3\" id=\"threeds0-check3\"\u003e\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"4\" id=\"threeds0-check4\"\u003e\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"5\" id=\"threeds0-check5\"\u003e\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"6\" id=\"threeds0-check6\"\u003e\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"7\" id=\"threeds0-check7\"\u003e\u003cinput class=\"tds-input\" type=\"radio\" name=\"tabs0\" value=\"8\" id=\"threeds0-check8\"\u003e\u003cdiv class=\"tds-tabs tds-tabs--card tds-tabs--left tds-tabs-wrapper\" style=\"\n    background:#4fa28313;\n    \n    border-top:1px dashed undefined !important;\n    border-right:1px dashed undefined !important;\n    border-left:1px dashed undefined !important;\n    border-bottom:1px dashed undefined !important;\n    ;\n    border-radius:10px;\n    padding:10px 10px 10px 0px;\n    \"\u003e\n\u003cdiv class=\"tds-tabs__header is-left\" style=\"background:#40807301;padding:0px 10px 0px 10px;margin:0!important;\"\u003e\n          \u003cdiv class=\"tds-tabs__nav-wrap is-left\"\u003e\n            \u003cdiv class=\"tds-tabs__nav-scroll\"\u003e\n              \u003cdiv class=\"tds-row tds-tabs__nav is-left\"\u003e\n\u003clabel class=\"tds-tabs__item is-left\" for=\"threeds0-check1\" style=\"\n               display: flex;\n               align-items: center;\n               justify-content: center;\n               \n    border-top:1px dotted #000000 ;\n    border-right:1px dotted #000000 ;\n    border-left:1px dotted #000000 ;\n    border-bottom:1px dotted #000000 ;\n    ;\n               box-shadow:0px 0px 11px #7c7c7c !important;;\n               color:#000000;\n               font-size:10pt !important;\n               background:#4482789b;\n               border-radius:50px !important;\n               font-family:'Ledger', sans-serif, arial, helvetica, sans-serif !important;\n               margin:10px 10px 20px 10px !important;\n               width:180px !important;\n               min-width:auto !important;\"\u003eVersand\u003c\/label\u003e\u003clabel class=\"tds-tabs__item is-left\" for=\"threeds0-check2\" style=\"\n               display: flex;\n               align-items: center;\n               justify-content: center;\n               \n    border-top:1px dotted #000000 ;\n    border-right:1px dotted #000000 ;\n    border-left:1px dotted #000000 ;\n    border-bottom:1px dotted #000000 ;\n    ;\n               box-shadow:0px 0px 11px #7c7c7c !important;;\n               color:#000000;\n               font-size:10pt !important;\n               background:#4482789b;\n               border-radius:50px !important;\n               font-family:'Ledger', sans-serif, arial, helvetica, sans-serif !important;\n               margin:10px 10px 20px 10px !important;\n               width:180px !important;\n               min-width:auto !important;\"\u003eRückgabe\u003c\/label\u003e\u003clabel class=\"tds-tabs__item is-left\" for=\"threeds0-check3\" style=\"\n               display: flex;\n               align-items: center;\n               justify-content: center;\n               \n    border-top:1px dotted #000000 ;\n    border-right:1px dotted #000000 ;\n    border-left:1px dotted #000000 ;\n    border-bottom:1px dotted #000000 ;\n    ;\n               box-shadow:0px 0px 11px #7c7c7c !important;;\n               color:#000000;\n               font-size:10pt !important;\n               background:#4482789b;\n               border-radius:50px !important;\n               font-family:'Ledger', sans-serif, arial, helvetica, sans-serif !important;\n               margin:10px 10px 20px 10px !important;\n               width:180px !important;\n               min-width:auto !important;\"\u003eFairCommerce\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tds-tabs__content\" style=\"\n    background:#86c88f35;\n    \n    border-top:1px dotted #065771 ;\n    border-right:1px dotted #065771 ;\n    border-left:1px dotted #065771 ;\n    border-bottom:1px dotted #065771 ;\n    \n    border-radius:10px!important;\"\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\n\u003cp class=\"ql-align-center\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 22px;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-family: Montserrat, 'sans serif';\"\u003e\u003cspan style=\"color: rgb(6, 87, 113); font-family: 'andale mono', times;\"\u003eDeutsche Post Briefversand für kleine Artikel \u003c\/span\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003eLieferzeit:1-3 Werktage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003eZustellung: Direkt in den Briefkasten - oft bereits am nächsten Tag.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e100% Gratis Lieferung - Alle Produkte werden ohne zusätzliche Versandkosten geliefert. Kein Mindestbestellwert erforderlich. \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(45, 194, 107); font-family: 'andale mono', times;\"\u003e\u003cspan style=\"font-size: 22px;\"\u003e\u003cstrong\u003e \u003cspan style=\"color: rgb(6, 87, 113);\"\u003ePremium-Versand mit DHL GoGreen Paket \u003c\/span\u003e \u003c\/strong\u003e\u003c\/span\u003e\u003cspan style=\"font-size: 22px;\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003eLieferzeit: 1-3 Werktage.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003eZustellung: Auch an DHL Packstationen möglich\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003eBesonderheiten: 100% klimaneutraler Versand mit Sendungsverfolgung.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e100% Gratis Lieferung - Alle Produkte werden ohne zusätzliche Versandkosten geliefert. Kein Mindestbestellwert erforderlich.\u003c\/span\u003e \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\n\u003cp class=\"ql-align-center\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 22px;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-family: Montserrat, 'sans serif';\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003eRückgabe \u003cspan style=\"font-family: Montserrat, 'sans serif';\"\u003e\u003c\/span\u003e\u003cspan style=\"font-family: Montserrat, 'sans serif';\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003eIhre Zufriedenheit ist unser Ziel. Sollte ein Produkt nicht Ihren Erwartungen entsprechen, können Sie es unkompliziert zurückgeben.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003eUnser Rückgabe-Service für Sie:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e✅ 30 Tage Rückgaberecht: Testen Sie Ihre Artikel in Ruhe.\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e✅ Kostengünstiger Retourenschein auf Wünsch erhältlich: vollfrankiert und versandfertig\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e✅ Schnelle Erstattung: Ihr Geld zurück innerhalb von 48h\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(0, 0, 0);\"\u003e✅ Faire Prüfung: Wir bearbeiten Ihre Retoure kulant und ohne unnötige Nachfragen.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003eSo einfach funktioniert's:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003col\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003eRückgabe anmelden: \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eKontaktieren Sie unseren Kundenservice. Auf Wunsch wird Ihnen ein kostengünstiger Retourenschein zur Verfügung gestellt. (Die Gebühren werden automatisch vom Rückerstattungsbetrag abgezogen.)\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003eArtikel versenden: \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eVerpacken Sie die Ware bruchsicher, kleben Sie den Schein auf das Paket und geben Sie es beim Versanddienstleister ab.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003e\u003cspan style=\"font-family: 'andale mono', times; color: rgb(6, 87, 113);\"\u003eErstattung erhalten: \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eNach kurzer Prüfung der Ware erstatten wir Ihnen den Kaufbetrag.\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\n\u003cp class=\"ql-align-center\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: 'Ledger', sans-serif;\"\u003e\"Wir sind Mitglied der Initiative FairCommerce\" \u003cbr\u003e\u003cbr\u003eNähere Informationen hierzu finden Sie unter: \u003cbr\u003e\u003ca rel=\"noopener\" href=\"https:\/\/www.haendlerbund.de\/faircommerce\" target=\"_blank\" data-u-link-value=\"eyJuYW1lIjoid2ViIiwiYXR0cnMiOnsiaHJlZiI6Int7aHJlZn19IiwidGFyZ2V0Ijoie3t0YXJnZXR9fSJ9LCJ2YWx1ZXMiOnsiaHJlZiI6Imh0dHBzOi8vd3d3LmhhZW5kbGVyYnVuZC5kZS9mYWlyY29tbWVyY2UiLCJ0YXJnZXQiOiJfYmxhbmsifX0=\"\u003ewww.haendlerbund.de\/faircommerce \u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\u003cp class=\"ql-align-center\"\u003eWe hope you will love your purchase, however if you need to return it, we have a 60 day return policy.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\u003cp class=\"ql-align-center\"\u003eWe hope you will love your purchase, however if you need to return it, we have a 60 day return policy.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\u003cp class=\"ql-align-center\"\u003eWe hope you will love your purchase, however if you need to return it, we have a 60 day return policy.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\u003cp class=\"ql-align-center\"\u003eWe hope you will love your purchase, however if you need to return it, we have a 60 day return policy.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"tds-tab-pane\"\u003e\u003cp class=\"ql-align-center\"\u003eWe hope you will love your purchase, however if you need to return it, we have a 60 day return policy.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cstyle\u003e\n    .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(1):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(1), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(2):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(2), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(3):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(3), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(4):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(4), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(5):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(5), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(6):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(6), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(7):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(7), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(8):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(8), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(9):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(9), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(10):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(10), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(11):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(11), .tds-tabs-content-wrapper \u003e input[type=\"radio\"]:nth-child(12):checked ~ .tds-tabs--card .tds-tabs__item:nth-child(12) {\n      background:#86c88f !important;\n      color:#000000 !important;\n      font-weight:bold !important;\n      \n    border-top:1px dashed #000000 !important;\n    border-right:1px dashed #000000 !important;\n    border-left:1px dashed #000000 !important;\n    border-bottom:1px dashed #000000 !important;\n    ;\n      opacity:1 !important;\n    }\n    \u003c\/style\u003e\n    \n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ctable id=\"u_content_custom_navigation_1\" class=\"u_content_custom_navigation\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n    \n    \u003cstyle\u003e\n    #custom-nav-iz3fyxck li a:hover { \n      background:#3cd2b01a !important;\n      color: #fff !important;\n      \n    border-top:0px dotted undefined !important;\n    border-right:0px dotted undefined !important;\n    border-left:0px dotted undefined !important;\n    border-bottom:0px dotted undefined !important;\n    ;\n     }\n    \u003c\/style\u003e\n    \n    \u003cdiv style=\"display:flex;justify-content:center\"\u003e\n    \u003cul class=\"unlayer-nav-widget\" id=\"custom-nav-iz3fyxck\" style=\"\n    width:100%;\n    height:auto;\n    background:#56a95847;\n    border-radius:5px !important;\n    font-family:'Ledger', sans-serif, arial, helvetica, sans-serif !important;\n    flex-direction:row;\n    justify-content:center;\n    \n    border-top:1px dotted undefined !important;\n    border-right:1px dotted undefined !important;\n    border-left:1px dotted undefined !important;\n    border-bottom:1px dotted undefined !important;\n    ;\n    box-shadow:3px 3px 8px #737373 !important;;\n    z-index:1;\n    \"\u003e\n\u003cli style=\"flex:1;text-align:center\"\u003e\n        \u003ca href=\"https:\/\/www.haas-onlineshop.de\" target=\"_blank\" style=\"position:relative;\n        width:100%;\n        font-size: 13pt !important;\n        color: #34495e;\n        background: #86c88f5e;\n        display: inline-block;\n        padding: 5px;\n        margin: -2px;\n        \n    border-top:1px dotted #065771 ;\n    border-right:1px dotted #065771 ;\n    border-left:1px dotted #065771 ;\n    border-bottom:1px dotted #065771 ;\n    ;\"\u003e\n        \u003cspan\u003ezum Shop\u003c\/span\u003e\n        \n        \u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli style=\"flex:1;text-align:center\"\u003e\n        \u003ca href=\"https:\/\/www.ebay.de\/usr\/haas_onlineshop?_tab=feedback\" target=\"_blank\" style=\"position:relative;\n        width:100%;\n        font-size: 13pt !important;\n        color: #34495e;\n        background: #86c88f5e;\n        display: inline-block;\n        padding: 5px;\n        margin: -2px;\n        \n    border-top:1px dotted #065771 ;\n    border-right:1px dotted #065771 ;\n    border-left:1px dotted #065771 ;\n    border-bottom:1px dotted #065771 ;\n    ;\"\u003e\n        \u003cspan\u003eKundenbewertungen\u003c\/span\u003e\n        \n        \u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli style=\"flex:1;text-align:center\"\u003e\n        \u003ca href=\"https:\/\/www.ebay.de\/contact\/sendmsg?\u0026amp;recipient=haas_onlineshop\" target=\"_blank\" style=\"position:relative;\n        width:100%;\n        font-size: 13pt !important;\n        color: #34495e;\n        background: #86c88f5e;\n        display: inline-block;\n        padding: 5px;\n        margin: -2px;\n        \n    border-top:1px dotted #065771 ;\n    border-right:1px dotted #065771 ;\n    border-left:1px dotted #065771 ;\n    border-bottom:1px dotted #065771 ;\n    ;\"\u003e\n        \u003cspan\u003eKontakt\u003c\/span\u003e\n        \n        \u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\n\u003c\/div\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003ctd align=\"center\" width=\"450\" class=\"v-col-padding v-col-background-color v-col-border v-col-border-radius\" style=\"width: 450px;padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\" valign=\"top\"\u003e\u003c\/td\u003e\u003c![endif]--\u003e\n\u003cdiv id=\"u_column_55\" class=\"u-col u-col-50 u_column\" style=\"max-width: 220px;min-width: 450px;display: table-cell;vertical-align: top;\"\u003e\n  \u003cdiv class=\"v-col-background-color v-col-border-radius\" style=\"height: 100%;width: 100% !important;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\u003cdiv class=\"v-col-padding v-col-border v-col-border-radius\" style=\"box-sizing: border-box; height: 100%; padding: 0px;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 0px solid transparent;border-radius: 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;\"\u003e\n\u003c!--\u003c![endif]--\u003e\n  \n\u003ctable id=\"u_content_image_10\" class=\"u_content_image\" style=\"font-family:andale mono,times;\" role=\"presentation\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\"\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd class=\"v-container-padding-padding\" style=\"overflow-wrap:break-word;word-break:break-word;padding:10px;font-family:andale mono,times;\" align=\"left\"\u003e\n        \n\u003ctable role=\"presentation\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"\u003e\n  \u003ctr\u003e\n    \u003ctd class=\"v-text-align\" style=\"padding-right: 0px;padding-left: 0px;\" align=\"center\"\u003e\n      \u003ca href=\"https:\/\/Haas-Onlineshop.de\" target=\"_blank\"\u003e\n      \u003cimg align=\"center\" border=\"0\" src=\"https:\/\/files.3dsellers.com\/uploads\/aFFva3h6ajZERXgxS3ZSOU5kTDF0UT09\/d99c5376-ea96-4e6c-a05d-43af4585190f.png\" alt=\"Haas Onlineshop Logo\" title=\"Haas Onlineshop Logo\" style=\"outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;clear: both;display: inline-block !important;border: none;height: auto;float: none;width: 100%;max-width: 330px;\" width=\"330\" class=\"v-src-width v-src-max-width\"\u003e\n      \u003c\/a\u003e\n    \u003c\/td\u003e\n  \u003c\/tr\u003e\n\u003c\/table\u003e\n\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n  \u003c!--[if (!mso)\u0026(!IE)]\u003e\u003c!--\u003e\n\u003c\/div\u003e\n\u003c!--\u003c![endif]--\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n      \u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n\n\n    \u003c!--[if (mso)|(IE)]\u003e\u003c![endif]--\u003e\n    \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \u003c!--[if mso]\u003e\u003c![endif]--\u003e\n  \u003c!--[if IE]\u003e\u003c![endif]--\u003e\n\n\n\n\u003cdiv class=\"tds-row tds-signature\" style=\"display: none;\"\u003e\n        \u003ca href=\"https:\/\/export.ebay.com\/en\/ebay-partners\/#3dsellers\" target=\"_blank\"\u003e\n                    \u003cspan class=\"tds-sig-main\"\u003eeBay listing template by \u003cspan class=\"tds-sig-3d\"\u003e3D\u003c\/span\u003e\u003cspan class=\"tds-sig-3ds\"\u003esellers.com\u003c\/span\u003e\u003c\/span\u003e - \u003cspan class=\"tds-sign-try-free\"\u003eTry for Free!\u003c\/span\u003e\n            \u003c\/a\u003e\n\u003c\/div\u003e\n\n\n\u003clink rel=\"stylesheet\" href=\"https:\/\/css-style.3dsellers.com\/listing_designer\/588030\/templates\/296747_style.css\"\u003e\n\u003c\/body\u003e","brand":"Luxpresso","offers":[{"title":"Default Title","offer_id":56496983048569,"sku":"5961076-Tamper-51-mm","price":9.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/3115\/3273\/files\/57_e80fba8c-b5c3-4542-b7e2-1eef8633b5cf.jpg?v=1768360961","url":"https:\/\/haas-onlineshop.com\/products\/luxpresso-tamper-classico-51-mm-perfekt-fur-ihren-espresso","provider":"Haas Onlineshop","version":"1.0","type":"link"}