.sb-footer-payments-wrap {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.sb-footer-payments {
  --sb-forest: #13382d;
  --sb-forest-light: #24654f;
  --sb-cream: #fffaf0;
  --sb-mint: #9ee4c4;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 1.75rem;
  color: #fff;
  background:
    radial-gradient(circle at 94% 8%, rgba(158, 228, 196, .22), transparent 32%),
    linear-gradient(135deg, var(--sb-forest) 0%, #194938 55%, var(--sb-forest-light) 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(11, 41, 31, .18);
}

.sb-footer-payments__glow {
  position: absolute;
  z-index: -1;
  right: -5rem;
  bottom: -8rem;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, .025), 0 0 0 5rem rgba(255, 255, 255, .02);
}

.sb-footer-payments__layout {
  display: grid;
  grid-template-columns: minmax(215px, .72fr) minmax(0, 2fr);
  gap: 1.5rem;
  align-items: center;
}

.sb-footer-payments__eyebrow,
.sb-info-hero__eyebrow {
  display: inline-flex;
  margin-bottom: .45rem;
  color: var(--sb-mint, #297a59);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sb-footer-payments h2 {
  margin: 0 0 .55rem;
  color: #fff;
  font-size: clamp(1.25rem, 2.2vw, 1.72rem);
  line-height: 1.15;
}

.sb-footer-payments__intro p {
  max-width: 30rem;
  margin: 0 0 .8rem;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  line-height: 1.55;
}

.sb-footer-payments__link {
  display: inline-flex;
  gap: .4rem;
  align-items: center;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
}

.sb-footer-payments__link:hover,
.sb-footer-payments__link:focus {
  color: var(--sb-mint);
  border-color: var(--sb-mint);
}

.sb-payment-badges {
  display: grid;
  grid-template-columns: repeat(5, minmax(105px, 1fr));
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sb-payment-badge {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 78px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .7rem .55rem;
  color: #24302c;
  text-align: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 14px;
  box-shadow: 0 7px 18px rgba(4, 30, 22, .12);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.sb-payment-badge:hover {
  z-index: 1;
  background: #fff;
  box-shadow: 0 11px 24px rgba(4, 30, 22, .2);
  transform: translateY(-3px);
}

.sb-payment-badge__icon svg {
  width: 31px;
  height: 31px;
  margin-bottom: .3rem;
  fill: none;
  stroke: #1d5a45;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sb-payment-badge__text {
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
}

.sb-payment-badge__subtext {
  margin-top: .1rem;
  color: #6f7c76;
  font-size: .64rem;
  line-height: 1;
}

.sb-paypal-mark {
  position: relative;
  display: grid;
  width: 29px;
  height: 29px;
  margin-bottom: .3rem;
  place-items: center;
  overflow: hidden;
  color: #fff;
  font: italic 900 21px/1 Arial, sans-serif;
  background: linear-gradient(135deg, #003087 0 54%, #009cde 55% 100%);
  border-radius: 8px;
  box-shadow: inset -5px -4px 0 rgba(0, 48, 135, .16);
}

.sb-paypal-mark span {
  transform: translateX(-1px);
}

.sb-paypal-word {
  font: italic 800 .95rem/1 Arial, sans-serif;
  letter-spacing: -.05em;
}

.sb-paypal-word span { color: #003087; }
.sb-paypal-word strong { color: #009cde; }

.sb-card-mark svg,
.sb-sepa-mark svg {
  width: 31px;
  height: 25px;
  margin-bottom: .2rem;
  fill: none;
  stroke: #245946;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sb-card-brands {
  display: flex;
  align-items: center;
  margin-top: .23rem;
  height: 11px;
}

.sb-card-brands b {
  margin-right: .2rem;
  color: #1434cb;
  font: italic 900 8px/1 Arial, sans-serif;
}

.sb-card-brands i {
  width: 10px;
  height: 10px;
  background: #eb001b;
  border-radius: 50%;
}

.sb-card-brands i + i {
  margin-left: -3px;
  background: rgba(247, 158, 27, .9);
}

.sb-sepa-mark svg { stroke: #006f63; }

.sb-footer-payments__note {
  margin: .55rem .15rem 0;
  color: rgba(255, 255, 255, .66);
  font-size: .7rem;
  text-align: right;
}

/* CMS-Seite „Zahlung & Versand“ */
.sb-payment-page {
  --sb-page-green: #174936;
  --sb-page-mint: #dff4e8;
  --sb-page-cream: #fffaf0;
  color: #26362f;
}

.sb-info-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  color: #fff;
  background: linear-gradient(135deg, #13382d, #267055);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(18, 67, 49, .16);
}

.sb-info-hero::after {
  position: absolute;
  right: -3.5rem;
  bottom: -6rem;
  width: 16rem;
  height: 16rem;
  content: '';
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, .035), 0 0 0 5rem rgba(255, 255, 255, .02);
}

.sb-info-hero h2 {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0 0 .7rem;
  color: #fff;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  line-height: 1.12;
}

.sb-info-hero p {
  position: relative;
  z-index: 1;
  max-width: 43rem;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  text-align: left;
  word-spacing: normal;
}

.sb-info-hero__facts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.15rem;
}

.sb-info-hero__facts span {
  display: inline-flex;
  padding: .42rem .72rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 999px;
}

.sb-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sb-info-card {
  min-width: 0;
  max-width: 100%;
  padding: clamp(1.15rem, 3vw, 1.65rem);
  background: #fff;
  border: 1px solid #e2ebe6;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(34, 67, 54, .08);
}

.sb-info-card--wide { grid-column: 1 / -1; }

.sb-info-card h2 {
  display: flex;
  gap: .55rem;
  align-items: center;
  margin: 0 0 1rem;
  color: var(--sb-page-green);
  font-size: 1.28rem;
}

.sb-info-card h2 span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  font-size: 1rem;
  background: var(--sb-page-green);
  border-radius: 10px;
}

.sb-info-list {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.sb-info-list li {
  padding: .8rem .9rem;
  text-align: left;
  word-spacing: normal;
  background: #f7faf8;
  border-left: 3px solid #50a379;
  border-radius: 0 12px 12px 0;
  list-style: none !important;
}

.sb-info-list li::marker {
  content: '';
}

.sb-info-list strong {
  display: block;
  margin-bottom: .15rem;
  color: #1d4737;
}

.sb-info-list span,
.sb-info-card p {
  color: #5b6963;
  font-size: .9rem;
  line-height: 1.55;
  text-align: left;
  word-spacing: normal;
}

.sb-info-list span { display: block; }

.sb-shipping-table {
  width: 100%;
  max-width: 100%;
  margin: .75rem 0;
  overflow: hidden;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dfe9e4;
  border-radius: 12px;
}

.sb-shipping-table th,
.sb-shipping-table td {
  padding: .62rem .7rem;
  font-size: .82rem;
  border-bottom: 1px solid #e8efeb;
}

.sb-shipping-table th {
  color: #214b3a;
  text-align: left;
  background: #edf7f1;
}

.sb-shipping-table tr:last-child td { border-bottom: 0; }
.sb-shipping-table td:last-child { font-weight: 800; white-space: nowrap; }

.sb-info-note {
  padding: 1rem 1.1rem;
  background: var(--sb-page-cream);
  border: 1px solid #eee0bd;
  border-radius: 14px;
}

.sb-info-note strong { color: #57451f; }
.sb-info-note p { margin: .25rem 0 0; color: #6c5b37; }

@media (max-width: 991px) {
  .sb-footer-payments__layout { grid-template-columns: 1fr; }
  .sb-payment-badges { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
  .sb-footer-payments__note { text-align: left; }
}

@media (max-width: 767px) {
  .sb-footer-payments { padding: 1.2rem; border-radius: 17px; }
  .sb-payment-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sb-payment-badge:last-child { grid-column: 1 / -1; }
  .sb-info-grid { grid-template-columns: minmax(0, 1fr); }
  .sb-info-card--wide { grid-column: auto; }
  .sb-shipping-table { display: block; overflow-x: auto; }
}

@media (max-width: 380px) {
  .sb-payment-badges { grid-template-columns: 1fr; }
  .sb-payment-badge:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .sb-payment-badge { transition: none; }
  .sb-payment-badge:hover { transform: none; }
}

/* Gesamter SeedBooster Footer */
#footer {
  overflow-x: hidden;
  color: #31443c;
  background: #eef4f0;
}

.sb-product-shipping-costs,
.sb-product-price-notice {
  color: #5f6f68;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.35;
}

.sb-product-shipping-costs a,
.sb-product-price-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sb-product-price-notice {
  display: block;
  margin-top: 0.22rem;
}

/* Ruhige Produktkarte fuer Titel, Preis, Kurzinfos und Warenkorb. */
#product .product-container {
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

/* Eine einzige, stabile Beschreibungsebene fuer alle Produktseiten. */
#product .tabs.moflomo-product-description {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  max-width: none;
  margin: 0 0 2rem;
}

#product .tabs.moflomo-product-description .tab-content,
#product .tabs.moflomo-product-description .tab-pane {
  width: 100%;
}

/* Nutzt auf Desktop die volle Breite der linken Produktspalte. */
@media (min-width: 992px) {
  #product .product-container > .col-md-6:first-child .page-content,
  #product .product-container > .col-md-6:first-child .images-container,
  #product .product-container > .col-md-6:first-child .product-cover {
    width: 100% !important;
    max-width: none !important;
  }

  #product .product-container > .col-md-6:first-child .page-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #product .product-container > .col-md-6:first-child .product-cover picture,
  #product .product-container > .col-md-6:first-child .product-cover img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto;
  }
}

#product .product-container > .col-md-6:nth-child(2) {
  align-self: flex-start;
  padding: 1.25rem 1.4rem 1.35rem;
  background: #fff;
  border: 1px solid #dfe8e3;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(18, 63, 49, 0.08);
}

#product .product-container > .col-md-6:nth-child(2) h1 {
  margin-top: 0;
  line-height: 1.25;
}

#product .product-container > .col-md-6:nth-child(2) .product-information {
  margin-bottom: 0;
}

#product .product-container > .col-md-6:nth-child(2) .product-actions {
  margin-top: 0.8rem;
  padding-top: 0.9rem;
  border-top: 1px solid #e5ece8;
}

