<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://savonsdemanon.de/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://savonsdemanon.de/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://savonsdemanon.de/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://savonsdemanon.de/wp-sitemap-posts-project-1.xml</loc></sitemap><sitemap><loc>https://savonsdemanon.de/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://savonsdemanon.de/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://savonsdemanon.de/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://savonsdemanon.de/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://savonsdemanon.de/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
    <style>
    .sdm-global-footer-wrap{
      position:relative;
      margin-top:0;
      font-family:'Inter',Arial,sans-serif;
      background:#fff;
      line-height:1;
    }

    .sdm-global-footer-wave{
      position:relative;
      width:100%;
      height:92px;
      overflow:hidden;
      line-height:0;
      background:#fff;
    }

    .sdm-global-footer-wave svg{
      position:absolute;
      inset:0;
      width:100%;
      height:92px;
      display:block;
    }

    .sdm-global-footer{
      background:linear-gradient(180deg,#C6D0B5 0%, #BDC8AB 100%);
      padding:118px 7% 46px;
      color:#414738;
    }

    .sdm-global-footer-grid{
      max-width:1400px;
      margin:0 auto;
      display:grid;
      grid-template-columns:1.35fr .85fr 1fr;
      gap:72px;
      align-items:start;
    }

    .sdm-global-footer-grid > div:not(.sdm-brand){
      padding-top:26px;
    }

    .sdm-brand{
      display:flex;
      flex-direction:column;
      align-items:flex-start;
    }

    .sdm-brand-logo{
      width:190px;
      display:block;
      margin-bottom:30px;
      filter:contrast(1.8) saturate(1.15) brightness(.82);
    }

    .sdm-brand-copy{
      max-width:450px;
      font-size:16px;
      line-height:1.85;
      color:rgba(52,58,45,.95);
      margin-bottom:36px;
    }

    .sdm-brand-badges{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }

    .sdm-brand-badge{
      background:rgba(255,255,255,.62);
      border:1px solid rgba(255,255,255,.75);
      border-radius:999px;
      padding:10px 18px;
      font-size:13px;
      font-weight:700;
      color:#414738;
    }

    .sdm-global-footer h4{
      font-size:13px;
      font-weight:800;
      letter-spacing:2.2px;
      text-transform:uppercase;
      margin:0 0 30px;
      color:#2F3829;
    }

    .sdm-footer-links{
      display:flex;
      flex-direction:column;
      gap:18px;
    }

    .sdm-footer-links a,
    .sdm-contact-item a{
      color:#414738;
      text-decoration:none;
      font-size:16px;
      font-weight:650;
      transition:all .22s ease;
      width:fit-content;
      position:relative;
    }

    .sdm-footer-links a::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-6px;
      width:0%;
      height:2px;
      background:#EAB7B0;
      border-radius:999px;
      transition:width .22s ease;
    }

    .sdm-footer-links a:hover,
    .sdm-contact-item a:hover{
      color:#C88E87;
      transform:translateX(3px);
    }

    .sdm-footer-links a:hover::after{
      width:100%;
    }

    .sdm-contact{
      display:flex;
      flex-direction:column;
      gap:18px;
      margin-bottom:34px;
    }

    .sdm-contact-item{
      display:flex;
      flex-direction:column;
      gap:6px;
    }

    .sdm-contact-label{
      font-size:11px;
      letter-spacing:1.4px;
      text-transform:uppercase;
      font-weight:800;
      color:rgba(65,71,56,.65);
    }

    .sdm-socials{
      display:flex;
      gap:14px;
      margin-bottom:34px;
    }

    .sdm-socials a{
      width:52px;
      height:52px;
      border-radius:50%;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(255,255,255,.75);
      display:flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      transition:all .25s ease;
    }

    .sdm-socials a:hover{
      transform:translateY(-3px);
      background:#EAB7B0;
    }

    .sdm-socials svg{
      width:22px;
      height:22px;
      fill:#414738;
      transition:fill .25s ease;
    }

    .sdm-socials a:hover svg{
      fill:#fff;
    }

    .sdm-footer-bottom{
      max-width:1400px;
      margin:84px auto 0;
      padding-top:28px;
      border-top:1px solid rgba(65,71,56,.15);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:24px;
    }

    .sdm-footer-bottom-left{
      font-size:13px;
      color:rgba(65,71,56,.8);
    }

    .sdm-footer-bottom-right{
      display:flex;
      flex-wrap:wrap;
      gap:22px;
    }

    .sdm-footer-bottom-right a{
      color:rgba(65,71,56,.85);
      text-decoration:none;
      font-size:13px;
      transition:color .2s ease;
    }

    .sdm-footer-bottom-right a:hover{
      color:#C88E87;
    }

    @media(max-width:980px){
      .sdm-global-footer{
        padding:92px 24px 40px;
      }

      .sdm-global-footer-grid{
        grid-template-columns:1fr;
        gap:56px;
      }

      .sdm-brand{
        align-items:center;
        text-align:center;
      }

      .sdm-brand-logo{
        width:150px;
      }

      .sdm-brand-copy{
        max-width:100%;
      }

      .sdm-brand-badges{
        justify-content:center;
      }

      .sdm-global-footer h4{
        text-align:center;
      }

      .sdm-footer-links{
        align-items:center;
      }

      .sdm-contact{
        align-items:center;
        text-align:center;
      }

      .sdm-socials{
        justify-content:center;
      }

      .sdm-footer-bottom{
        flex-direction:column;
        text-align:center;
      }

      .sdm-footer-bottom-right{
        justify-content:center;
      }

      .sdm-global-footer-wave{
        height:64px;
      }

      .sdm-global-footer-wave svg{
        height:64px;
        width:220%;
        left:-60%;
      }
    }
    </style>

    <div class="sdm-global-footer-wrap">
      <div class="sdm-global-footer-wave">
        <svg viewBox="0 0 1440 120" preserveAspectRatio="none">
          <path fill="#C6D0B5" d="M0,63 C9,86 18,32 29,66 C41,101 53,24 67,61 C81,96 94,38 108,67 C122,94 136,26 149,58 C161,88 176,42 191,71 C205,97 217,31 232,63 C248,92 260,45 276,69 C289,86 303,29 319,60 C334,91 347,36 363,70 C377,99 391,22 407,57 C423,95 436,39 451,67 C467,92 482,30 497,61 C513,88 529,46 546,72 C560,96 575,28 592,58 C606,86 620,43 637,69 C651,95 665,25 681,60 C698,94 712,36 727,66 C741,90 756,27 772,57 C789,102 804,21 821,64 C837,92 852,41 867,71 C882,96 896,29 912,59 C927,87 944,44 961,72 C976,99 991,26 1007,61 C1022,92 1038,39 1054,68 C1068,89 1084,33 1101,58 C1116,94 1131,24 1147,64 C1162,90 1178,42 1193,73 C1207,96 1223,27 1238,60 C1254,86 1269,38 1284,68 C1299,95 1314,23 1331,57 C1347,84 1361,48 1378,72 C1392,92 1407,34 1440,60 L1440,120 L0,120 Z"></path>
        </svg>
      </div>
        </div>

    <footer class="sdm-global-footer">
      <div class="sdm-global-footer-grid">

        <div class="sdm-brand">
          <img
            src="https://savonsdemanon.de/wp-content/uploads/2021/03/cropped-Savons-de-Manon-Logo-transparent-png.png"
            alt="Savons de Manon"
            class="sdm-brand-logo"
          >

          <div class="sdm-brand-copy">
            Handgesiedete Naturseifen, inspiriert von französischer Seifentradition —
            mit hochwertigen Inhaltsstoffen, viel Sorgfalt und Liebe in kleinen Chargen gefertigt.
          </div>

          <div class="sdm-brand-badges">
            <div class="sdm-brand-badge">✓ Handgesiedet</div>
            <div class="sdm-brand-badge">✓ Vegan</div>
            <div class="sdm-brand-badge">✓ Plastikfrei</div>
            <div class="sdm-brand-badge">✓ 12% Überfettung</div>
          </div>
        </div>

        <div>
          <h4>Navigation</h4>

          <div class="sdm-footer-links">
            <a href="/shop">Shop</a>
            <a href="/ueber-uns">Über uns</a>
            <a href="/herstellung">Herstellung</a>
            <a href="/kontakt">Kontakt</a>
          </div>
        </div>

        <div>
          <h4>Kontakt</h4>

          <div class="sdm-contact">
            <div class="sdm-contact-item">
              <div class="sdm-contact-label">E-Mail</div>
              <a href="mailto:info@savonsdemanon.de">info@savonsdemanon.de</a>
            </div>

            <div class="sdm-contact-item">
              <div class="sdm-contact-label">Telefon</div>
              <a href="tel:+4915752491880">01575 2491880</a>
            </div>
          </div>

          <div class="sdm-socials">

            <a href="https://www.facebook.com/SavonsdeManon/" target="_blank" aria-label="Facebook">
              <svg viewBox="0 0 24 24">
                <path d="M13.5 8H16V4.5H13.5C10.7 4.5 9 6.2 9 9V11H6V14.5H9V20H12.5V14.5H15.5L16 11H12.5V9.5C12.5 8.6 12.8 8 13.5 8Z"/>
              </svg>
            </a>

            <a href="https://www.instagram.com/savonsdemanon/" target="_blank" aria-label="Instagram">
              <svg viewBox="0 0 24 24">
                <path d="M7 2C4.2 2 2 4.2 2 7V17C2 19.8 4.2 22 7 22H17C19.8 22 22 19.8 22 17V7C22 4.2 19.8 2 17 2H7ZM18.5 5.5C19.3 5.5 20 6.2 20 7C20 7.8 19.3 8.5 18.5 8.5C17.7 8.5 17 7.8 17 7C17 6.2 17.7 5.5 18.5 5.5ZM12 7C14.8 7 17 9.2 17 12C17 14.8 14.8 17 12 17C9.2 17 7 14.8 7 12C7 9.2 9.2 7 12 7ZM12 9C10.3 9 9 10.3 9 12C9 13.7 10.3 15 12 15C13.7 15 15 13.7 15 12C15 10.3 13.7 9 12 9Z"/>
              </svg>
            </a>

            <a href="https://www.trustpilot.com/review/savonsdemanon.de" target="_blank" aria-label="Trustpilot">
              <svg viewBox="0 0 24 24">
                <path d="M12 2L14.9 8.2L21.7 9L16.8 13.5L18.1 20.2L12 16.8L5.9 20.2L7.2 13.5L2.3 9L9.1 8.2L12 2Z"/>
              </svg>
            </a>

          </div>

        </div>

      </div>

      <div class="sdm-footer-bottom">
        <div class="sdm-footer-bottom-left">
          © 2026 Savons de Manon — Mit Liebe handgesiedet.
        </div>

        <div class="sdm-footer-bottom-right">
          <a href="/impressum">Impressum</a>
          <a href="/datenschutz">Datenschutz</a>
          <a href="/agb">AGB</a>
          <a href="/widerruf">Widerruf</a>
        </div>
      </div>

    </footer>

    