{"id":5065,"date":"2025-11-21T07:27:24","date_gmt":"2025-11-21T07:27:24","guid":{"rendered":"https:\/\/autointerior.eu\/comfort-line\/"},"modified":"2026-02-05T07:37:24","modified_gmt":"2026-02-05T07:37:24","slug":"comfort-line","status":"publish","type":"page","link":"https:\/\/autointerior.eu\/de\/comfort-line\/","title":{"rendered":"Comfort Line"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5065\" class=\"elementor elementor-5065 elementor-3610\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01835a3 e-con-full e-flex e-con e-parent\" data-id=\"01835a3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac68c13 elementor-widget elementor-widget-html\" data-id=\"ac68c13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"de\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <title>Konfigurator Sitzbez\u00fcge<\/title>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n\r\n  <style>\r\n    :root {\r\n      --ai-green: #0f6830;\r\n      --ai-green-soft: #e6f3ea;\r\n      --ai-dark: #111827;\r\n      --ai-muted: #6b7280;\r\n      --ai-border: #e5e7eb;\r\n      --ai-bg: #f3f4f6;\r\n      --radius-lg: 22px;\r\n      --radius-md: 14px;\r\n    }\r\n\r\n    * { box-sizing: border-box; }\r\n\r\n    body {\r\n      margin: 0;\r\n      font-family: -apple-system, BlinkMacSystemFont, \"Inter\", system-ui, sans-serif;\r\n      background: var(--ai-bg);\r\n      color: var(--ai-dark);\r\n    }\r\n\r\n    .config-page-wrap {\r\n      max-width: 1200px;\r\n      margin: 40px auto;\r\n      padding: 0 16px 40px;\r\n    }\r\n\r\n    .config-page-header { margin-bottom: 24px; }\r\n\r\n    .config-page-title {\r\n      font-size: 28px;\r\n      font-weight: 600;\r\n      letter-spacing: -0.03em;\r\n      margin: 0;\r\n      color: var(--ai-dark);\r\n    }\r\n\r\n    .config-page-subtitle {\r\n      margin-top: 6px;\r\n      font-size: 14px;\r\n      color: var(--ai-muted);\r\n    }\r\n\r\n    .configurator-shell {\r\n      display: grid;\r\n      grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);\r\n      gap: 24px;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    \/* Coloan\u0103 scaun *\/\r\n    .seat-card {\r\n      background: #ffffff;\r\n      border-radius: var(--radius-lg);\r\n      padding: 22px;\r\n      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);\r\n      border: 1px solid rgba(15, 104, 48, 0.06);\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 18px;\r\n    }\r\n\r\n    .seat-card-header {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      gap: 10px;\r\n    }\r\n\r\n    .seat-card-title {\r\n      font-size: 16px;\r\n      font-weight: 600;\r\n    }\r\n\r\n    .seat-card-badge {\r\n      font-size: 11px;\r\n      padding: 4px 10px;\r\n      border-radius: 999px;\r\n      background: var(--ai-green-soft);\r\n      color: var(--ai-green);\r\n      text-transform: uppercase;\r\n      letter-spacing: 0.08em;\r\n      font-weight: 600;\r\n    }\r\n\r\n    .seat-preview-frame {\r\n      position: relative;\r\n      width: 100%;\r\n      aspect-ratio: 1 \/ 1;\r\n      border-radius: 18px;\r\n      overflow: hidden;\r\n      background: radial-gradient(circle at 50% 0, #ffffff 0, #f3f4f6 30%, #e5e7eb 100%);\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n    }\r\n\r\n    .seat-layer {\r\n      position: absolute;\r\n      inset: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: contain;\r\n      display: block;\r\n    }\r\n\r\n    .seat-layer-base     { z-index: 1; }\r\n    .seat-layer-interior { z-index: 2; }\r\n    .seat-layer-exterior { z-index: 3; }\r\n    .seat-layer-stitch   { z-index: 4; }\r\n\r\n    .seat-preview-label {\r\n      position: absolute;\r\n      left: 16px;\r\n      bottom: 16px;\r\n      font-size: 12px;\r\n      padding: 4px 10px;\r\n      border-radius: 999px;\r\n      background: rgba(17, 24, 39, 0.78);\r\n      color: #fff;\r\n      z-index: 10;\r\n    }\r\n\r\n    .seat-summary {\r\n      display: grid;\r\n      grid-template-columns: repeat(3, minmax(0, 1fr));\r\n      gap: 10px;\r\n      padding-top: 8px;\r\n      border-top: 1px solid var(--ai-border);\r\n    }\r\n\r\n    .seat-summary-item {\r\n      background: #f9fafb;\r\n      border-radius: 10px;\r\n      padding: 8px 10px;\r\n      font-size: 11px;\r\n      line-height: 1.3;\r\n    }\r\n\r\n    .seat-summary-label {\r\n      font-weight: 600;\r\n      color: var(--ai-muted);\r\n      display: block;\r\n      margin-bottom: 4px;\r\n    }\r\n\r\n    .seat-summary-value {\r\n      font-weight: 500;\r\n      color: var(--ai-dark);\r\n    }\r\n\r\n\r\n\r\n    \/* Coloan\u0103 op\u021biuni *\/\r\n    .config-panel {\r\n      background: #ffffff;\r\n      border-radius: var(--radius-lg);\r\n      padding: 22px 22px 20px;\r\n      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);\r\n      border: 1px solid rgba(15, 104, 48, 0.06);\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 18px;\r\n    }\r\n\r\n    .config-section {\r\n      border-bottom: 1px solid var(--ai-border);\r\n      padding-bottom: 14px;\r\n    }\r\n\r\n    .config-section:last-of-type {\r\n      border-bottom: none;\r\n      padding-bottom: 0;\r\n    }\r\n\r\n    .config-section-header {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: baseline;\r\n      margin-bottom: 10px;\r\n      gap: 8px;\r\n    }\r\n\r\n    .config-section-title {\r\n      font-size: 14px;\r\n      font-weight: 600;\r\n      color: var(--ai-dark);\r\n    }\r\n\r\n    .config-section-subtitle {\r\n      font-size: 11px;\r\n      color: var(--ai-muted);\r\n    }\r\n\r\n    .options-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(3, minmax(0, 1fr));\r\n      gap: 8px;\r\n    }\r\n\r\n    .option-tile {\r\n      border: 1px solid var(--ai-border);\r\n      border-radius: 12px;\r\n      padding: 6px;\r\n      background: #f9fafb;\r\n      cursor: pointer;\r\n      text-align: center;\r\n      transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.1s ease;\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 6px;\r\n    }\r\n\r\n    .option-tile:hover {\r\n      border-color: rgba(15, 104, 48, 0.2);\r\n      box-shadow: 0 0 0 1px rgba(15, 104, 48, 0.05);\r\n      background: #ffffff;\r\n      transform: translateY(-1px);\r\n    }\r\n\r\n    .option-tile.selected {\r\n      border-color: var(--ai-green);\r\n      box-shadow: 0 0 0 1px rgba(15, 104, 48, 0.4);\r\n      background: #ffffff;\r\n    }\r\n\r\n    .option-thumb {\r\n      width: 100%;\r\n      aspect-ratio: 1 \/ 1;\r\n      border-radius: 9px;\r\n      object-fit: cover;\r\n      background: #e5e7eb;\r\n    }\r\n\r\n    .option-label {\r\n      font-size: 11px;\r\n      font-weight: 500;\r\n      color: var(--ai-dark);\r\n      white-space: nowrap;\r\n      overflow: hidden;\r\n      text-overflow: ellipsis;\r\n    }\r\n\r\n    .config-row {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 10px;\r\n      align-items: center;\r\n      margin-top: 4px;\r\n    }\r\n\r\n    .config-row label {\r\n      font-size: 13px;\r\n      font-weight: 500;\r\n      color: var(--ai-dark);\r\n      min-width: 110px;\r\n    }\r\n\r\n    select.config-select,\r\n    input.config-input,\r\n    input.config-text {\r\n      flex: 1 1 auto;\r\n      min-width: 80px;\r\n      padding: 7px 10px;\r\n      border-radius: 10px;\r\n      border: 1px solid var(--ai-border);\r\n      font-size: 13px;\r\n      outline: none;\r\n      background: #f9fafb;\r\n      transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;\r\n    }\r\n\r\n    select.config-select:focus,\r\n    input.config-input:focus,\r\n    input.config-text:focus {\r\n      border-color: var(--ai-green);\r\n      box-shadow: 0 0 0 1px rgba(15, 104, 48, 0.1);\r\n      background: #ffffff;\r\n    }\r\n\r\n    .addon-note {\r\n      font-size: 11px;\r\n      color: var(--ai-muted);\r\n    }\r\n\r\n    .config-footer {\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 8px;\r\n      margin-top: 4px;\r\n    }\r\n\r\n    .price-line {\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: flex-end;\r\n      gap: 10px;\r\n    }\r\n\r\n    .price-main-wrap {\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 2px;\r\n    }\r\n\r\n    \/* NU mai afi\u0219\u0103m pre\u021b vechi *\/\r\n    .price-old {\r\n      display: none;\r\n      font-size: 14px;\r\n      color: var(--ai-muted);\r\n      text-decoration: line-through;\r\n    }\r\n\r\n    .price-main {\r\n      font-size: 18px;\r\n      font-weight: 700;\r\n      color: #dc2626;\r\n    }\r\n\r\n    .price-ron {\r\n      font-size: 12px;\r\n      color: var(--ai-muted);\r\n    }\r\n\r\n    .price-per-seat {\r\n      font-size: 12px;\r\n      color: var(--ai-muted);\r\n      text-align: right;\r\n    }\r\n\r\n    .cart-button-row {\r\n      display: flex;\r\n      gap: 8px;\r\n      align-items: center;\r\n      margin-top: 4px;\r\n    }\r\n\r\n    .btn-primary {\r\n      border: none;\r\n      border-radius: 999px;\r\n      padding: 10px 18px;\r\n      font-size: 14px;\r\n      font-weight: 600;\r\n      letter-spacing: 0.03em;\r\n      text-transform: uppercase;\r\n      cursor: pointer;\r\n      background: var(--ai-green);\r\n      color: #ffffff;\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .btn-primary:hover { opacity: 0.92; }\r\n\r\n    .btn-secondary {\r\n      border-radius: 999px;\r\n      padding: 9px 14px;\r\n      font-size: 12px;\r\n      font-weight: 500;\r\n      border: 1px solid var(--ai-border);\r\n      background: #f9fafb;\r\n      cursor: pointer;\r\n      color: #111827;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .btn-secondary:hover { background: #f3f4f6; }\r\n\r\n    .btn-icon { font-size: 16px; line-height: 0; }\r\n\r\n    .cart-note { font-size: 11px; color: var(--ai-muted); }\r\n\r\n    \/* Accordion *\/\r\n    .accordion-group {\r\n      border-radius: 14px;\r\n      border: 1px solid var(--ai-border);\r\n      overflow: hidden;\r\n      background: #f9fafb;\r\n      margin-bottom: 8px;\r\n    }\r\n\r\n    .accordion-header-btn {\r\n      width: 100%;\r\n      padding: 8px 10px;\r\n      border: none;\r\n      background: #f9fafb;\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      cursor: pointer;\r\n      font-size: 12px;\r\n      font-weight: 500;\r\n      color: var(--ai-dark);\r\n    }\r\n\r\n    .accordion-header-btn span { pointer-events: none; }\r\n\r\n    .accordion-header-btn:hover { background: #f3f4f6; }\r\n\r\n    .accordion-header-icon {\r\n      font-size: 16px;\r\n      line-height: 1;\r\n      opacity: 0.7;\r\n    }\r\n\r\n    .accordion-body {\r\n      padding: 8px 8px 10px;\r\n      display: none;\r\n    }\r\n\r\n    .accordion-body.open { display: block; }\r\n\r\n    @media (max-width: 960px) {\r\n      .configurator-shell { grid-template-columns: minmax(0, 1fr); }\r\n    }\r\n\r\n    @media (max-width: 640px) {\r\n      .options-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\r\n      .seat-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }\r\n    }\r\n  <\/style>\r\n\r\n  <!-- Libr\u0103rii pentru PDF (client-side) -->\r\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/html2canvas\/1.4.1\/html2canvas.min.js\"><\/script>\r\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"config-page-wrap\">\r\n  <div class=\"configurator-shell\">\r\n\r\n    <!-- LEFT: SEAT -->\r\n    <section class=\"seat-card\">\r\n      <div class=\"seat-card-header\">\r\n        <div><\/div>\r\n      <\/div>\r\n\r\n      <div class=\"seat-preview-frame\">\r\n        <img decoding=\"async\" id=\"layerBase\"\r\n             class=\"seat-layer seat-layer-base lazyload\"\r\n             data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/main.png\"\r\n             alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1500px; --smush-placeholder-aspect-ratio: 1500\/1500;\">\r\n\r\n        <img decoding=\"async\" id=\"layerExterior\"\r\n             class=\"seat-layer seat-layer-exterior\"\r\n             src=\"\"\r\n             alt=\"\">\r\n\r\n        <img decoding=\"async\" id=\"layerInterior\"\r\n             class=\"seat-layer seat-layer-interior\"\r\n             src=\"\"\r\n             alt=\"\">\r\n\r\n        <img decoding=\"async\" id=\"layerStitch\"\r\n             class=\"seat-layer seat-layer-stitch\"\r\n             src=\"\"\r\n             alt=\"\">\r\n      <\/div>\r\n\r\n      <div class=\"seat-summary\">\r\n        <div class=\"seat-summary-item\">\r\n          <span class=\"seat-summary-label\" id=\"lblSummaryInterior\">Innenmaterial<\/span>\r\n          <span class=\"seat-summary-value\" id=\"summaryInterior\">\u2014<\/span>\r\n        <\/div>\r\n        <div class=\"seat-summary-item\">\r\n          <span class=\"seat-summary-label\" id=\"lblSummaryExterior\">Au\u00dfenmaterial<\/span>\r\n          <span class=\"seat-summary-value\" id=\"summaryExterior\">\u2014<\/span>\r\n        <\/div>\r\n        <div class=\"seat-summary-item\">\r\n          <span class=\"seat-summary-label\" id=\"lblSummaryStitch\">Design-Naht<\/span>\r\n          <span class=\"seat-summary-value\" id=\"summaryStitch\">\u2014<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <!-- RIGHT: OPTIONS + ADD TO CART -->\r\n    <form class=\"config-panel cart\" method=\"post\" action=\"\">\r\n      <input type=\"hidden\" name=\"add-to-cart\" value=\"4153\">\r\n\r\n      <!-- Hidden fields (Woo) -->\r\n      <input type=\"hidden\" id=\"fieldInterior\"       name=\"ai_interior\" \/>\r\n      <input type=\"hidden\" id=\"fieldInteriorFamily\" name=\"ai_interior_family\" \/>\r\n      <input type=\"hidden\" id=\"fieldExterior\"       name=\"ai_exterior\" \/>\r\n      <input type=\"hidden\" id=\"fieldExteriorType\"   name=\"ai_exterior_type\" \/>\r\n      <input type=\"hidden\" id=\"fieldStitch\"         name=\"ai_stitch\" \/>\r\n      <input type=\"hidden\" id=\"fieldLogo\"           name=\"ai_logo_enabled\" \/>\r\n      <input type=\"hidden\" id=\"fieldLogoCount\"      name=\"ai_logo_count\" \/>\r\n      <input type=\"hidden\" id=\"fieldSeatCount\"      name=\"ai_seat_group\" \/>\r\n      <input type=\"hidden\" id=\"fieldTotalPrice\"     name=\"ai_config_price\" \/>\r\n      <input type=\"hidden\" id=\"fieldCurrency\"       name=\"ai_currency\" value=\"EUR\" \/>\r\n      <input type=\"hidden\" id=\"fieldConfigSummary\"  name=\"ai_config_summary\" \/>\r\n      <input type=\"hidden\" id=\"fieldCarDetails\"     name=\"ai_car_details\" \/>\r\n\r\n      <!-- 1) EXTERIOR -->\r\n      <div class=\"config-section\">\r\n        <div class=\"config-section-header\">\r\n          <div class=\"config-section-title\">Au\u00dfenmaterial<\/div>\r\n          <div class=\"config-section-subtitle\"><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-group\">\r\n          <button type=\"button\" class=\"accordion-header-btn\" data-accordion-target=\"acc-autotextil\">\r\n            <span>Autotextil exterior<\/span>\r\n            <span class=\"accordion-header-icon\" id=\"icon-acc-autotextil\">\u2212<\/span>\r\n          <\/button>\r\n          <div class=\"accordion-body open\" id=\"acc-autotextil\">\r\n            <div class=\"options-grid\" data-group=\"exterior\">\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Autotextil Black\"\r\n                      data-type=\"autotextil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Autotextil-Black.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Autotextil-Black.png\"\r\n                     alt=\"Autotextil Black exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Autotextil Black<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Autotextil Antracit\"\r\n                      data-type=\"autotextil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Autotextil-Antracit.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Autotextil-Antracit.png\"\r\n                     alt=\"Autotextil Antracit exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Autotextil Antracit<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Autotextil Light Grey\"\r\n                      data-type=\"autotextil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Autotextil-Light-Grey.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Autotextil-Light-Grey.png\"\r\n                     alt=\"Autotextil Light Grey exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Autotextil Light Grey<\/span>\r\n              <\/button>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-group\">\r\n          <button type=\"button\" class=\"accordion-header-btn\" data-accordion-target=\"acc-leather\">\r\n            <span>Leather look exterior<\/span>\r\n            <span class=\"accordion-header-icon\" id=\"icon-acc-leather\">\u2212<\/span>\r\n          <\/button>\r\n          <div class=\"accordion-body open\" id=\"acc-leather\">\r\n            <div class=\"options-grid\" data-group=\"exterior\">\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Leather Look Black\"\r\n                      data-type=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Leather-Look-Black.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Black.png\"\r\n                     alt=\"Leather Look Black exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Black<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Leather Look Grey\"\r\n                      data-type=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Leather-Look-Grey.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Grey.png\"\r\n                     alt=\"Leather Look Grey exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Grey<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Leather Look Sterling\"\r\n                      data-type=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Leather-Look-Sterling.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Sterling.png\"\r\n                     alt=\"Leather Look Sterling exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Sterling<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Leather Look Camel Ivory\"\r\n                      data-type=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Leather-Look-Camel-Ivory.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Camel-Ivory.png\"\r\n                     alt=\"Leather Look Camel Ivory exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Camel Ivory<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Leather Look Dark Brown\"\r\n                      data-type=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Leather-Look-Dark-Brown.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-dark-brown.png\"\r\n                     alt=\"Leather Look Dark Brown exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Dark Brown<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Leather Look Light Brown\"\r\n                      data-type=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Leather-Look-LIghr-Brown.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-light-brown.png\"\r\n                     alt=\"Leather Look Light Brown exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Light Brown<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\"\r\n                      class=\"option-tile\"\r\n                      data-group=\"exterior\"\r\n                      data-value=\"Leather Look Red\"\r\n                      data-type=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Leather-Look-Red.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\"\r\n                     data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Red.png\"\r\n                     alt=\"Leather Look Red exterior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Red<\/span>\r\n              <\/button>\r\n\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 2) INTERIOR -->\r\n      <div class=\"config-section\">\r\n        <div class=\"config-section-header\">\r\n          <div class=\"config-section-title\">Innenmaterial<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-group\">\r\n          <button type=\"button\" class=\"accordion-header-btn\" data-accordion-target=\"acc-interior\">\r\n            <span>Interior<\/span>\r\n            <span class=\"accordion-header-icon\" id=\"icon-acc-interior\">\u2212<\/span>\r\n          <\/button>\r\n          <div class=\"accordion-body open\" id=\"acc-interior\">\r\n            <div class=\"options-grid\" data-group=\"interior\">\r\n\r\n              <!-- TEXTILE \/ SPECIAL -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Tiffany Black\"\r\n                      data-family=\"textil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Tiffany-Black.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Tiffany-Black.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Tiffany Black<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Tiffany Light Grey\"\r\n                      data-family=\"textil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Tiffany-Light-Grey.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Tiffany-Light-Grey.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Tiffany Light Grey<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Tiffany Red\"\r\n                      data-family=\"textil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Tiffany-Red.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Tiffany-Red.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Tiffany Red<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"GT Grey\"\r\n                      data-family=\"textil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/GT-Grey.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-GT-Grey.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">GT Grey<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Honeycomb Black\"\r\n                      data-family=\"textil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Honeycomb-Black.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Honeycomb-Black.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Honeycomb Black<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Honeycomb Grey\"\r\n                      data-family=\"textil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Honeycomb-Grey.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Honeycomb-Grey.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Honeycomb Grey<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Honeycomb Camel\"\r\n                      data-family=\"textil\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Honeycomb-Camel.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Honeycomb-Camel.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Honeycomb Camel<\/span>\r\n              <\/button>\r\n\r\n              <!-- INTERIOR LEATHER LOOK -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Black\"\r\n                      data-family=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Black.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Black.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Black<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Grey\"\r\n                      data-family=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Grey.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Grey.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Grey<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Sterling\"\r\n                      data-family=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Sterling.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Sterling.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Sterling<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Dark Brown\"\r\n                      data-family=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Dark-Brown.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-dark-brown.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Dark Brown<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Light Brown\"\r\n                      data-family=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Light-Brown.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-light-brown.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Light Brown<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Camel Ivroy\"\r\n                      data-family=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Camel-Ivroy.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Camel-Ivory.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Camel Ivory<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Red\"\r\n                      data-family=\"leather\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Red.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Leather-Look-Red.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">LL Red<\/span>\r\n              <\/button>\r\n\r\n              <!-- INTERIOR LEATHER LOOK PERFO -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Perfo Black\"\r\n                      data-family=\"perfo\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Perfo-Black.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Perfo-Leather-Look-Black.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Perfo Black<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Perfo Grey\"\r\n                      data-family=\"perfo\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Perfo-Grey.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Perfo-Leather-Look-Grey.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Perfo Grey<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Perfo Sterling\"\r\n                      data-family=\"perfo\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Perfo-Sterling.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Perfo-Leather-Look-Sterling.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Perfo Sterling<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Perfo Dark Brown\"\r\n                      data-family=\"perfo\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Perfo-Dark-Brown.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Perfo-Leather-Look-dark-brown.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Perfo Dark Brown<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Perfo Light Brown\"\r\n                      data-family=\"perfo\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Perfo-Light-Brown.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Perfo-Leather-Look-light-brown.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Perfo Light Brown<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Perfo Camel Ivroy\"\r\n                      data-family=\"perfo\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Perfo-Camel-Ivroy.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Perfo-Leather-Look-Camel-Ivory.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Perfo Camel Ivory<\/span>\r\n              <\/button>\r\n\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"interior\"\r\n                      data-value=\"Interior Leather Look Perfo Red\"\r\n                      data-family=\"perfo\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Interior-Leather-Look-Perfo-Red.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Thumbnail-Perfo-Leather-Look-Red.png\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\" \/>\r\n                <span class=\"option-label\">Perfo Red<\/span>\r\n              <\/button>\r\n\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 3) STITCH -->\r\n      <div class=\"config-section\">\r\n        <div class=\"config-section-header\">\r\n          <div class=\"config-section-title\">Design-Naht<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"accordion-group\">\r\n          <button type=\"button\" class=\"accordion-header-btn\" data-accordion-target=\"acc-stitch\">\r\n            <span>Design stitch<\/span>\r\n            <span class=\"accordion-header-icon\" id=\"icon-acc-stitch\">\u2212<\/span>\r\n          <\/button>\r\n          <div class=\"accordion-body open\" id=\"acc-stitch\">\r\n            <div class=\"options-grid\" data-group=\"stitch\">\r\n\r\n              <!-- Black 4000 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Stitch 7498\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Black-4000.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Black-4000-Thumbnail.png\" alt=\"Black 4000\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Black-4000<\/span>\r\n              <\/button>\r\n\r\n              <!-- Dark grey 324 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Dark grey 324\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Dark-grey-324.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Dark-grey-324-Thumbnail.png\" alt=\"Dark grey 324\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Dark grey 324<\/span>\r\n              <\/button>\r\n\r\n              <!-- Light Grey 318 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Light Grey 318\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-Grey-318.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-Grey-318-Thumbnail.png\" alt=\"Light Grey 318\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Light Grey 318<\/span>\r\n              <\/button>\r\n\r\n              <!-- Silver 316 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Silver 316\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Silver-316.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Silver-316-Thumbnail.png\" alt=\"Silver 316\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Silver 316<\/span>\r\n              <\/button>\r\n\r\n              <!-- White 411 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"White 411\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/White-411.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/White-411-Thumbnail.png\" alt=\"White 411\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">White 411<\/span>\r\n              <\/button>\r\n\r\n              <!-- Camel Ivory 379 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Camel Ivory 379\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Camel-Ivory-379.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Camel-Ivory-379-Thumbnail.png\" alt=\"Camel Ivory 379\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Camel Ivory 379<\/span>\r\n              <\/button>\r\n\r\n              <!-- White ivory 7863 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"White ivory 7863\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/White-ivory-7863.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/White-ivory-7863-Thumbnail.png\" alt=\"White ivory 7863\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">White ivory 7863<\/span>\r\n              <\/button>\r\n\r\n              <!-- Grej 379 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Grej 379\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Grej-379.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Grej-379-Thumbnail.png\" alt=\"Grej 379\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Grej 379<\/span>\r\n              <\/button>\r\n\r\n              <!-- Light green 92 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Light green 92\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-green-92.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-green-92-Thumbnail.png\" alt=\"Light green 92\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Light green 92<\/span>\r\n              <\/button>\r\n\r\n              <!-- Military green 842 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Military green 842\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Military-green-842.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Military-green-842-Thumbnail.png\" alt=\"Military green 842\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Military green 842<\/span>\r\n              <\/button>\r\n\r\n              <!-- Indigo blue 1078 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Indigo blue 1078\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Indigo-blue-1078.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Indigo-blue-1078-Thumbnail.png\" alt=\"Indigo blue 1078\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Indigo blue 1078<\/span>\r\n              <\/button>\r\n\r\n              <!-- Light blue 8235 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Light blue 8235\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-blue-8235.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-blue-8235-Thumbnail.png\" alt=\"Light blue 8235\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Light blue 8235<\/span>\r\n              <\/button>\r\n\r\n              <!-- Navy blue 827 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Navy blue 827\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Navy-blue-827.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Navy-blue-827Thumbnail.png\" alt=\"Navy blue 827\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Navy blue 827<\/span>\r\n              <\/button>\r\n\r\n              <!-- Blue 1394 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Blue 1394\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Blue-1394.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Blue-1394-Thumbnail.png\" alt=\"Blue 1394\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Blue 1394 7863<\/span>\r\n              <\/button>\r\n\r\n              <!-- Turquoise 359 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Tuquise 359\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Tuquise-359.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Tuquise-359-Thumbnail.png\" alt=\"Tuquise 359\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Tuquise 359<\/span>\r\n              <\/button>\r\n\r\n              <!-- Lemon yellow 113 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Lemon yellow 113\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Lemon-yellow-113.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Lemon-yellow-113-Thumbnail.png\" alt=\"Lemon yellow 113\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Lemon yellow 113<\/span>\r\n              <\/button>\r\n\r\n              <!-- Orange hermens 450 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Orange hermens 450\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Orange-hermens-450.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Orange-hermens-450-Thumbnail.png\" alt=\"Orange hermens 450\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Orange hermens 450<\/span>\r\n              <\/button>\r\n\r\n              <!-- Red 504 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Red 504\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Red-504.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Red-504-Thumbnail.png\" alt=\"Red 504\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Red 504<\/span>\r\n              <\/button>\r\n\r\n              <!-- Wine rot 7853 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Wine rot 7853\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Wine-rot-7853.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Wine-rot-7853-Thumbnail.png\" alt=\"Wine rot 7853\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Wine rot 7853<\/span>\r\n              <\/button>\r\n\r\n              <!-- Dark Brown 1003 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Kaki 976\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Dark-Brown-1003.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Dark-Brown-1003-Thumbnail.png\" alt=\"Dark Brown 1003\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Dark Brown 1003<\/span>\r\n              <\/button>\r\n\r\n              <!-- Light brown 163 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Light brown 163\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-brown-163.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Light-brown-163-Thumbnail.png\" alt=\"Light brown 163\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Light brown 163<\/span>\r\n              <\/button>\r\n\r\n              <!-- Pink Bombon 8186 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Pink Bombon 8186\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Pink-Bombon-8186.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Pink-Bombon-8186-Thumbnail.png\" alt=\"Pink Bombon 8186\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Pink Bombon 8186<\/span>\r\n              <\/button>\r\n\r\n              <!-- Dark pInk 869 -->\r\n              <button type=\"button\" class=\"option-tile\"\r\n                      data-group=\"stitch\"\r\n                      data-value=\"Silver 316\"\r\n                      data-preview=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Dark-pInk-869.png\">\r\n                <img decoding=\"async\" class=\"option-thumb lazyload\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Dark-pInk-869-Thumbnail.png\" alt=\"Dark pInk 869\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 222px; --smush-placeholder-aspect-ratio: 222\/204;\" \/>\r\n                <span class=\"option-label\">Dark pInk 869<\/span>\r\n              <\/button>\r\n\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 4) SEATS -->\r\n      <div class=\"config-section\">\r\n        <div class=\"config-section-header\">\r\n          <div class=\"config-section-title\">Anzahl Sitze<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"config-row\">\r\n          <label for=\"seatCount\">Sitze:<\/label>\r\n          <select id=\"seatCount\" class=\"config-select\">\r\n            <option value=\"1\">1 Sitz<\/option>\r\n            <option value=\"2\">2 Sitze<\/option>\r\n            <option value=\"3\">3 Sitze<\/option>\r\n            <option value=\"5\" selected>4\u20135 Sitze<\/option>\r\n            <option value=\"6\">6\u20137 Sitze<\/option>\r\n            <option value=\"7\">8\u20139 Sitze<\/option>\r\n          <\/select>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 5) LOGO -->\r\n      <div class=\"config-section\">\r\n        <div class=\"config-section-header\">\r\n          <div class=\"config-section-title\">Logo<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"config-row\">\r\n          <label for=\"logoCheckbox\">Logo:<\/label>\r\n          <div style=\"display:flex;flex-wrap:wrap;gap:8px;align-items:center;\">\r\n            <label style=\"display:flex;align-items:center;gap:6px;font-size:13px;\">\r\n              <input type=\"checkbox\" id=\"logoCheckbox\" \/>\r\n              Logo auf Sitzen hinzuf\u00fcgen\r\n            <\/label>\r\n\r\n            <div style=\"display:flex;align-items:center;gap:6px;\">\r\n              <span class=\"addon-note\">Anzahl Logos:<\/span>\r\n              <select id=\"logoCount\" class=\"config-select\" style=\"max-width:90px;\">\r\n                <option value=\"0\">0<\/option>\r\n                <option value=\"1\">1<\/option>\r\n                <option value=\"2\">2<\/option>\r\n                <option value=\"3\">3<\/option>\r\n                <option value=\"4\">4<\/option>\r\n                <option value=\"5\" selected>5<\/option>\r\n                <option value=\"6\">6<\/option>\r\n                <option value=\"7\">7<\/option>\r\n                <option value=\"8\">8<\/option>\r\n                <option value=\"9\">9<\/option>\r\n              <\/select>\r\n            <\/div>\r\n\r\n            <span class=\"addon-note\" id=\"logoPriceLabel\"><\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- 6) CAR DETAILS -->\r\n      <div class=\"config-section\">\r\n        <div class=\"config-section-header\">\r\n          <div class=\"config-section-title\">Fahrzeugdetails<\/div>\r\n        <\/div>\r\n        <div class=\"config-row\">\r\n          <label for=\"carDetailsInput\">Marke, Modell und Baujahr:<\/label>\r\n          <input\r\n            type=\"text\"\r\n            id=\"carDetailsInput\"\r\n            class=\"config-text\"\r\n            placeholder=\"z. B.: Audi Q3, 2018\"\r\n          \/>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- FOOTER -->\r\n      <div class=\"config-footer\">\r\n        <div class=\"price-line\">\r\n          <div class=\"price-main-wrap\">\r\n            <div class=\"price-old\" id=\"oldPrice\"><\/div>\r\n            <div class=\"price-main\" id=\"totalPrice\"><\/div>\r\n            <div class=\"price-ron\" id=\"priceRon\"><\/div>\r\n          <\/div>\r\n          <div class=\"price-per-seat\" id=\"priceNote\"><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"cart-button-row\">\r\n          <button type=\"submit\" class=\"btn-primary\">\r\n            <span class=\"btn-icon\">\ud83d\uded2<\/span>\r\n            <span>In den Warenkorb<\/span>\r\n          <\/button>\r\n          <button type=\"button\" class=\"btn-secondary\" id=\"saveConfigBtn\">\r\n            Konfiguration speichern\r\n          <\/button>\r\n        <\/div>\r\n      <\/div>\r\n    <\/form>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  \/\/ === FIXER EUR\u2192RON-KURS NUR F\u00dcR ANZEIGE (RO) ===\r\n  const EUR_TO_RON = 5;\r\n\r\n  function aiIsRomanianRuntime() {\r\n    try {\r\n      const href = window.location.href.toLowerCase();\r\n      if (href.includes(\"\/ro\/\") || href.endsWith(\"\/ro\") || href.includes(\"\/ro-ro\") || href.includes(\"\/ro_ro\")) return true;\r\n\r\n      const langAttr = (document.documentElement.getAttribute(\"lang\") || \"\").toLowerCase();\r\n      if (langAttr.startsWith(\"ro\")) return true;\r\n\r\n      if (document.body && document.body.className) {\r\n        const bodyClass = document.body.className.toLowerCase();\r\n        if (\r\n          bodyClass.includes(\"lang-ro\") ||\r\n          bodyClass.includes(\"lang_ro\") ||\r\n          bodyClass.includes(\"ro-ro\") ||\r\n          bodyClass.includes(\"ro_ro\") ||\r\n          bodyClass.includes(\"wpml-lang-ro\") ||\r\n          bodyClass.includes(\"wpml_language_ro\")\r\n        ) return true;\r\n      }\r\n\r\n      if (typeof window.icl_lang !== \"undefined\" && window.icl_lang === \"ro\") return true;\r\n      if (typeof window.wpml_current_language !== \"undefined\" && window.wpml_current_language === \"ro\") return true;\r\n    } catch (e) {\r\n      console.warn(\"aiIsRomanianRuntime error:\", e);\r\n    }\r\n    return false;\r\n  }\r\n\r\n  \/\/ === Accordion open\/close ===\r\n  document.querySelectorAll(\".accordion-header-btn\").forEach(function (btn) {\r\n    btn.addEventListener(\"click\", function () {\r\n      const targetId = this.getAttribute(\"data-accordion-target\");\r\n      const body = document.getElementById(targetId);\r\n      const icon = document.getElementById(\"icon-\" + targetId);\r\n      if (!body) return;\r\n\r\n      const isOpen = body.classList.contains(\"open\");\r\n      if (isOpen) {\r\n        body.classList.remove(\"open\");\r\n        if (icon) icon.textContent = \"+\";\r\n      } else {\r\n        body.classList.add(\"open\");\r\n        if (icon) icon.textContent = \"\u2212\";\r\n      }\r\n    });\r\n  });\r\n\r\n  const summaryInteriorEl = document.getElementById(\"summaryInterior\");\r\n  const summaryExteriorEl = document.getElementById(\"summaryExterior\");\r\n  const summaryStitchEl   = document.getElementById(\"summaryStitch\");\r\n\r\n  const fieldInterior       = document.getElementById(\"fieldInterior\");\r\n  const fieldInteriorFamily = document.getElementById(\"fieldInteriorFamily\");\r\n  const fieldExterior       = document.getElementById(\"fieldExterior\");\r\n  const fieldExteriorType   = document.getElementById(\"fieldExteriorType\");\r\n  const fieldStitch         = document.getElementById(\"fieldStitch\");\r\n  const fieldLogo           = document.getElementById(\"fieldLogo\");\r\n  const fieldLogoCount      = document.getElementById(\"fieldLogoCount\");\r\n  const fieldSeatCount      = document.getElementById(\"fieldSeatCount\");\r\n  const fieldTotalPrice     = document.getElementById(\"fieldTotalPrice\");\r\n  const fieldConfigSummary  = document.getElementById(\"fieldConfigSummary\");\r\n  const fieldCarDetails     = document.getElementById(\"fieldCarDetails\");\r\n\r\n  const layerExterior = document.getElementById(\"layerExterior\");\r\n  const layerInterior = document.getElementById(\"layerInterior\");\r\n  const layerStitch   = document.getElementById(\"layerStitch\");\r\n\r\n  const seatCountSelect  = document.getElementById(\"seatCount\");\r\n  const logoCheckbox     = document.getElementById(\"logoCheckbox\");\r\n  const logoCountSelect  = document.getElementById(\"logoCount\");\r\n  const totalPriceEl     = document.getElementById(\"totalPrice\");\r\n  const oldPriceEl       = document.getElementById(\"oldPrice\");\r\n  const priceNoteEl      = document.getElementById(\"priceNote\");\r\n  const carDetailsInput  = document.getElementById(\"carDetailsInput\");\r\n  const saveConfigBtn    = document.getElementById(\"saveConfigBtn\");\r\n  const seatPreviewFrame = document.querySelector(\".seat-preview-frame\");\r\n  const logoPriceLabel   = document.getElementById(\"logoPriceLabel\");\r\n  const priceRonEl       = document.getElementById(\"priceRon\");\r\n\r\n  \/\/ === KORREKTE PREISE (EUR) ===\r\n  const priceTable = {\r\n    \"1\": 160,\r\n    \"2\": 320,\r\n    \"3\": 480,\r\n    \"5\": 640,\r\n    \"6\": 820,\r\n    \"7\": 960\r\n  };\r\n\r\n  const logoUnitPrice = 30; \/\/ \u20ac\/Logo\r\n\r\n  function updateSeatPreviewFromTile(tileEl) {\r\n    if (!tileEl) return;\r\n\r\n    let previewSrc = tileEl.dataset.preview;\r\n    if (!previewSrc) {\r\n      const img = tileEl.querySelector(\"img.option-thumb\");\r\n      if (img && img.src) previewSrc = img.src;\r\n    }\r\n    if (!previewSrc) return;\r\n\r\n    const group = tileEl.dataset.group;\r\n\r\n    if (group === \"interior\" && layerInterior) layerInterior.src = previewSrc;\r\n    if (group === \"exterior\" && layerExterior) layerExterior.src = previewSrc;\r\n    if (group === \"stitch\"   && layerStitch)   layerStitch.src = previewSrc;\r\n  }\r\n\r\n  \/\/ === Auswahl Tiles ===\r\n  document.querySelectorAll(\".option-tile\").forEach(function (tile) {\r\n    tile.addEventListener(\"click\", function () {\r\n      const group  = this.dataset.group;\r\n      const value  = this.dataset.value || \"\";\r\n      const family = this.dataset.family || \"\";\r\n      const type   = this.dataset.type   || \"\";\r\n\r\n      document.querySelectorAll('.option-tile[data-group=\"' + group + '\"]').forEach(function (el) {\r\n        el.classList.remove(\"selected\");\r\n      });\r\n\r\n      this.classList.add(\"selected\");\r\n\r\n      if (group === \"interior\") {\r\n        fieldInterior.value = value;\r\n        fieldInteriorFamily.value = family;\r\n        summaryInteriorEl.textContent = value || \"\u2014\";\r\n      } else if (group === \"exterior\") {\r\n        fieldExterior.value = value;\r\n        fieldExteriorType.value = type;\r\n        summaryExteriorEl.textContent = value || \"\u2014\";\r\n      } else if (group === \"stitch\") {\r\n        fieldStitch.value = value;\r\n        summaryStitchEl.textContent = value || \"\u2014\";\r\n      }\r\n\r\n      updateSeatPreviewFromTile(this);\r\n      recalcPrice();\r\n    });\r\n  });\r\n\r\n  \/\/ === Logo ===\r\n  logoCheckbox.addEventListener(\"change\", function () {\r\n    fieldLogo.value = this.checked ? \"yes\" : \"no\";\r\n    fieldLogoCount.value = this.checked ? (logoCountSelect.value || \"0\") : \"0\";\r\n    recalcPrice();\r\n  });\r\n\r\n  logoCountSelect.addEventListener(\"change\", function () {\r\n    if (!logoCheckbox.checked && this.value !== \"0\") {\r\n      logoCheckbox.checked = true;\r\n      fieldLogo.value = \"yes\";\r\n    }\r\n    fieldLogoCount.value = logoCheckbox.checked ? this.value : \"0\";\r\n    recalcPrice();\r\n  });\r\n\r\n  \/\/ === Car details sync ===\r\n  carDetailsInput.addEventListener(\"input\", function () {\r\n    fieldCarDetails.value = this.value.trim();\r\n    buildConfigSummary();\r\n  });\r\n\r\n  function recalcPrice() {\r\n    const group = seatCountSelect.value;\r\n    fieldSeatCount.value = group;\r\n\r\n    const base = priceTable[group] || 0;\r\n\r\n    let logoCount = 0;\r\n    if (logoCheckbox.checked) {\r\n      logoCount = parseInt(logoCountSelect.value, 10) || 0;\r\n    }\r\n\r\n    const logoTotal = logoCount * logoUnitPrice;\r\n    const finalTotal = base + logoTotal;\r\n\r\n    if (oldPriceEl) oldPriceEl.textContent = \"\";\r\n    if (totalPriceEl) totalPriceEl.textContent = finalTotal.toFixed(0) + \" \u20ac\";\r\n\r\n    const isRo = aiIsRomanianRuntime();\r\n\r\n    if (isRo) {\r\n      const finalRon = finalTotal * EUR_TO_RON;\r\n      if (priceRonEl) priceRonEl.textContent = \"\u2248 \" + finalRon.toFixed(0) + \" lei\";\r\n      if (logoPriceLabel) {\r\n        logoPriceLabel.textContent = \"Pre\u021b logo: \" + (logoUnitPrice * EUR_TO_RON).toFixed(0) + \" lei \/ logo\";\r\n      }\r\n    } else {\r\n      if (priceRonEl) priceRonEl.textContent = \"\";\r\n      if (logoPriceLabel) logoPriceLabel.textContent = \"Logo-Preis: \" + logoUnitPrice.toFixed(0) + \" \u20ac \/ Logo\";\r\n    }\r\n\r\n    if (priceNoteEl) priceNoteEl.textContent = \"\";\r\n\r\n    \/\/ Send to Woo in EUR\r\n    fieldTotalPrice.value = finalTotal.toFixed(2);\r\n\r\n    buildConfigSummary();\r\n  }\r\n\r\n  seatCountSelect.addEventListener(\"change\", recalcPrice);\r\n\r\n  function buildConfigSummary() {\r\n    const parts = [];\r\n\r\n    if (fieldExterior.value) parts.push(\"Au\u00dfen: \" + fieldExterior.value);\r\n    if (fieldInterior.value) parts.push(\"Innen: \" + fieldInterior.value);\r\n    if (fieldStitch.value)   parts.push(\"Naht: \" + fieldStitch.value);\r\n\r\n    const groupLabelMap = {\r\n      \"1\": \"1 Sitz\",\r\n      \"2\": \"2 Sitze\",\r\n      \"3\": \"3 Sitze\",\r\n      \"5\": \"4\u20135 Sitze\",\r\n      \"6\": \"6\u20137 Sitze\",\r\n      \"7\": \"8\u20139 Sitze\"\r\n    };\r\n    if (fieldSeatCount.value) parts.push(\"Sitze: \" + (groupLabelMap[fieldSeatCount.value] || fieldSeatCount.value));\r\n\r\n    const logoEnabled = fieldLogo.value === \"yes\";\r\n    const logoCount = fieldLogoCount.value || \"0\";\r\n    if (logoEnabled && parseInt(logoCount, 10) > 0) parts.push(\"Logos: \" + logoCount);\r\n\r\n    if (fieldCarDetails.value) parts.push(\"Fahrzeug: \" + fieldCarDetails.value);\r\n\r\n    parts.push(\"Preis: \" + (fieldTotalPrice.value || \"0\") + \" EUR\");\r\n\r\n    fieldConfigSummary.value = parts.join(\" | \");\r\n  }\r\n\r\n  \/\/ Init\r\n  fieldLogo.value = \"no\";\r\n  fieldLogoCount.value = \"0\";\r\n  recalcPrice();\r\n\r\n  \/\/ PDF Save\r\n  async function saveConfigAsPdf() {\r\n    if (!seatPreviewFrame) return;\r\n\r\n    buildConfigSummary();\r\n\r\n    const canvas = await html2canvas(seatPreviewFrame, { backgroundColor: null, scale: 2 });\r\n    const imgData = canvas.toDataURL(\"image\/png\");\r\n\r\n    const { jsPDF } = window.jspdf;\r\n    const pdf = new jsPDF(\"p\", \"mm\", \"a4\");\r\n\r\n    const pageWidth  = pdf.internal.pageSize.getWidth();\r\n    const pageHeight = pdf.internal.pageSize.getHeight();\r\n\r\n    const imgWidth  = pageWidth - 20;\r\n    const imgHeight = canvas.height * imgWidth \/ canvas.width;\r\n\r\n    pdf.addImage(imgData, \"PNG\", 10, 10, imgWidth, imgHeight);\r\n\r\n    let y = 20 + imgHeight;\r\n    const lineHeight = 6;\r\n\r\n    const lines = [];\r\n    if (fieldExterior.value) lines.push(\"Au\u00dfen: \" + fieldExterior.value);\r\n    if (fieldInterior.value) lines.push(\"Innen: \" + fieldInterior.value);\r\n    if (fieldStitch.value)   lines.push(\"Naht: \" + fieldStitch.value);\r\n\r\n    const groupLabelMap = {\r\n      \"1\": \"1 Sitz\",\r\n      \"2\": \"2 Sitze\",\r\n      \"3\": \"3 Sitze\",\r\n      \"5\": \"4\u20135 Sitze\",\r\n      \"6\": \"6\u20137 Sitze\",\r\n      \"7\": \"8\u20139 Sitze\"\r\n    };\r\n    if (fieldSeatCount.value) lines.push(\"Sitze: \" + (groupLabelMap[fieldSeatCount.value] || fieldSeatCount.value));\r\n\r\n    const logoEnabled = fieldLogo.value === \"yes\";\r\n    const logoCount = parseInt(fieldLogoCount.value, 10) || 0;\r\n    if (logoEnabled && logoCount > 0) lines.push(\"Logos: \" + logoCount + \" (30 EUR \/ Logo)\");\r\n    else lines.push(\"Logos: keine\");\r\n\r\n    if (fieldCarDetails.value) lines.push(\"Fahrzeug: \" + fieldCarDetails.value);\r\n    if (fieldTotalPrice.value) lines.push(\"Gesamtpreis: \" + fieldTotalPrice.value + \" EUR\");\r\n\r\n    lines.forEach(function (line) {\r\n      if (y + lineHeight > pageHeight - 20) {\r\n        pdf.addPage();\r\n        y = 20;\r\n      }\r\n      pdf.text(line, 10, y);\r\n      y += lineHeight;\r\n    });\r\n\r\n    const now = new Date();\r\n    const stamp = now.toISOString().slice(0, 10) + \" \" + now.toTimeString().slice(0, 5);\r\n    pdf.text(\"Erstellt: \" + stamp, 10, pageHeight - 10);\r\n\r\n    pdf.save(\"sitz-konfiguration.pdf\");\r\n  }\r\n\r\n  if (saveConfigBtn) {\r\n    saveConfigBtn.addEventListener(\"click\", function () {\r\n      saveConfigAsPdf();\r\n    });\r\n  }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8a7b7e e-flex e-con-boxed e-con e-parent\" data-id=\"d8a7b7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4be79eb elementor-widget elementor-widget-html\" data-id=\"4be79eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"comfort-banner\">\n  <div class=\"comfort-inner\">\n    <div class=\"comfort-text\">\n      <p class=\"comfort-kicker\">Comfort Line<\/p>\n      <h2 class=\"comfort-title\">Wo Komfort auf Schutz trifft.<\/h2>\n      <p class=\"comfort-subtitle\">\n Entwickelt f\u00fcr Fahrer, die sowohl t\u00e4glichen Komfort als auch zuverl\u00e4ssigen Sitzschutz w\u00fcnschen.\n      <\/p>\n      <p class=\"comfort-body\">\n Ideal f\u00fcr alle, die ihre Sitze erhalten m\u00f6chten, aber zugleich das Erscheinungsbild ihres Fahrzeuginnenraums auffrischen und aufwerten wollen \u2013 mit h\u00f6chster Sorgfalt bis ins kleinste Detail.\n      <\/p>\n    <\/div>\n\n    <div class=\"comfort-images\">\n      <div class=\"comfort-image comfort-image-main\">\n        <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/1-scaled.jpg\" alt=\"Comfort Line Sitzbezug \u2013 Detailansicht\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1440;\">\n      <\/div>\n      <div class=\"comfort-image comfort-image-top\">\n        <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/2-2-scaled.jpg\" alt=\"Comfort Line Vordersitze\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1440;\">\n      <\/div>\n      <div class=\"comfort-image comfort-image-bottom\">\n        <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/3-scaled.jpg\" alt=\"Comfort Line R\u00fccksitze\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/1440;\">\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  .comfort-banner,\n  .comfort-banner * {\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Inter\", system-ui, sans-serif;\n  }\n\n  .comfort-banner {\n    background: #ffffff;\n    padding: 40px 16px 50px;\n  }\n\n  .comfort-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: 24px;\n    border: 1px solid #e5e7eb;\n    padding: 40px 36px;\n    display: grid;\n    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);\n    gap: 34px;\n  }\n\n  .comfort-text {\n    color: #111827;\n  }\n\n  .comfort-kicker {\n    font-size: 13px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #6b7280;\n    margin: 0 0 10px;\n  }\n\n  .comfort-title {\n    font-size: 30px;\n    line-height: 1.1;\n    font-weight: 500;\n    letter-spacing: -0.03em;\n    margin: 0 0 14px;\n  }\n\n  .comfort-subtitle {\n    font-size: 16px;\n    color: #4b5563;\n    margin: 0 0 8px;\n  }\n\n  .comfort-body {\n    font-size: 15px;\n    color: #6b7280;\n    margin: 0;\n  }\n\n  .comfort-images {\n    display: grid;\n    grid-template-columns: 1.4fr 1fr;\n    grid-template-rows: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .comfort-image {\n    border-radius: 18px;\n    overflow: hidden;\n    border: 1px solid #e5e7eb;\n    background: #f9fafb;\n  }\n\n  .comfort-image img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n  }\n\n  .comfort-image-main {\n    grid-row: 1 \/ span 2; \/* imagine mare pe st\u00e2nga *\/\n  }\n\n  .comfort-image-top {\n    grid-row: 1 \/ 2;\n  }\n\n  .comfort-image-bottom {\n    grid-row: 2 \/ 3;\n  }\n\n  \/* Responsiv *\/\n  @media (max-width: 900px) {\n    .comfort-inner {\n      grid-template-columns: 1fr;\n      padding: 28px 22px;\n      gap: 24px;\n    }\n\n    .comfort-images {\n      grid-template-columns: 1fr;\n      grid-template-rows: auto;\n    }\n\n    .comfort-image-main {\n      grid-row: auto;\n      order: 1;\n    }\n\n    .comfort-image-top {\n      order: 2;\n    }\n\n    .comfort-image-bottom {\n      order: 3;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .comfort-title {\n      font-size: 24px;\n    }\n    .comfort-inner {\n      padding: 24px 18px;\n    }\n  }\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a4bed37 e-flex e-con-boxed e-con e-parent\" data-id=\"a4bed37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95babee elementor-widget elementor-widget-html\" data-id=\"95babee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"ai-features-banner\">\n  <div class=\"ai-features-inner\">\n    <div class=\"ai-features-grid\">\n      <!-- 1. Unique 2 Year Warranty -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/5-yeasr-warranty-icon.png\" alt=\"2 Jahre Garantie\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">Einzigartige 5-Jahres-Garantie<\/h3>\n        <\/div>\n      <\/div>\n\n      <!-- 2. 3D precision patterning and fit -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/3d-Precission-Icon.png\" alt=\"3D-Pr\u00e4zisionsschnitt &amp; Passform\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">3D Precision Patterning &amp; Fit<\/h3>\n        <\/div>\n      <\/div>\n\n      <!-- 3. Airbag safety deployment -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Airbag-Icon.png\" alt=\"Airbag-Sicherheit\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">Airbag-sichere Ausl\u00f6sung<\/h3>\n        <\/div>\n      <\/div>\n\n      <!-- 4. High craftsmanship -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Crafstmanship-Icon.png\" alt=\"Hohe Handwerkskunst\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">Hohe Handwerkskunst<\/h3>\n        <\/div>\n      <\/div>\n\n      <!-- 5. 3-layer breathable materials -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Material-Breathebel-Icon.png\" alt=\"3-lagige atmungsaktive Materialien\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">3-lagige atmungsaktive Materialien<\/h3>\n        <\/div>\n      <\/div>\n\n      <!-- 6. Double decorative stitching -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Stich-Icon.png\" alt=\"Doppelte Ziernaht\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">360\u00b0 doppelte Ziernaht<\/h3>\n        <\/div>\n      <\/div>\n\n      <!-- 7. Abrasive OEM auto industry materials -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Abrasive-resitance-icon.png\" alt=\"Abriebfeste OEM-Materialien\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">Abriebfeste OEM-Materialien<\/h3>\n        <\/div>\n      <\/div>\n\n      <!-- 8. Excellent 1\u20131 customer service -->\n      <div class=\"ai-feature-item\">\n        <div class=\"ai-feature-icon-wrap\">\n          <img decoding=\"async\" data-src=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/Customer-service-Icon.png\" alt=\"Exzellenter Kundenservice\" class=\"ai-feature-icon lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\">\n        <\/div>\n        <div class=\"ai-feature-text\">\n          <h3 class=\"ai-feature-label\">Exzellenter 1-zu-1-Kundenservice<\/h3>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  :root {\n    --ai-green: #0f6830;\n    --ai-dark: #111827;\n    --ai-muted: #6b7280;\n    --ai-border: #e5e7eb;\n    --ai-bg: #ffffff; \/* fundal 100% ALB *\/\n    --ai-radius-lg: 22px;\n    --ai-radius-md: 14px;\n  }\n\n  .ai-features-banner,\n  .ai-features-banner * {\n    font-family: -apple-system, BlinkMacSystemFont, \"Inter\", system-ui, sans-serif;\n  }\n\n  \/* FUNDAL ALB F\u0102R\u0102 GRI *\/\n  .ai-features-banner {\n    padding: 40px 16px 50px;\n    background: #ffffff;\n  }\n\n  \/* DOAR CHENAR \u2013 STIL TESLA *\/\n  .ai-features-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    background: #ffffff;\n    border-radius: var(--ai-radius-lg);\n    padding: 28px 26px 26px;\n    border: 1px solid #e5e7eb; \/* chenar subtil *\/\n    box-shadow: none; \/* f\u0103r\u0103 umbr\u0103 grea *\/\n  }\n\n  .ai-features-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 24px 30px;\n  }\n\n  .ai-feature-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 10px 12px;\n    border-radius: 16px;\n    border: 1px solid rgba(229, 231, 235, 0.8);\n    background: #ffffff;\n    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;\n  }\n\n  .ai-feature-item:hover {\n    transform: translateY(-2px);\n    border-color: rgba(15, 104, 48, 0.4);\n    box-shadow: 0 12px 24px rgba(0,0,0,0.06);\n  }\n\n  .ai-feature-icon-wrap {\n    flex: 0 0 auto;\n    width: 64px;\n    height: 64px;\n    border-radius: 999px;\n    border: 1px solid var(--ai-border);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: #ffffff;\n  }\n\n  .ai-feature-icon {\n    max-width: 80px;\n    max-height: 80px;\n    display: block;\n  }\n\n  .ai-feature-label {\n    margin: 0;\n    font-size: 17px;\n    font-weight: 300;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--ai-dark);\n    line-height: 1.35;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 1024px) {\n    .ai-features-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 900px) {\n    .ai-features-inner {\n      padding: 24px 20px 22px;\n    }\n    .ai-features-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .ai-features-grid {\n      grid-template-columns: 1fr;\n    }\n    .ai-feature-item {\n      border-radius: 18px;\n    }\n  }\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fed6315 e-flex e-con-boxed e-con e-parent\" data-id=\"fed6315\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3ec114 elementor-widget elementor-widget-html\" data-id=\"b3ec114\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.ai-payment-banner {\r\n    max-width: 1180px;\r\n    margin: 40px auto;\r\n    padding: 0 16px;\r\n    font-family: -apple-system, BlinkMacSystemFont, \"Inter\", system-ui, sans-serif;\r\n  }\r\n\r\n  .ai-payment-banner-inner {\r\n    position: relative;\r\n    border-radius: 24px;\r\n    padding: 32px;\r\n    background: radial-gradient(circle at top left, #1fa463 0, #0f6830 40%, #053320 85%);\r\n    color: #ffffff;\r\n    overflow: hidden;\r\n    box-shadow: 0 24px 45px rgba(0,0,0,0.28);\r\n\r\n    display: grid;\r\n    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);\r\n    gap: 32px;\r\n    align-items: center;\r\n  }\r\n\r\n  .ai-payment-banner-inner::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 0;\r\n    background: radial-gradient(circle at top right, rgba(255,255,255,0.15), transparent 60%);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .ai-payment-main {\r\n    max-width: 540px;\r\n  }\r\n\r\n  .ai-payment-eyebrow {\r\n    font-size: 13px;\r\n    letter-spacing: 0.16em;\r\n    text-transform: uppercase;\r\n    opacity: 0.85;\r\n    margin-bottom: 6px;\r\n  }\r\n\r\n  .ai-payment-title {\r\n    font-size: 30px;\r\n    line-height: 1.2;\r\n    font-weight: 650;\r\n    margin: 0 0 14px;\r\n  }\r\n\r\n  .ai-payment-text {\r\n    font-size: 15px;\r\n    line-height: 1.55;\r\n    opacity: 0.95;\r\n    margin-bottom: 14px;\r\n  }\r\n\r\n  .ai-payment-badges {\r\n    display: flex;\r\n    gap: 14px;\r\n    margin-top: 16px;\r\n  }\r\n\r\n  .ai-payment-badge {\r\n    padding: 12px 14px;\r\n    border-radius: 18px;\r\n    background: rgba(5,16,10,0.65);\r\n    border: 1px solid rgba(255,255,255,0.18);\r\n    min-width: 200px;\r\n    backdrop-filter: blur(8px);\r\n  }\r\n\r\n  .ai-payment-badge-label {\r\n    font-size: 11px;\r\n    text-transform: uppercase;\r\n    opacity: 0.8;\r\n    margin-bottom: 4px;\r\n    letter-spacing: 0.14em;\r\n  }\r\n\r\n  .ai-payment-badge-value {\r\n    font-size: 14px;\r\n    font-weight: 600;\r\n    line-height: 1.35;\r\n  }\r\n\r\n  .ai-support-box {\r\n    background: rgba(255,255,255,0.08);\r\n    border: 1px solid rgba(255,255,255,0.18);\r\n    border-radius: 20px;\r\n    padding: 22px 24px;\r\n    backdrop-filter: blur(8px);\r\n  }\r\n\r\n  .ai-support-title {\r\n    font-size: 15px;\r\n    letter-spacing: 0.18em;\r\n    text-transform: uppercase;\r\n    margin-bottom: 10px;\r\n    color: #facc15;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .ai-support-text {\r\n    font-size: 14px;\r\n    opacity: 0.95;\r\n    line-height: 1.55;\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .ai-payment-banner-inner {\r\n      grid-template-columns: 1fr;\r\n      padding: 26px 20px;\r\n    }\r\n    .ai-support-box {\r\n      margin-top: 18px;\r\n    }\r\n    .ai-payment-badges {\r\n      flex-direction: column;\r\n    }\r\n  }\r\n<\/style>\r\n<section class=\"ai-payment-banner\">\r\n  <div class=\"ai-payment-banner-inner\">\r\n    <!-- LEFT SIDE -->\r\n    <div class=\"ai-payment-main\">\r\n      <div class=\"ai-payment-eyebrow\">Einfache Bestellmethode<\/div>\r\n      <h2 class=\"ai-payment-title\">50\/50-Zahlung \u2013 Sicher bestellen<\/h2>\r\n      <p class=\"ai-payment-text\">\r\n        W\u00e4hlen Sie bei der Bestellung <strong>Bank\u00fcberweisung<\/strong> und zahlen Sie zun\u00e4chst nur \r\n        <strong>50 %<\/strong>, um die Produktion zu starten. Die restlichen 50 % werden vor der Lieferung bezahlt.\r\n      <\/p>\r\n      <div class=\"ai-payment-badges\">\r\n        <!-- Standard Delivery Badge -->\r\n        <div class=\"ai-payment-badge\">\r\n          <span class=\"ai-payment-badge-label\">Standardlieferzeit<\/span>\r\n          <span class=\"ai-payment-badge-value\">30\u201390 Tage \u2022 abh\u00e4ngig von Modell & Produktionszeitraum<\/span>\r\n        <\/div>\r\n        <!-- Express Delivery Badge -->\r\n        <div class=\"ai-payment-badge\">\r\n          <span class=\"ai-payment-badge-label\">Express-Bestelloption<\/span>\r\n          <span class=\"ai-payment-badge-value\">10 Werktage \u2022 unter bestimmten Bedingungen (Verf\u00fcgbarkeit von Schnittmustern & Materialien)<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <!-- RIGHT SIDE BOX -->\r\n    <div class=\"ai-support-box\">\r\n      <div class=\"ai-support-title\">After-Sales-Support<\/div>\r\n      <div class=\"ai-support-text\">\r\n        Wir bieten umfassende technische Unterst\u00fctzung, Montageanleitungen und Kundenservice.\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Konfigurator Sitzbez\u00fcge Innenmaterial \u2014 Au\u00dfenmaterial \u2014 Design-Naht \u2014 Au\u00dfenmaterial Autotextil exterior \u2212 Autotextil Black Autotextil Antracit Autotextil Light Grey Leather look exterior \u2212 LL Black LL Grey LL Sterling LL Camel Ivory LL Dark Brown LL Light Brown LL Red Innenmaterial Interior \u2212 Tiffany Black Tiffany Light Grey Tiffany Red GT Grey Honeycomb Black Honeycomb [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5065","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Comfort Autositzbez\u00fcge \u2013 Hochwertige Auto Sitzbez\u00fcge | AutoInterior<\/title>\n<meta name=\"description\" content=\"Comfort Autositzbez\u00fcge f\u00fcr Ihr Auto. Hochwertige Auto Sitzbez\u00fcge mit verbesserter Passform, Komfort und langlebigen Materialien.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/autointerior.eu\/comfort-line\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Comfort Autositzbez\u00fcge \u2013 Hochwertige Auto Sitzbez\u00fcge | AutoInterior\" \/>\n<meta property=\"og:description\" content=\"Comfort Autositzbez\u00fcge f\u00fcr Ihr Auto. Hochwertige Auto Sitzbez\u00fcge mit verbesserter Passform, Komfort und langlebigen Materialien.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/autointerior.eu\/comfort-line\/\" \/>\n<meta property=\"og:site_name\" content=\"autointerior.eu\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-05T07:37:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/main.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"5\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/\",\"url\":\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/\",\"name\":\"Comfort Autositzbez\u00fcge \u2013 Hochwertige Auto Sitzbez\u00fcge | AutoInterior\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/autointerior.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/autointerior.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/main.png\",\"datePublished\":\"2025-11-21T07:27:24+00:00\",\"dateModified\":\"2026-02-05T07:37:24+00:00\",\"description\":\"Comfort Autositzbez\u00fcge f\u00fcr Ihr Auto. Hochwertige Auto Sitzbez\u00fcge mit verbesserter Passform, Komfort und langlebigen Materialien.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/#primaryimage\",\"url\":\"https:\\\/\\\/autointerior.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/main.png\",\"contentUrl\":\"https:\\\/\\\/autointerior.eu\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/main.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/autointerior.eu\\\/comfort-line\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/autointerior.eu\\\/de\\\/startseite\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Comfort Line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/autointerior.eu\\\/#website\",\"url\":\"https:\\\/\\\/autointerior.eu\\\/\",\"name\":\"autointerior.eu\",\"description\":\"Custom car seat covers \u2013 Perfect fit and premium quality\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/autointerior.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Comfort Autositzbez\u00fcge \u2013 Hochwertige Auto Sitzbez\u00fcge | AutoInterior","description":"Comfort Autositzbez\u00fcge f\u00fcr Ihr Auto. Hochwertige Auto Sitzbez\u00fcge mit verbesserter Passform, Komfort und langlebigen Materialien.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/autointerior.eu\/comfort-line\/","og_locale":"de_DE","og_type":"article","og_title":"Comfort Autositzbez\u00fcge \u2013 Hochwertige Auto Sitzbez\u00fcge | AutoInterior","og_description":"Comfort Autositzbez\u00fcge f\u00fcr Ihr Auto. Hochwertige Auto Sitzbez\u00fcge mit verbesserter Passform, Komfort und langlebigen Materialien.","og_url":"https:\/\/autointerior.eu\/comfort-line\/","og_site_name":"autointerior.eu","article_modified_time":"2026-02-05T07:37:24+00:00","og_image":[{"url":"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/main.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"5\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/autointerior.eu\/comfort-line\/","url":"https:\/\/autointerior.eu\/comfort-line\/","name":"Comfort Autositzbez\u00fcge \u2013 Hochwertige Auto Sitzbez\u00fcge | AutoInterior","isPartOf":{"@id":"https:\/\/autointerior.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/autointerior.eu\/comfort-line\/#primaryimage"},"image":{"@id":"https:\/\/autointerior.eu\/comfort-line\/#primaryimage"},"thumbnailUrl":"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/main.png","datePublished":"2025-11-21T07:27:24+00:00","dateModified":"2026-02-05T07:37:24+00:00","description":"Comfort Autositzbez\u00fcge f\u00fcr Ihr Auto. Hochwertige Auto Sitzbez\u00fcge mit verbesserter Passform, Komfort und langlebigen Materialien.","breadcrumb":{"@id":"https:\/\/autointerior.eu\/comfort-line\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/autointerior.eu\/comfort-line\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/autointerior.eu\/comfort-line\/#primaryimage","url":"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/main.png","contentUrl":"https:\/\/autointerior.eu\/wp-content\/uploads\/2025\/12\/main.png"},{"@type":"BreadcrumbList","@id":"https:\/\/autointerior.eu\/comfort-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/autointerior.eu\/de\/startseite\/"},{"@type":"ListItem","position":2,"name":"Comfort Line"}]},{"@type":"WebSite","@id":"https:\/\/autointerior.eu\/#website","url":"https:\/\/autointerior.eu\/","name":"autointerior.eu","description":"Custom car seat covers \u2013 Perfect fit and premium quality","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/autointerior.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/pages\/5065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/comments?post=5065"}],"version-history":[{"count":20,"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/pages\/5065\/revisions"}],"predecessor-version":[{"id":6435,"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/pages\/5065\/revisions\/6435"}],"wp:attachment":[{"href":"https:\/\/autointerior.eu\/de\/wp-json\/wp\/v2\/media?parent=5065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}