@media (max-width: 767px) {
  #product .product-container > .col-md-6:nth-child(2) {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(18, 63, 49, 0.07);
  }

  #product .tabs.moflomo-product-description {
    margin: 1.5rem 0 2rem;
  }
}

/* Tablet hochkant: Kaufbereich unter das Bild setzen. So entsteht keine
   leere Spalte unter der Galerie, wenn die Kaufbox deutlich hoeher ist. */
@media (min-width: 768px) and (max-width: 991px) {
  /* Menue und Suche passen bei Tabletbreite gemeinsam in eine Zeile. */
  #header .header-top #search_widget {
    width: 170px;
    max-width: 170px;
  }

  #product .product-container > .col-md-6:first-child,
  #product .product-container > .col-md-6:nth-child(2) {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  #product .product-container > .col-md-6:first-child .page-content {
    width: 100%;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  #product .product-container > .col-md-6:nth-child(2) {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  #product .tabs.moflomo-product-description {
    margin-top: 0 !important;
  }
}

.sb-product-manufacturer {
  width: 100%;
  margin: 1.25rem 0 2rem;
  padding: 1rem 1.1rem;
  color: #31443c;
  background: #f5f8f6;
  border: 1px solid #d9e5df;
  border-radius: 10px;
}

.sb-product-manufacturer h2 {
  margin: 0 0 0.55rem;
  color: #123f31;
  font-size: 0.96rem;
}

