{"product_id":"apple-watch-se2-2024-gps-cellular-40mm-mit-sport-band-s-m-midnight","title":"Apple Watch SE2 (2024) GPS + Cellular 40mm mit Sport Band S\/M - Midnight","description":"\u003cstyle\u003e\n  #aw-se2-wrapper {\n    all: initial;\n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1d1d1f;\n    background-color: #ffffff;\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    display: block;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    box-sizing: border-box;\n    overflow: hidden;\n    container-type: inline-size;\n    container-name: aw-container;\n  }\n\n  #aw-se2-wrapper * {\n    box-sizing: border-box;\n  }\n\n  @keyframes aw-fade-up {\n    0% { opacity: 0; transform: translateY(30px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  .aw-hero {\n    text-align: center;\n    margin-bottom: 70px;\n    animation: aw-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n  }\n\n  .aw-badge {\n    display: inline-block;\n    padding: 6px 18px;\n    border-radius: 30px;\n    background: #f5f5f7;\n    color: #1d1d1f;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    border: 1px solid #e5e5ea;\n  }\n\n  .aw-title {\n    font-size: clamp(38px, 6vw, 72px);\n    font-weight: 700;\n    letter-spacing: -0.03em;\n    margin: 0 0 10px 0;\n    line-height: 1.05;\n    color: #1d1d1f !important;\n  }\n\n  .aw-subtitle {\n    font-size: clamp(22px, 4vw, 32px);\n    font-weight: 500;\n    background: linear-gradient(90deg, #48484a, #000000);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    margin: 0 0 25px 0;\n  }\n\n  .aw-description {\n    max-width: 700px;\n    margin: 0 auto;\n    font-size: 19px;\n    color: #86868b;\n    line-height: 1.6;\n  }\n\n  .aw-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-bottom: 70px;\n  }\n\n  .aw-card {\n    background: #f5f5f7;\n    border-radius: 30px;\n    padding: 40px;\n    position: relative;\n    overflow: hidden;\n    opacity: 0;\n    animation: aw-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n  }\n\n  .aw-card:nth-child(1) { animation-delay: 0.1s; }\n  .aw-card:nth-child(2) { animation-delay: 0.2s; }\n  .aw-card:nth-child(3) { animation-delay: 0.3s; }\n  .aw-card:nth-child(4) { animation-delay: 0.4s; }\n\n  .aw-card-dark {\n    background: #000000;\n    color: #ffffff;\n  }\n\n  \/* Spezifische Farben erzwingen *\/\n  .aw-card .aw-card-title {\n    color: #1d1d1f !important;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 12px 0;\n    letter-spacing: -0.02em;\n    position: relative;\n    z-index: 2;\n  }\n\n  .aw-card-dark .aw-card-title {\n    color: #ffffff !important;\n  }\n\n  .aw-card .aw-card-desc {\n    color: #515154 !important;\n    font-size: 17px;\n    margin: 0;\n    line-height: 1.5;\n    position: relative;\n    z-index: 2;\n  }\n\n  .aw-card-dark .aw-card-desc {\n    color: #86868b !important;\n  }\n\n  \/* Spezifikationen Tabelle *\/\n  .aw-specs-section {\n    background: #f5f5f7;\n    border-radius: 30px;\n    padding: 50px;\n    opacity: 0;\n    animation: aw-fade-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    animation-delay: 0.5s;\n  }\n\n  .aw-specs-title {\n    font-size: 32px;\n    font-weight: 700;\n    margin: 0 0 30px 0;\n    letter-spacing: -0.02em;\n    color: #1d1d1f !important;\n  }\n\n  .aw-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .aw-table th, .aw-table td {\n    padding: 20px 0;\n    border-bottom: 1px solid #d2d2d7;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .aw-table tr:last-child th, .aw-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .aw-table th {\n    font-weight: 600;\n    width: 30%;\n    color: #1d1d1f;\n    font-size: 17px;\n  }\n\n  .aw-table td {\n    color: #515154;\n    font-size: 17px;\n    line-height: 1.5;\n  }\n\n  .aw-legal {\n    font-size: 12px;\n    color: #86868b;\n    margin-top: 40px;\n    text-align: justify;\n    line-height: 1.6;\n    padding: 0 20px;\n  }\n\n  \/* Responsive Anpassungen *\/\n  @container aw-container (max-width: 800px) {\n    .aw-grid {\n      grid-template-columns: 1fr;\n    }\n    .aw-specs-section {\n      padding: 30px 20px;\n    }\n    .aw-table th, .aw-table td {\n      display: block;\n      width: 100%;\n    }\n    .aw-table th {\n      padding-bottom: 5px;\n      border-bottom: none;\n    }\n    .aw-table td {\n      padding-top: 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003carticle id=\"aw-se2-wrapper\"\u003e\n  \n  \u003csection class=\"aw-hero\"\u003e\n    \u003cdiv class=\"aw-badge\"\u003eMitternacht Aluminium (GPS + Cellular)\u003c\/div\u003e\n    \u003ch1 class=\"aw-title\"\u003eApple Watch SE (2. Gen)\u003c\/h1\u003e\n    \u003ch2 class=\"aw-subtitle\"\u003eViel mehr drin. Für viel weniger.\u003c\/h2\u003e\n    \u003cp class=\"aw-description\"\u003e\n      Die Apple Watch SE (2024) bietet alle wesentlichen Fitness-, Gesundheits- und Sicherheitsfeatures, die du liebst, zu einem unschlagbaren Preis. Das elegante 40-mm-Gehäuse aus 100 % recyceltem Aluminium in Mitternacht wird perfekt durch das farblich abgestimmte Sportarmband ergänzt.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"aw-grid\"\u003e\n    \n    \u003cdiv class=\"aw-card aw-card-dark\"\u003e\n      \u003ch3 class=\"aw-card-title\"\u003eMitternacht Aluminium. Umweltbewusst und edel.\u003c\/h3\u003e\n      \u003cp class=\"aw-card-desc\"\u003e\n        Das kompakte 40-mm-Gehäuse besteht aus leichtem, zu 100 % recyceltem Aluminium in Luft- und Raumfahrtqualität. Das tiefe, dunkle Mitternacht-Finish verleiht der Apple Watch SE einen zeitlosen, eleganten Look für jeden Anlass.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aw-card\"\u003e\n      \u003ch3 class=\"aw-card-title\"\u003eSportarmband Mitternacht\u003c\/h3\u003e\n      \u003cp class=\"aw-card-desc\"\u003e\n        Das mitgelieferte Sportarmband (Größe S\/M) ist aus einem speziellen, leistungsstarken Fluorelastomer gefertigt, das überraschend weich ist. Der innovative Pin-and-Tuck-Verschluss sorgt für einen sicheren und sauberen Sitz, egal wie intensiv dein Workout wird.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aw-card\"\u003e\n      \u003ch3 class=\"aw-card-title\"\u003eLeuchtendes Retina Display.\u003c\/h3\u003e\n      \u003cp class=\"aw-card-desc\"\u003e\n        Das LTPO OLED Retina Display bietet mit bis zu 1.000 Nits Helligkeit eine gestochen scharfe Anzeige (324 x 394 Pixel) und optimalen Platz. Erlebe detailreiche Zifferblätter, gut lesbare Benachrichtigungen und wichtige Trainingsmetriken klar auf einen Blick.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"aw-card aw-card-dark\"\u003e\n      \u003ch3 class=\"aw-card-title\"\u003eFreiheit dank Cellular. Verbunden \u0026amp; Sicher.\u003c\/h3\u003e\n      \u003cp class=\"aw-card-desc\"\u003e\n        Mit der GPS + Cellular Version bist du völlig unabhängig. Nimm Anrufe entgegen und antworte auf Nachrichten direkt vom Handgelenk aus, auch wenn dein iPhone nicht in der Nähe ist. Der fortschrittliche S8 Chip ermöglicht zudem lebensrettende Funktionen wie die automatische Unfall- und Sturzerkennung sowie den Notruf SOS.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/section\u003e\n\n  \u003csection class=\"aw-specs-section\"\u003e\n    \u003ch2 class=\"aw-specs-title\"\u003eTechnische Spezifikationen\u003c\/h2\u003e\n    \u003ctable class=\"aw-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth\u003eModell\u003c\/th\u003e\n          \u003ctd\u003eApple Watch SE (2. Generation, 2024) GPS + Cellular\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eGehäusegröße\u003c\/th\u003e\n          \u003ctd\u003e40 mm Aluminiumgehäuse\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eMaterial\u003c\/th\u003e\n          \u003ctd\u003eAluminium Mitternacht (Midnight), Ion-X Frontglas\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eArmband\u003c\/th\u003e\n          \u003ctd\u003eSportarmband (S\/M), Mitternacht\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eDisplay\u003c\/th\u003e\n          \u003ctd\u003eRetina LTPO OLED Display (Bis zu 1.000 Nits maximale Helligkeit, 324 x 394 Pixel)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eProzessor\u003c\/th\u003e\n          \u003ctd\u003eS8 SiP mit 64-Bit Dual-Core Prozessor \u0026amp; 2-Core Neural Engine\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpeicherkapazität\u003c\/th\u003e\n          \u003ctd\u003e32 GB Kapazität\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eGesundheit \u0026amp; Sensoren\u003c\/th\u003e\n          \u003ctd\u003e\n            Optischer Herzsensor der 2. Generation, Mitteilungen bei unregelmäßigem Herzrhythmus, Schlaftracking, Achtsamkeits- und Geräusche-App\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSicherheit \u0026amp; Outdoor\u003c\/th\u003e\n          \u003ctd\u003eUnfallerkennung, Sturzerkennung, Notruf SOS, Wassergeschützt bis 50 m (schwimmfest), Kompass, Immer aktiver Höhenmesser\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eKonnektivität\u003c\/th\u003e\n          \u003ctd\u003eLTE und UMTS, WLAN 4 (802.11n), Bluetooth 5.3, Apple Pay, GymKit\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth\u003eBatterie \u0026amp; Laden\u003c\/th\u003e\n          \u003ctd\u003eBis zu 18 Stunden bei normaler Nutzung (In ca. 1,5 Std. auf bis zu 80 % geladen)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"aw-legal\"\u003e\n    Alle Angaben basieren auf offiziellen Herstellerspezifikationen (Apple). Mobilfunkdienste erfordern einen Mobilfunktarif. Die tatsächliche Batterielaufzeit kann je nach Nutzung, Konfiguration, Netzwerk und vielen anderen Faktoren variieren. Die Apple Watch SE (2. Gen) ist wassergeschützt bis 50 Meter nach ISO Norm 22810:2010. Sie ist für Aktivitäten in flachem Wasser wie Schwimmen in einem Pool oder im Meer geeignet. Irrtümer und technische Änderungen vorbehalten. Abgebildetes Modell: Apple Watch SE2 (2024) GPS + Cellular 40mm Midnight Aluminium Case with Sport Band S\/M - Midnight.\n  \u003c\/p\u003e\n  \n\u003c\/article\u003e","brand":"Handy24","offers":[{"title":"Default Title","offer_id":54141133816146,"sku":"3972752","price":231.12,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0889\/1554\/2354\/files\/Apple-Watch-SE2-_2024_-GPS-_-Cellular-40mm-mit-Sport-Band-S-M-Midnight-Handy24-Handy24-172206093.webp?v=1785442944","url":"https:\/\/handy24.de\/products\/apple-watch-se2-2024-gps-cellular-40mm-mit-sport-band-s-m-midnight","provider":"Handy24","version":"1.0","type":"link"}