.sb-product-manufacturer dl {
  display: grid;
  grid-template-columns: minmax(8.4rem, auto) 1fr;
  gap: 0.22rem 0.6rem;
  margin: 0 0 0.5rem;
  font-size: 0.84rem;
  line-height: 1.32;
}

.sb-product-manufacturer dt {
  font-weight: 700;
}

.sb-product-manufacturer dd {
  margin: 0;
}

.sb-product-manufacturer p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
}

.sb-product-purchase-extras {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5ece8;
}

.sb-product-purchase-extras--without-payment {
  grid-template-columns: 1fr;
}

.sb-payment-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.sb-payment-buttons [data-container-express-checkout],
.sb-payment-buttons [data-container-bnpl] {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

#product .sb-product-purchase-extras .blockreassurance_product {
  display: grid;
  gap: 0.45rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

#product .sb-product-purchase-extras .blockreassurance_product > div {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
}

#product .sb-product-purchase-extras .blockreassurance_product .item-product,
#product .sb-product-purchase-extras .blockreassurance_product .item-product svg {
  width: 34px !important;
  min-width: 34px;
  height: 34px !important;
}

#product .sb-product-purchase-extras .blockreassurance_product .block-title {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.25;
}

#product .product-additional-info .sb-product-share {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  margin: 0.8rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid #e5ece8;
  font-size: 0.82rem;
}

#product .product-additional-info .sb-product-share ul {
  margin: 0;
}

#product #product-comments-list-header,
#product #empty-product-comment,
#product #product-comments-list .product-comment-list-item {
  box-sizing: border-box;
  width: 100%;
}

#product #product-comments-list-header {
  margin-top: 1.5rem;
}

#product .sb-comments-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  width: 100%;
  margin: 0.75rem 0 1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #e1e8e4;
  border-radius: 10px;
}

#product .sb-comments-actions .comments-note {
  display: none;
}

#product .sb-comments-actions .additional-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}

@media (min-width: 992px) {
  .sb-product-manufacturer dl {
    grid-template-columns: max-content minmax(0, 1fr) max-content minmax(0, 1fr);
  }
}

.sb-review-verification-notice {
  margin: 0.75rem 0 1rem;
  padding: 0.8rem 0.95rem;
  color: #40534b;
  font-size: 0.84rem;
  line-height: 1.5;
  background: #f5f8f6;
  border-left: 3px solid #4fa77c;
  border-radius: 7px;
}

@media (max-width: 991px) {
  .sb-product-purchase-extras {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}

@media (max-width: 575px) {
  .sb-product-manufacturer dl {
    grid-template-columns: 1fr;
  }

  .sb-product-manufacturer dd + dt {
    margin-top: 0.35rem;
  }

  #product .sb-comments-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

#footer > .container {
  padding-top: 2rem;
  padding-bottom: .65rem;
}

#footer > .container > .row,
#footer .footer-container > .container > .row {
  margin-right: 0;
  margin-left: 0;
}

#footer .block-social {
  display: none;
}

#footer .block_newsletter {
  max-width: 100%;
  flex: 0 0 100%;
  padding: clamp(1.25rem, 3vw, 1.7rem);
  background:
    radial-gradient(circle at 95% 0, rgba(80, 163, 121, .14), transparent 35%),
    #fffaf0;
  border: 1px solid #e8dfca;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(34, 67, 54, .07);
}

#footer .block_newsletter > .row {
  align-items: center;
  margin: 0;
}

#footer .block_newsletter > .row > * {
  padding-right: .5rem;
  padding-left: .5rem;
}

#footer .block_newsletter #block-newsletter-label {
  margin: 0;
  color: #174936;
  font-size: clamp(1.08rem, 2.3vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
}

#footer .block_newsletter form input[type="email"] {
  height: 48px;
  padding: 0 1.05rem;
  color: #26362f;
  background: #fff;
  border: 1px solid #cfddd5;
  border-radius: 999px 0 0 999px;
  box-shadow: inset 0 1px 2px rgba(24, 72, 54, .04);
}

#footer .block_newsletter form input[type="email"]:focus {
  border-color: #267055;
  outline: 3px solid rgba(80, 163, 121, .18);
}

#footer .block_newsletter form input[type="submit"] {
  height: 48px;
  padding: 0 1.2rem;
  font-weight: 800;
  text-transform: none;
  background: #174936;
  border-color: #174936;
  border-radius: 0 999px 999px 0;
}

#footer .block_newsletter form input[type="submit"]:hover,
#footer .block_newsletter form input[type="submit"]:focus {
  background: #24654f;
  border-color: #24654f;
}

#footer .block_newsletter form p {
  margin: .6rem .25rem 0;
  color: #6a756f;
  font-size: .75rem;
  line-height: 1.45;
}

#footer .footer-container {
  max-width: 100%;
  padding-top: .45rem;
  overflow-x: hidden;
  background: #eef4f0;
}

#footer .footer-container > .container {
  padding-top: 0;
  padding-bottom: 1.25rem;
}

/* Die drei alten PrestaShop-Spalten werden durch die neue Navigation ersetzt. */
#footer .footer-container > .container > .row:first-child > .links {
  display: none !important;
}

.sb-footer-shell {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0 !important;
  box-sizing: border-box;
}

.sb-footer-navigation {
  max-width: 100%;
  padding: clamp(1.35rem, 3vw, 1.9rem);
  background: #fff;
  border: 1px solid #dfe9e4;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(34, 67, 54, .08);
  box-sizing: border-box;
}

.sb-footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1.18fr 1.2fr;
  gap: clamp(1.15rem, 3vw, 2.2rem);
}

.sb-footer-nav__group {
  min-width: 0;
}

.sb-footer-nav__title {
  position: relative;
  display: block;
  margin: 0 0 .85rem;
  padding: 0 0 .55rem;
  color: #174936;
  font-size: .94rem;
  font-weight: 850;
  line-height: 1.25;
  list-style: none;
  border-bottom: 2px solid #dff1e8;
}

.sb-footer-nav__title::-webkit-details-marker {
  display: none;
}

.sb-footer-nav__links {
  gap: .58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sb-footer-nav__links li {
  min-width: 0;
  margin: 0;
}

.sb-footer-nav__links a {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  padding-left: .8rem;
  color: #52635c;
  font-size: .84rem;
  line-height: 1.38;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.sb-footer-nav__links a::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: 5px;
  height: 5px;
  content: '';
  background: #50a379;
  border-radius: 50%;
  transition: transform .18s ease;
}

.sb-footer-nav__links a:hover,
.sb-footer-nav__links a:focus {
  color: #174936;
  text-decoration: underline;
  text-decoration-color: #9ed7ba;
  text-underline-offset: 3px;
}

.sb-footer-nav__links a:hover::before,
.sb-footer-nav__links a:focus::before {
  transform: scale(1.45);
}

.sb-footer-nav__links .sb-footer-nav__withdrawal {
  padding: .48rem .72rem .48rem 1.45rem;
  color: #fff;
  font-weight: 850;
  background: #174936;
  border-radius: 999px;
}

.sb-footer-nav__links .sb-footer-nav__withdrawal::before {
  top: 50%;
  left: .75rem;
  width: 7px;
  height: 7px;
  background: #9ee4c4;
  transform: translateY(-50%);
}

.sb-footer-nav__links .sb-footer-nav__withdrawal:hover,
.sb-footer-nav__links .sb-footer-nav__withdrawal:focus {
  color: #fff;
  text-decoration-color: #9ee4c4;
  background: #24654f;
}

.sb-footer-nav__local {
  display: inline-flex;
  margin-bottom: .55rem;
  padding: .28rem .55rem;
  color: #24654f;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #e8f6ee;
  border-radius: 999px;
}

.sb-footer-nav__brand-content > p {
  margin: 0 0 .8rem;
  color: #66746e;
  font-size: .8rem;
  line-height: 1.5;
}

.sb-footer-payments {
  max-width: 100%;
  margin-top: 1rem;
  box-sizing: border-box;
}

#footer .footer-container > .container > .row:last-child {
  margin-top: .25rem;
}

#footer .footer-container > .container > .row:last-child p {
  margin: 0;
  padding: .7rem 0 0;
}

#footer .footer-container > .container > .row:last-child a {
  color: #52635c;
  font-size: .76rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .sb-footer-nav__title {
    pointer-events: none;
  }

  .sb-footer-nav__group > .sb-footer-nav__links {
    display: grid !important;
  }

  .sb-footer-nav__group > .sb-footer-nav__brand-content {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .sb-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #content.page-home #carousel {
    right: auto !important;
    left: 0 !important;
    width: calc(100% + 30px) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  #footer > .container {
    padding-top: 1rem;
    padding-right: 12px;
    padding-left: 12px;
  }

  #footer .footer-container > .container {
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  #footer .block_newsletter {
    padding: 1.1rem;
    border-radius: 17px;
  }

  #footer .block_newsletter > .row > * {
    padding: 0;
  }

  #footer .block_newsletter #block-newsletter-label {
    margin-bottom: .85rem;
  }

  #footer .block_newsletter form input[type="email"] {
    border-radius: 12px 0 0 12px;
  }

  #footer .block_newsletter form input[type="submit"] {
    padding: 0 .95rem;
    border-radius: 0 12px 12px 0;
  }

  .sb-footer-navigation {
    padding: .35rem 1.05rem;
    border-radius: 17px;
  }

  .sb-footer-nav {
    display: block;
  }

  .sb-footer-nav__group {
    border-bottom: 1px solid #e3ebe7;
  }

  .sb-footer-nav__group:last-child {
    border-bottom: 0;
  }

  .sb-footer-nav__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 0;
    cursor: pointer;
    border-bottom: 0;
  }

  .sb-footer-nav__title::after {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    color: #24654f;
    font-size: 1.15rem;
    font-weight: 500;
    content: '+';
    background: #e8f6ee;
    border-radius: 8px;
  }

  .sb-footer-nav__group[open] > .sb-footer-nav__title::after {
    content: '\2212';
  }

  .sb-footer-nav__links,
  .sb-footer-nav__brand-content {
    padding-bottom: 1rem;
  }

  .sb-footer-nav__links {
    gap: .66rem;
  }

  .sb-footer-nav__brand-content .sb-footer-nav__links {
    padding-bottom: 0;
  }

  .sb-footer-payments {
    margin-top: .75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sb-footer-nav__links a::before {
    transition: none;
  }
}

/* Startseite: Produktkarten auf Smartphones mit grossem Bild oberhalb der Infos. */
@media (max-width: 767px) {
  body#index.sb-home-enhanced .sb-home-catalog .featured-products .products {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .products > .js-product,
  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-miniature,
  body#index.sb-home-enhanced .sb-home-catalog .featured-products .thumbnail-container {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .products > .js-product {
    padding: 0;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .thumbnail-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .thumbnail-top {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: .65rem;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min(78vw, 330px);
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-thumbnail picture {
    display: contents;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-thumbnail img {
    position: static;
    width: min(78vw, 330px);
    max-width: 100%;
    height: min(78vw, 330px);
    max-height: 100%;
    margin: 0;
    object-fit: contain;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .highlighted-informations {
    display: none;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-description {
    position: static;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 1rem 1.1rem 1.15rem;
    text-align: left;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-title,
  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-title a,
  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-price-and-shipping,
  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-list-reviews {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-title {
    height: auto;
    min-height: 0;
    margin-top: 0;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-title a {
    display: block;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-price-and-shipping {
    padding-top: .15rem;
  }

  body#index.sb-home-enhanced .sb-home-catalog .featured-products .product-list-reviews {
    justify-content: flex-start;
  }
}
