/* Artikeldetail Mobil - Schritt 1: oberer Produktbereich.
   Kaufbox, Varianten und untere Bereiche bleiben in diesem Schritt bewusst unberuehrt. */

/* Mobiler Header - Testfassung fuer z_mobil_head_*.
   Der Kopf bleibt funktional identisch, wird aber ohne Tabellen aufgebaut. */
.as-mobile-header,
.as-mobile-header *,
.as-mobile-header *::before,
.as-mobile-header *::after,
.as-mobile-nav,
.as-mobile-nav *,
.as-mobile-nav *::before,
.as-mobile-nav *::after {
  box-sizing: border-box;
}

/* Mobile Startseite: persoenliche Merklistenbox, 2026-07-22 */
body.as-mobile-home-page .as-mobile-home-wishlist {
  box-sizing: border-box;
  margin: 14px 0 18px;
  padding: 0 12px 14px;
  overflow: hidden;
  border: 1px solid #d5e1e9;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 12px rgba(21, 55, 86, .07);
  color: #405967;
  font-size: 13px;
  line-height: 1.45;
}

body.as-mobile-home-page .as-mobile-home-wishlist__header {
  display: block;
  margin: 0 0 12px;
  padding: 12px 0 10px;
  border-bottom: 1px solid #dbe5ec;
  color: #193e59;
}

body.as-mobile-home-page .as-mobile-home-wishlist__heading {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  line-height: 1.35;
}

body.as-mobile-home-page .as-mobile-home-wishlist__heart {
  display: block !important;
  flex: 0 0 22px;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;
  fill: none !important;
  stroke: #275a83;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

body.as-mobile-home-page .as-mobile-home-wishlist__customer {
  margin: 3px 0 8px 29px;
  color: #657985;
  font-size: 11px;
  line-height: 1.35;
}

body.as-mobile-home-page .as-mobile-home-wishlist__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 40px;
  margin-left: 29px;
  padding: 8px 14px;
  border: 1px solid #176898;
  border-radius: 6px;
  background: #176898;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.as-mobile-home-page .as-mobile-home-wishlist__button:focus-visible {
  outline: 2px solid #173c60;
  outline-offset: 2px;
}

body.as-mobile-home-page .as-mobile-home-wishlist__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

body.as-mobile-home-page .as-mobile-home-wishlist__card {
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  border: 1px solid #d7e1e8;
  border-radius: 7px;
  background: #ffffff;
}

body.as-mobile-home-page .as-mobile-home-wishlist__card-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 292px;
  padding: 9px 8px 10px;
}

body.as-mobile-home-page .as-mobile-home-wishlist__badges {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 4px;
}

body.as-mobile-home-page .as-mobile-home-wishlist__badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 7px;
  border-radius: 7px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body.as-mobile-home-page .as-mobile-home-wishlist__badge--new {
  background: #d70b28;
}

body.as-mobile-home-page .as-mobile-home-wishlist__badge--offer {
  background: #c84f18;
}

body.as-mobile-home-page .as-mobile-home-wishlist__badge--free {
  background: #176da0;
}

body.as-mobile-home-page .as-mobile-home-wishlist__badge--top {
  background: #6d3fa3;
}

body.as-mobile-home-page .as-mobile-home-wishlist__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 148px;
  margin: 0 0 7px;
  padding: 3px 4px 0;
}

body.as-mobile-home-page .as-mobile-home-wishlist__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 138px;
  margin: 0;
  padding: 0;
  border: 0;
}

body.as-mobile-home-page .as-mobile-home-wishlist__name {
  display: -webkit-box;
  min-height: 38px;
  margin: 0 0 3px;
  overflow: hidden;
  color: #142f45;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.as-mobile-home-page .as-mobile-home-wishlist__summary {
  display: -webkit-box;
  min-height: 34px;
  margin: 0 0 6px;
  overflow: hidden;
  color: #60717d;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.as-mobile-home-page .as-mobile-home-wishlist__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
  margin-top: auto;
}

body.as-mobile-home-page .as-mobile-home-wishlist__rating {
  color: #667986;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

body.as-mobile-home-page .as-mobile-home-wishlist__rating span {
  color: #f2be00;
}

body.as-mobile-home-page .as-mobile-home-wishlist__price {
  color: #07549b;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

body.as-mobile-home-page .as-mobile-home-wishlist__price strong {
  font-size: 17px;
}

body.as-mobile-home-page .as-mobile-home-wishlist__price sup {
  font-size: 10px;
}

/* Mobile Startseite: Bildwechsel 2.0, Format 840 x 360 */
body.as-mobile-home-page .as-mobile-home-slideshow {
  box-sizing: border-box;
  width: 100%;
  margin: 18px 0 22px;
  color: #294657;
}

body.as-mobile-home-page .as-mobile-home-slideshow__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 7 / 3;
  overflow: hidden;
  border: 1px solid #d3e0e8;
  border-radius: 10px;
  background: #eaf2f6;
  box-shadow: 0 3px 12px rgba(21, 55, 86, .08);
}

body.as-mobile-home-page .as-mobile-home-slideshow__slide,
body.as-mobile-home-page .as-mobile-home-slideshow__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

body.as-mobile-home-page .as-mobile-home-slideshow__slide[hidden] {
  display: none !important;
}

body.as-mobile-home-page .as-mobile-home-slideshow__image {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  border: 0 !important;
}

body.as-mobile-home-page .as-mobile-home-slideshow__control {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255,255,255,.52);
  font: 28px/1 Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 3px rgba(0,31,57,.55);
  cursor: pointer;
}

body.as-mobile-home-page .as-mobile-home-slideshow__control--prev {
  left: 0;
}

body.as-mobile-home-page .as-mobile-home-slideshow__control--next {
  right: 0;
}

body.as-mobile-home-page .as-mobile-home-slideshow__control:focus-visible {
  outline: 2px solid rgba(255,255,255,.82);
  outline-offset: -4px;
}

body.as-mobile-home-page .as-mobile-home-slideshow__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 18px;
  padding-top: 7px;
}

body.as-mobile-home-page .as-mobile-home-slideshow__dots span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b4c7d3;
}

body.as-mobile-home-page .as-mobile-home-slideshow__dots span.is-active {
  width: 18px;
  border-radius: 5px;
  background: #176898;
}

body.as-mobile-home-page .as-mobile-home-slideshow__captions:empty {
  display: none;
}

body.as-mobile-home-page .as-mobile-home-slideshow__caption {
  margin: 3px 0 0;
  padding: 11px 12px;
  border: 1px solid #d9e5eb;
  border-radius: 8px;
  background: #ffffff;
  color: #405967;
  font-size: 13px;
  line-height: 1.5;
}

body.as-mobile-home-page .as-mobile-home-slideshow__caption[hidden] {
  display: none !important;
}

body.as-mobile-home-page .as-mobile-home-slideshow__caption h2 {
  margin: 0 0 5px !important;
  font-size: 16px !important;
  line-height: 1.3;
}

body.as-mobile-home-page .as-mobile-home-slideshow__caption h2 a {
  color: #173c60 !important;
  text-decoration: none;
}

.as-mobile-header {
  position: fixed;
  z-index: 200;
  top: 0;
  right: auto;
  left: 50%;
  width: 100%;
  max-width: 480px;
  margin: 0;
  padding: 0;
  background: transparent;
  transform: translateX(-50%);
}

.as-mobile-header__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 8px 10px 10px;
  background: linear-gradient(98deg, #177fbb 0%, #1169a7 46%, #0d4c90 100%);
  box-shadow: 0 8px 22px rgba(18, 44, 82, .18);
}

.as-mobile-header__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -72%;
  left: -16%;
  width: 132%;
  height: 96%;
  border-radius: 0 0 55% 55%;
  background: rgba(255, 255, 255, .15);
  transform: rotate(-2deg);
}

.as-mobile-header__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -18%;
  bottom: 18%;
  width: 92%;
  height: 42%;
  border-radius: 999px;
  background: rgba(76, 165, 215, .20);
  transform: rotate(-4deg);
}

.as-mobile-header__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
}

.as-mobile-header__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 0;
  text-decoration: none;
}

.as-mobile-header__logo img {
  display: block;
  width: 112px;
  max-width: 34vw;
  height: auto;
  border: 0;
  filter: brightness(0) invert(1) drop-shadow(0 1px 2px rgba(0, 24, 55, .30));
}

.as-mobile-header__logo::after {
  content: "since 1998";
  display: block;
  width: 92px;
  max-width: 29vw;
  margin-top: -2px;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.86), rgba(255,255,255,.86)) left center / calc(50% - 24px) 1px no-repeat,
    linear-gradient(rgba(255,255,255,.86), rgba(255,255,255,.86)) right center / calc(50% - 24px) 1px no-repeat;
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
  white-space: nowrap;
  text-transform: lowercase;
  text-shadow: 0 1px 2px rgba(0, 24, 55, .35);
}

.as-mobile-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
}

.as-mobile-header__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
}

.as-mobile-header__actions a:has(.topicon) {
  border-color: transparent;
  background: transparent;
}

.as-mobile-header__actions .topicon {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border: 0;
}

.as-mobile-header__svg-icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-mobile-header .menulogin {
  position: absolute;
  top: 54px;
  right: 10px;
  z-index: 230;
  display: none;
  min-width: 190px;
  padding: 8px;
  border: 1px solid #d8e1eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 42, 75, .18);
}

.as-mobile-header .menulogin .menulink {
  display: block;
  padding: 9px 10px;
  color: #18345f;
  text-decoration: none;
}

.as-mobile-header__searchbar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  margin: 7px 0 0;
}

.as-mobile-header__searchbar:has(.as-mobile-header__cart-scroll[style*="table-cell"]),
.as-mobile-header__searchbar:has(.as-mobile-header__cart-scroll[style*="block"]),
.as-mobile-header__searchbar:has(.as-mobile-header__cart-scroll[style*="flex"]) {
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.as-mobile-header__menu-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 9px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 3px 9px rgba(9, 35, 75, .16);
  overflow: visible;
  line-height: 0;
}

.as-mobile-header__menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #12345f;
}

.as-mobile-header__search {
  position: relative;
  min-width: 0;
}

.as-mobile-header__search button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 31px;
  height: 31px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}

.as-mobile-header__search-icon {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #193968;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-mobile-header__search input {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 44px 0 14px;
  border: 1px solid #cfd9e6;
  border-radius: 10px;
  background: #ffffff;
  color: #20324f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 42px;
  outline: none;
}

.as-mobile-header__search input:focus {
  border-color: #7ca7d8;
  box-shadow: 0 0 0 2px rgba(28, 96, 170, .18);
}

.as-mobile-header__cart-scroll {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  align-self: center;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  line-height: 0;
  overflow: visible;
}

.as-mobile-header__cart-scroll[style*="table-cell"],
.as-mobile-header__cart-scroll[style*="block"],
.as-mobile-header__cart-scroll[style*="flex"] {
  display: inline-flex !important;
}

.as-mobile-header__cart-scroll .topicon {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.as-mobile-nav__inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.as-mobile-nav__panel {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10020;
  width: min(88vw, 360px);
  max-width: 360px;
  margin: 0;
  padding: 0 0 18px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 0 16px 16px 0;
  box-shadow: 16px 0 34px rgba(10, 31, 55, 0.24);
  transform: translateX(-108%);
  transition: transform 0.22s ease;
  -webkit-overflow-scrolling: touch;
}

.as-mobile-menu-open,
.as-mobile-menu-open body {
  overflow: hidden;
}

.as-mobile-menu-open .as-mobile-nav__panel {
  transform: translateX(0);
}

.as-mobile-nav__overlay {
  display: none;
}

.as-mobile-menu-open .as-mobile-nav__overlay {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 10010;
  background: rgba(7, 25, 45, 0.46);
}

.as-mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #0a4f83 0%, #0e78ad 58%, #0a3265 100%);
}

.as-mobile-nav__head strong {
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
}

.as-mobile-nav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #0c3155 !important;
  background: #ffffff;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.16);
}

.as-mobile-nav__section {
  padding: 14px 14px 0;
}

.as-mobile-nav__section + .as-mobile-nav__section {
  padding-top: 18px;
}

.as-mobile-nav__label {
  margin: 0 0 8px;
  padding: 0 2px;
  color: #576a7c;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.as-mobile-nav__panel ul,
.as-mobile-nav__list {
  display: block;
  float: none;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-mobile-nav__panel .menutop {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  margin: 16px 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.as-mobile-nav__panel .menutop .menulink {
  display: block;
  padding: 0 6px 6px;
  color: #17375f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.as-mobile-nav__panel .menuh,
.as-mobile-nav__panel .menuhu {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  background: transparent;
}

.as-mobile-nav__panel .menuh .menulink,
.as-mobile-nav__panel .menuhu .menulink,
.as-mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  min-width: 0;
  padding: 9px 12px 9px 14px;
  border: 1px solid #dce7ef;
  border-radius: 8px;
  color: #132944;
  background: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  box-shadow: none;
}

button.as-mobile-nav__link {
  width: 100%;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.as-mobile-nav__panel .menuh .menulink::after,
.as-mobile-nav__panel .menuhu .menulink::after {
  content: none;
}

.as-mobile-nav__link > span:first-child {
  min-width: 0;
}

.as-mobile-nav__chevron {
  flex: 0 0 auto;
  color: #0c7f97;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.as-mobile-nav__panel .menuhu .menulink {
  border-color: #cce7ee;
  background: #f5fbfd;
  color: #0d5368;
}

.as-mobile-nav__panel .menuhu .menulink::before {
  content: none;
}

.as-mobile-nav__panel .menuh .menulink:hover,
.as-mobile-nav__panel .menuh .menulink:focus,
.as-mobile-nav__panel .menuhu .menulink:hover,
.as-mobile-nav__panel .menuhu .menulink:focus {
  border-color: #0d86a2;
  background: #f7fcfd;
  color: #0d5368;
}

.as-mobile-nav__drill-panel {
  display: none;
}

.as-mobile-nav__drill-panel.is-active {
  display: block;
}

.as-mobile-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin: 14px 14px 0;
  padding: 7px 12px;
  border: 1px solid #d5e4ee;
  border-radius: 999px;
  color: #12345a;
  background: #f6fbfd;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.as-mobile-nav__back span {
  font-size: 22px;
  line-height: 1;
}

.as-mobile-nav__overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  margin: 0 0 10px;
  padding: 9px 12px;
  border: 1px solid #cde6ec;
  border-radius: 8px;
  color: #0b6179 !important;
  background: #f2fbfd;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.as-mobile-nav__overview::after {
  content: "\203a";
  flex: 0 0 auto;
  color: #0c7f97;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 380px) {
  .as-mobile-header__inner {
    padding-right: 8px;
    padding-left: 8px;
  }

  .as-mobile-header__logo img {
    width: 96px;
  }

  .as-mobile-header__logo::after {
    width: 78px;
    font-size: 6px;
    background-size: calc(50% - 21px) 1px, calc(50% - 21px) 1px;
  }

  .as-mobile-header__actions {
    gap: 8px;
  }

  .as-mobile-header__actions .topicon {
    width: 36px;
    height: 36px;
    max-width: none;
    max-height: none;
  }

  .as-mobile-header__searchbar {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .as-mobile-header__searchbar:has(.as-mobile-header__cart-scroll[style*="table-cell"]),
  .as-mobile-header__searchbar:has(.as-mobile-header__cart-scroll[style*="block"]),
  .as-mobile-header__searchbar:has(.as-mobile-header__cart-scroll[style*="flex"]) {
    grid-template-columns: 46px minmax(0, 1fr) 44px;
  }

  .as-mobile-header__menu-button {
    width: 44px;
  }

  .as-mobile-header__cart-scroll {
    width: 44px;
    min-width: 44px;
  }

  .as-mobile-header__cart-scroll .topicon {
    width: 40px;
    height: 40px;
    max-width: none;
    max-height: none;
  }

  .as-mobile-nav__panel {
    width: calc(100vw - 28px);
    max-width: none;
  }

  .as-mobile-nav__panel ul {
    padding: 0;
  }

  .as-mobile-nav__panel .menuh .menulink,
  .as-mobile-nav__panel .menuhu .menulink {
    min-height: 42px;
    padding: 9px 11px 9px 13px;
    font-size: 14px;
  }
}

.as-mobil-artic,
.as-mobil-artic *,
.as-mobil-artic *::before,
.as-mobil-artic *::after {
  box-sizing: border-box;
}

.as-mobil-artic {
  background: #ffffff;
  color: #16233a;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 16px;
}

.as-mobil-artic a {
  color: #1f4c7a;
}

.as-mobil-artic hr {
  border: 0 !important;
  border-top: 1px solid #e0e7ef !important;
}

.as-artic-top-area {
  margin: 14px 0 16px !important;
  padding: 0 !important;
  text-align: left !important;
}

.as-artic-top-row {
  display: block !important;
}

.as-artic-breadcrumb {
  display: block !important;
  margin: 0 0 10px !important;
  color: #18345f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.as-artic-breadcrumb a,
.as-artic-breadcrumb span,
.as-artic-breadcrumb-current,
.as-artic-breadcrumb-sep {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.as-artic-breadcrumb-current {
  color: #16233a !important;
}

.as-artic-region-note {
  display: none !important;
}

.as-artic-intro {
  margin: 0 !important;
  padding: 10px 0 0 !important;
  border-top: 1px solid #e0e7ef;
  color: #26364f !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.as-artic-intro b {
  font-weight: 700 !important;
}

.as-artic-top-divider {
  display: none !important;
}

.as-mobil-artic .as-artic-top-area,
.content.as-mobil-artic .as-artic-top-area {
  margin: 18px 0 14px !important;
  padding: 0 !important;
}

.as-mobil-artic nav.as-artic-breadcrumb,
.content.as-mobil-artic nav.as-artic-breadcrumb {
  display: block !important;
  margin: 0 0 10px !important;
  color: #18345f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.as-mobil-artic nav.as-artic-breadcrumb a,
.as-mobil-artic nav.as-artic-breadcrumb a.path,
.as-mobil-artic nav.as-artic-breadcrumb span,
.content.as-mobil-artic nav.as-artic-breadcrumb a,
.content.as-mobil-artic nav.as-artic-breadcrumb a.path,
.content.as-mobil-artic nav.as-artic-breadcrumb span {
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.as-mobil-artic nav.as-artic-breadcrumb .as-artic-breadcrumb-current,
.content.as-mobil-artic nav.as-artic-breadcrumb .as-artic-breadcrumb-current {
  display: none !important;
}

.as-mobil-artic nav.as-artic-breadcrumb .as-artic-breadcrumb-sep:last-of-type,
.content.as-mobil-artic nav.as-artic-breadcrumb .as-artic-breadcrumb-sep:last-of-type {
  display: none !important;
}

.as-mobil-artic .as-artic-intro,
.content.as-mobil-artic .as-artic-intro {
  margin: 0 !important;
  padding: 10px 0 0 !important;
  color: #26364f !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body nav.as-artic-breadcrumb,
body nav.as-artic-breadcrumb a,
body nav.as-artic-breadcrumb a.path,
body nav.as-artic-breadcrumb span {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body nav.as-artic-breadcrumb .as-artic-breadcrumb-current,
body nav.as-artic-breadcrumb .as-artic-breadcrumb-sep:last-of-type {
  display: none !important;
}

.as-mobil-artic .as-mobil-legacy-breadcrumb {
  display: block;
  margin: 14px 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e0e7ef;
  color: #18345f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.as-mobil-artic .as-mobil-legacy-breadcrumb a,
.as-mobil-artic .as-mobil-legacy-breadcrumb a.path,
.as-mobil-artic .as-mobil-legacy-breadcrumb span,
.as-mobil-artic .as-mobil-legacy-breadcrumb font {
  color: #18345f !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.as-mobil-artic .as-mobil-legacy-breadcrumb + hr {
  display: none !important;
}

.as-mobil-artic .as-mobil-legacy-breadcrumb + hr + div {
  margin: 0 0 18px !important;
  color: #26364f !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

.as-mobil-artic .as-mobil-legacy-breadcrumb + hr + div,
.as-mobil-artic .as-mobil-legacy-breadcrumb + hr + div * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.as-mobil-artic .as-mobil-gallery {
  float: none !important;
  width: 100% !important;
  margin: 18px 0 20px !important;
  padding: 18px 14px 16px;
  border: 1px solid #e4ebf2 !important;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 42, 75, .08);
}

.as-mobil-artic #bigpic {
  display: block;
  max-width: min(100%, 320px) !important;
  height: auto !important;
  margin: 0 auto;
}

.as-mobil-artic .as-mobil-image-note {
  margin-top: 10px;
  color: #7b8492;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}

.as-mobil-artic .as-mobil-thumb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 4px 0;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #ffffff;
  vertical-align: top;
}

.as-mobil-artic .as-mobil-thumb-link.is-active {
  border-color: #0067d8;
  box-shadow: 0 0 0 1px #0067d8;
}

.as-mobil-artic .as-mobil-thumb-link img {
  display: block;
  max-width: 58px;
  max-height: 58px;
  width: auto;
  height: auto;
}

.as-mobil-artic .as-mobil-old-image-note {
  display: none !important;
}

.as-mobil-artic a.name {
  display: block;
  color: #18345f !important;
  text-decoration: none !important;
}

.as-mobil-artic a.name h1 {
  margin: 8px 0 6px !important;
  color: #18345f !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.as-mobil-artic .as-mobil-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  align-items: start;
  margin: 0 0 10px;
  padding: 0 2px;
  text-align: left;
}

.as-mobil-artic .as-mobil-product-head--with-logo {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
}

.as-mobil-artic .as-mobil-product-copy {
  min-width: 0;
}

.as-mobil-artic .as-mobil-product-head .name {
  grid-column: 1;
  min-width: 0;
}

.as-mobil-artic .as-mobil-brand-logo-slot {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 84px;
  padding-top: 7px;
}

.as-mobil-artic .as-mobil-brand-logo-slot img {
  display: block;
  width: auto;
  max-width: 84px;
  max-height: 42px;
  height: auto;
  object-fit: contain;
}

.as-mobil-artic .as-mobil-brand-logo-slot .as-mobil-brand-logo--eheim {
  max-width: 76px;
}

.as-mobil-artic .as-mobil-brand-logo-slot .as-mobil-brand-logo--tetra {
  max-width: 68px;
}

.as-mobil-artic .as-mobil-brand-logo-slot .as-mobil-brand-logo--fluval {
  max-width: 76px;
}

.as-mobil-artic .as-mobil-product-head .as-mobil-rating {
  grid-column: 1;
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: #26364f;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
}

.as-mobil-artic .as-mobil-product-head .as-mobil-rating img {
  display: inline-block;
  width: auto;
  height: 16px;
  margin: 0;
}

.as-mobil-artic .as-mobil-product-head .as-mobil-rating a {
  color: #26364f !important;
  text-decoration: none !important;
}

.as-mobil-artic .as-mobil-kurzinfo {
  grid-column: 1;
  margin: 0 !important;
  padding: 0 !important;
  color: #5d6877 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

.as-mobil-artic .as-mobil-buybox {
  margin: 14px 0 16px;
  padding: 16px 16px 14px;
  border: 1px solid #e4ebf2;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 42, 75, .08);
}

.as-mobil-artic .as-mobil-buy-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.as-mobil-artic .as-mobil-badges {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin: 4px 0 7px 2px;
}

.as-mobil-artic .as-mobil-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #d70b28;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.as-mobil-artic .as-mobil-badge-sale {
  width: auto;
  height: auto;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #c84f18;
}

.as-mobil-artic .as-mobil-badge-free {
  background: #176da0;
}

.as-mobil-artic .as-mobil-badge-top {
  width: auto;
  height: auto;
  background: #6d3fa3;
}

.as-mobil-artic .as-mobil-gift-box {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 4px 0 2px;
  padding: 9px 10px;
  border: 1px solid #d7eadf;
  border-radius: 6px;
  background: #f2fbf6;
  color: #18345f;
}

.as-mobil-artic .as-mobil-gift-box-text {
  grid-template-columns: minmax(0, 1fr);
}

.as-mobil-artic .as-mobil-gift-box img {
  display: block;
  max-width: 54px;
  max-height: 54px;
  width: auto;
  height: auto;
}

.as-mobil-artic .as-mobil-gift-box strong,
.as-mobil-artic .as-mobil-gift-box span,
.as-mobil-artic .as-mobil-gift-box small {
  display: block;
}

.as-mobil-artic .as-mobil-gift-box strong {
  color: #18763c;
  font-size: 13px;
  line-height: 1.25;
}

.as-mobil-artic .as-mobil-gift-box span {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.as-mobil-artic .as-mobil-gift-box small {
  margin-top: 1px;
  color: #5d6877;
  font-size: 12px;
  line-height: 1.25;
}

.as-mobil-artic #cpreis {
  color: #004aab;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.as-mobil-artic #bestand {
  margin: 3px 0 0;
  padding: 9px 11px;
  border: 1px solid #d7eadf;
  border-radius: 6px;
  background: #f2fbf6;
  color: #18763c !important;
  font-size: 14px !important;
  line-height: 1.35;
}

.as-mobil-artic #bestand font {
  font-size: 14px !important;
}

.as-mobil-artic #vkinfo,
.as-mobil-artic #bpunkte {
  line-height: 1.35;
}

.as-mobil-artic .as-mobil-action-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 12px 0 0;
}

.as-mobil-artic .as-mobil-action-row-save {
  grid-template-columns: 120px minmax(0, 1fr) 52px;
}

.as-mobil-artic .as-mobil-qty-group {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  width: 120px;
  box-sizing: border-box;
}

.as-mobil-artic #menge {
  width: 40px !important;
  height: 40px;
  margin: 0 !important;
  border: 1px solid #cfd9e4;
  border-right: 0;
  border-left: 0;
  border-radius: 6px;
  background: #ffffff;
  color: #16233a;
  font-size: 16px;
  text-align: center;
}

.as-mobil-artic .as-mobil-qty-button {
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid #cfd9e4;
  background: #f8fbfd;
  color: #18345f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.as-mobil-artic .as-mobil-qty-group .as-mobil-qty-button:first-child {
  border-radius: 6px 0 0 6px;
}

.as-mobil-artic .as-mobil-qty-group .as-mobil-qty-button:last-child {
  border-radius: 0 6px 6px 0;
}

.as-mobil-artic .as-mobil-buy-form .button1.buy {
  width: 100% !important;
  min-height: 42px;
  height: 42px !important;
  margin: 0 !important;
  border: 1px solid #0058b9 !important;
  border-radius: 6px !important;
  background: #0067d8 !important;
  box-shadow: 0 5px 12px rgba(0, 83, 170, .20);
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.as-mobil-artic .as-mobil-buy-form .button1.buy:hover {
  background: #0058bd !important;
}

.as-mobil-artic .as-mobil-unavailable-note {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0 10px 0 40px;
  border: 1px solid #efd2d2;
  border-left: 4px solid #c23a3a;
  border-radius: 6px;
  background: #fff7f7;
  color: #842626;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.as-mobil-artic .as-mobil-unavailable-note::before {
  content: "!";
  position: absolute;
  top: 10px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c23a3a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.as-mobil-artic .as-mobil-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100% !important;
  box-sizing: border-box;
  white-space: nowrap;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.as-mobil-artic .as-mobil-buy-form .as-mobil-cart-button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.as-mobil-artic .as-mobil-buy-form .as-mobil-action-row-save .as-mobil-cart-button {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.as-mobil-artic .as-mobil-cart-button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h8.8a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.as-mobil-artic .as-mobil-buy-form .button1.blau {
  width: 52px !important;
  min-width: 52px;
  height: 42px !important;
  margin: 0 !important;
  border-radius: 6px !important;
  border-color: #c8d4df !important;
  background: #f8fbfd !important;
  color: #18345f !important;
}

.as-mobil-artic .as-mobil-save-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0 !important;
}

.as-mobil-artic .as-mobil-save-button svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.as-mobil-artic .as-mobil-variants-title {
  margin: 12px 0 8px;
  color: #18345f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.as-mobil-artic .as-mobil-energy-label {
  margin: 8px 0 8px;
  text-align: left;
}

.as-mobil-artic .as-mobil-energy-label > br:first-child {
  display: none;
}

.as-mobil-artic .as-mobil-energy-label #labelextend {
  margin-top: 6px;
}

.as-mobil-artic .as-mobil-variants {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  border: 0 !important;
  border-collapse: separate !important;
  background: transparent !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.as-mobil-artic .as-mobil-variants tbody {
  display: flex;
  gap: 10px;
  min-width: max-content;
  padding: 2px 2px 10px;
}

.as-mobil-artic .as-mobil-variants tr:first-child {
  display: none !important;
}

.as-mobil-artic .as-mobil-variants tr {
  display: grid !important;
  grid-template-columns: 1fr;
  align-content: start;
  min-width: 116px;
  max-width: 140px;
  min-height: 92px;
  padding: 10px 10px 9px;
  border: 1px solid #dbe4ee !important;
  border-radius: 8px;
  background: #ffffff !important;
  box-shadow: 0 3px 10px rgba(20, 42, 75, .05);
  cursor: pointer;
}

.as-mobil-artic .as-mobil-variants tr:has(input:checked) {
  border-color: #0067d8 !important;
  box-shadow: 0 0 0 1px #0067d8, 0 5px 14px rgba(0, 103, 216, .12);
}

.as-mobil-artic .as-mobil-variants td {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #26364f;
  font-size: 13px;
  line-height: 1.25;
  text-align: left !important;
  white-space: normal !important;
}

.as-mobil-artic .as-mobil-variants td:first-child {
  min-height: 20px;
}

.as-mobil-artic .as-mobil-variants input[type="radio"] {
  transform: scale(1.15) !important;
  margin: 0 0 7px !important;
}

.as-mobil-artic .as-mobil-variants td:nth-child(2) {
  min-height: 34px;
  font-weight: 700;
}

.as-mobil-artic .as-mobil-variants td:nth-child(3) {
  margin-top: 7px;
  color: #18345f;
  font-size: 15px;
  font-weight: 800;
}

.as-mobil-artic .as-mobil-variants td:nth-child(4) {
  margin-top: 2px;
  color: #5d6877;
  font-size: 12px;
}

.as-mobil-artic .as-mobil-variant-submit {
  display: none !important;
}

.as-mobil-artic .as-mobil-after-variants {
  margin: 8px 0 0;
  padding: 9px 10px;
  border-radius: 6px;
  background: #f4f7fa;
  color: #26364f;
  font-size: 12px;
  line-height: 1.35;
}

.as-mobil-artic .as-mobil-after-variants:empty {
  display: none !important;
}

.as-mobil-artic .as-mobil-after-variants #vkinfo,
.as-mobil-artic .as-mobil-after-variants #bpunkte {
  display: inline !important;
}

.as-mobil-artic #bpunkte {
  color: #18763c;
  font-weight: 800;
}

.as-mobil-artic .as-mobil-bonus-explanation {
  display: block;
  margin-top: 5px;
  color: #526474;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.as-mobil-artic > .tabs,
.as-mobil-artic aside .tabs {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

.as-mobil-artic > .tabs > .labels,
.as-mobil-artic ul.tabs > li.labels {
  display: flex !important;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 0 0 !important;
  white-space: nowrap;
  background: transparent !important;
}

.as-mobil-artic > .tabs > .labels label,
.as-mobil-artic ul.tabs > li.labels label {
  display: inline-flex !important;
  align-items: center;
  min-width: auto !important;
  min-height: 38px;
  margin: 0 !important;
  padding: 8px 13px !important;
  border: 1px solid #dbe4ee !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0;
  background: #f6f9fc !important;
  color: #18345f !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.1;
  float: none !important;
  height: auto !important;
}

.as-mobil-artic .tab-content {
  box-sizing: border-box;
  width: 100% !important;
  padding: 15px 14px !important;
  border: 1px solid #dbe4ee !important;
  border-radius: 0 8px 8px 8px;
  background: #ffffff;
  color: #26364f;
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

.as-mobil-artic .tab-content div[style*="text-align:justify"] {
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.as-mobil-artic .tab-content table {
  max-width: 100% !important;
}

.as-mobil-artic .tab-content a.gallerypdf img {
  display: none !important;
}

.as-mobil-artic .tab-content a.gallerypdf {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 !important;
  width: 100%;
  color: #0b5674 !important;
  font-size: 13px !important;
  line-height: 1.35;
  text-decoration: none !important;
}

.as-mobil-artic .tab-content a.gallerypdf::before {
  content: "Dokument";
  padding: 2px 6px;
  border-radius: 999px;
  background: #eef6fa;
  color: #0b5674;
  font-size: 11px;
  font-weight: 800;
}

.as-mobil-artic .as-mobil-manufacturer-info {
  max-width: 560px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #f8fbfd;
  color: #18345f;
}

.as-mobil-artic .as-mobil-manufacturer-info > b {
  display: block;
  margin-bottom: 4px;
}

.as-mobil-artic .as-mobil-manufacturer-details {
  margin-top: 5px;
}

.as-mobil-artic .as-mobil-manufacturer-details summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b5674;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.as-mobil-artic .as-mobil-manufacturer-details summary::-webkit-details-marker {
  display: none;
}

.as-mobil-artic .as-mobil-manufacturer-details summary::before {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #eef6fa;
  color: #0b5674;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.as-mobil-artic .as-mobil-manufacturer-details[open] summary::before {
  transform: rotate(90deg);
}

.as-mobil-artic .as-mobil-manufacturer-detail-body {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #dbe4ee;
  color: #26364f;
  font-size: 13px;
  line-height: 1.45;
}

.as-mobil-artic .as-mobil-accessory-slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  -webkit-overflow-scrolling: touch;
}

.as-mobil-artic .as-mobil-accessory-card {
  position: relative;
  display: grid;
  grid-template-rows: 86px auto;
  align-items: center;
  justify-items: center;
  flex: 0 0 122px;
  min-height: 138px;
  padding: 10px 8px;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 3px 10px rgba(20, 42, 75, .05);
}

.as-mobil-artic .as-mobil-accessory-card__link {
  display: grid;
  grid-template-rows: 86px auto;
  align-items: center;
  justify-items: center;
  width: 100%;
  color: #18345f !important;
  text-decoration: none !important;
}

.as-mobil-artic .as-mobil-accessory-quickview {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cbd9e5;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: #075fc4;
  box-shadow: 0 2px 8px rgba(20, 42, 75, .14);
  z-index: 2;
}

.as-mobil-artic .as-mobil-accessory-quickview svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.as-mobil-artic .as-mobil-accessory-card img {
  display: block;
  max-width: 86px;
  max-height: 82px;
  width: auto;
  height: auto;
}

.as-mobil-artic .as-mobil-accessory-card b {
  display: block;
  font-size: 12px;
  line-height: 1.25;
}

.as-mobil-artic .as-mobil-category-jump {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #f8fbfd;
  color: #18345f;
}

.as-mobil-artic .as-mobil-category-jump span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.as-mobil-artic .as-mobil-category-jump form {
  margin: 0;
}

.as-mobil-artic .as-mobil-category-jump .button1 {
  width: auto !important;
  min-height: 38px;
  margin: 0 !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  background: #2f8f35 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.as-mobil-artic aside .tabs {
  border: 1px solid #dbe4ee !important;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff !important;
}

.as-mobil-artic aside .tabs .labels {
  display: block !important;
  padding: 0 !important;
}

.as-mobil-artic aside .h3n {
  margin: 0 !important;
  padding: 12px 14px !important;
  background: #f3f8fb !important;
  color: #18345f !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.as-mobil-artic aside .tab-content {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;
}

.as-mobil-artic aside .tab-content br:first-child {
  display: none !important;
}

.as-mobil-artic aside .tab-content > div {
  position: static !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.as-mobil-artic aside .grid-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 0 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  transform: none !important;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.as-mobil-artic aside .grid-container::before,
.as-mobil-artic aside .grid-container::after {
  content: none !important;
  display: none !important;
}

.as-mobil-artic aside .grid-item {
  display: grid !important;
  position: relative;
  grid-template-rows: 100px auto;
  align-items: center;
  justify-items: center;
  flex: 0 0 122px !important;
  width: 122px !important;
  max-width: 122px !important;
  min-height: 156px;
  padding: 10px 8px;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 3px 10px rgba(20, 42, 75, .05);
  margin: 0 !important;
  transform: none !important;
}

.as-mobil-artic aside .grid-image,
.as-mobil-artic aside .grid-description {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.as-mobil-artic aside .grid-image img {
  display: block;
  max-width: 90px;
  max-height: 96px;
  width: auto;
  height: auto;
}

.as-mobil-artic aside .grid-description a {
  display: block;
  color: #18345f !important;
  font-size: 12px !important;
  line-height: 1.25;
}

.as-mobil-artic aside .as-mobil-reco-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #d70b28;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(216, 15, 42, .18);
}

.as-mobil-question-modal {
  box-sizing: border-box;
  width: 410px;
  max-width: calc(100vw - 34px);
  padding: 0;
  color: #26364f;
  font-family: Arial, Helvetica, sans-serif;
}

.as-mobil-question-modal .as-artic-question-modal-inner {
  box-sizing: border-box;
  padding: 16px 18px 16px;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}

.as-mobil-question-modal h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e5ebf2;
  color: #1f3768;
  font-size: 18px;
  line-height: 1.25;
}

.as-mobil-question-modal h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e8f3f8;
  color: #007ea7;
  font-size: 15px;
  font-weight: 700;
  flex: 0 0 25px;
}

.as-mobil-question-modal .as-artic-question-product {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
}

.as-mobil-question-modal .as-artic-question-form label {
  display: block;
  margin: 0 0 9px;
  color: #26364f;
  font-size: 13px;
  font-weight: 700;
}

.as-mobil-question-modal .as-artic-question-form input[type="text"],
.as-mobil-question-modal .as-artic-question-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 7px 9px;
  border: 1px solid #c7d4e2;
  border-radius: 5px;
  background: #ffffff;
  color: #1f2937;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.as-mobil-question-modal .as-artic-question-form textarea {
  min-height: 86px;
  resize: vertical;
}

.as-mobil-question-modal .as-artic-question-name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.as-mobil-question-modal .as-artic-question-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 8px;
  justify-content: start;
  align-items: end;
  margin: 0 0 10px;
}

.as-mobil-question-modal .as-artic-question-captcha img {
  max-width: 100%;
  min-height: 45px;
  border: 1px solid #d8e2ee;
  border-radius: 5px;
  background: #f8fafc;
}

.as-mobil-question-modal .as-artic-question-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  padding-top: 0;
}

.as-mobil-question-modal .as-artic-question-submit,
.as-mobil-question-modal .as-artic-question-close {
  box-sizing: border-box;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.as-mobil-question-modal .as-artic-question-submit {
  border: 1px solid #0057c8;
  background: #0057c8;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 85, 195, .18);
}

.as-mobil-question-modal .as-artic-question-close {
  display: none;
}

.as-mobil-question-modal .as-artic-question-modal-inner.as-question-submitted h2 {
  display: none;
}

.as-mobil-question-modal .as-artic-question-result-frame {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 285px;
  border: 0;
  background: #f7f9fb;
}

@media (max-width: 520px) {
  .as-mobil-question-modal .as-artic-question-modal-inner {
    padding: 15px 14px 14px;
  }

  .as-mobil-question-modal h2 {
    font-size: 16px;
  }

  .as-mobil-question-modal .as-artic-question-name-row,
  .as-mobil-question-modal .as-artic-question-captcha {
    grid-template-columns: 1fr;
  }

  .as-mobil-question-modal .as-artic-question-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .as-mobil-artic .as-mobil-product-head--with-logo {
    column-gap: 8px;
  }

  .as-mobil-artic .as-mobil-brand-logo-slot,
  .as-mobil-artic .as-mobil-brand-logo-slot img {
    max-width: 66px;
  }
}

@media (max-width: 430px) {
  .as-mobil-artic .as-mobil-action-row {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .as-mobil-artic .as-mobil-action-row-save {
    grid-template-columns: 108px minmax(0, 1fr) 48px;
  }

  .as-mobil-artic .as-mobil-qty-group {
    grid-template-columns: 36px 36px 36px;
    width: 108px;
  }

  .as-mobil-artic #menge,
  .as-mobil-artic .as-mobil-qty-button {
    width: 36px !important;
  }

  .as-mobil-artic .as-mobil-buy-form .button1.buy {
    font-size: 14px !important;
  }

  .as-mobil-artic .as-mobil-buy-form .as-mobil-action-row-save .as-mobil-cart-button {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .as-mobil-artic .as-mobil-cart-button::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    background-size: 16px 16px;
  }

  .as-mobil-artic .as-mobil-buy-form .button1.blau {
    width: 48px !important;
    min-width: 48px;
  }
}

@media (max-width: 360px) {
  .as-mobil-artic .as-mobil-cart-button::before {
    display: none;
  }
}

/* Mobile Kategorie-/Listenebene: Testvorlagen ztemgroup_mobil*.php */
body.as-mobil-group {
  background: #f3f6f8;
}

body.as-mobil-group .content {
  box-sizing: border-box;
}

body.as-mobil-group .content > ul {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100% !important;
  height: auto !important;
  margin: 0;
  padding: 0;
}

body.as-mobil-group .productlist {
  position: relative;
  box-sizing: border-box;
  width: auto !important;
  min-height: 0;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 48, 76, .06);
}

body.as-mobil-group .productlist:hover {
  border-color: #b8cddd;
}

body.as-mobil-group .productlist > div {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

body.as-mobil-group .productlist a.name {
  color: #123a5b !important;
  font-size: 14px;
  line-height: 1.22;
}

body.as-mobil-group .productlist img {
  max-width: 100%;
}

body.as-mobil-group .productlist .inew {
  border-radius: 999px;
  background: #d91434;
  box-shadow: 0 3px 8px rgba(128, 0, 24, .15);
  letter-spacing: .01em;
}

body.as-mobil-group a.path {
  color: #14324b;
  font-size: 14px;
}

@media (max-width: 370px) {
  body.as-mobil-group .content > ul {
    gap: 9px;
  }

  body.as-mobil-group .productlist {
    padding: 8px;
  }
}

/* Mobile Kategorie-/Listenebene: Unterkategorien, Filter und Produktkarten */
body.as-mobil-group .wrapper {
  background: #ffffff;
}

body.as-mobil-group .content {
  padding-right: 10px;
  padding-left: 10px;
}

body.as-mobil-group .content > nav {
  display: block;
  margin: 10px 0 14px;
}

body.as-mobil-group .content > nav table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #dbe5ee;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 48, 76, .05);
}

body.as-mobil-group .content > nav td {
  box-sizing: border-box;
  padding: 9px 10px !important;
  border-color: #dbe5ee !important;
  background: #ffffff !important;
  color: #14324b;
  font-size: 14px;
  line-height: 1.25;
}

body.as-mobil-group .content > nav tr:first-child td,
body.as-mobil-group .content > nav td.menue {
  background: #f3f8fb !important;
  color: #123a5b;
  font-weight: 700;
}

body.as-mobil-group .content > nav a {
  color: #123a5b;
  text-decoration: none;
}

body.as-mobil-group .content > nav a:hover {
  color: #006f8f;
}

body.as-mobil-group a.path,
body.as-mobil-group a.path h1,
body.as-mobil-group a.path h2 {
  color: #123a5b !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body.as-mobil-group .content > div[itemscope] {
  box-sizing: border-box;
  width: 100%;
  height: auto !important;
  min-height: 30px;
  margin: 8px 0 6px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e1e8ee;
  float: none !important;
}

body.as-mobil-group form[name="lform"] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}

body.as-mobil-group form[name="lform"] select {
  box-sizing: border-box;
  width: auto !important;
  max-width: 190px;
  height: 36px;
  padding: 0 30px 0 10px;
  border: 1px solid #cbd9e4;
  border-radius: 8px;
  background: #ffffff;
  color: #14324b;
  font-size: 14px;
}

body.as-mobil-group form[name="lform"] img {
  width: 30px;
  height: 30px;
}

body.as-mobil-group ul[style*="width:100%"] {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100% !important;
  height: auto !important;
  margin: 0;
  padding: 0;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist {
  display: block;
  width: auto !important;
  min-width: 0;
  min-height: 0;
  padding: 10px;
  border: 1px solid #dbe5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 48, 76, .06);
}

/* Die gruppierte Listenansicht kennzeichnet ihre Karten bereits inline mit width:100%. */
body.as-mobil-group .content > ul:has(> li.productlist[style*="width:100%"]),
body.as-mobil-group ul[style*="width:100%"]:has(> li.productlist[style*="width:100%"]) {
  grid-template-columns: minmax(0, 1fr);
}

body.as-mobil-group li.productlist[style*="width:100%"] {
  width: 100% !important;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist > div {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist div[style*="height:128px"] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px !important;
  margin-bottom: 8px;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist div[style*="height:128px"] img {
  width: auto !important;
  max-width: 100%;
  max-height: 130px;
  object-fit: contain;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist a.name {
  display: block;
  min-height: 34px;
  color: #123a5b !important;
  font-size: 14px;
  line-height: 1.22;
  text-align: center;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist div[style*="min-height:46px"] {
  min-height: 38px !important;
  color: #56636c !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist .inew {
  top: -2px !important;
  left: auto !important;
  right: -2px !important;
  padding: 3px 8px;
  border-radius: 999px;
  background: #d91434;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 4px 10px rgba(128, 0, 24, .18);
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist img[src*="angebot_engl_deut"],
body.as-mobil-group ul[style*="width:100%"] > li.productlist img[src*="free_1.gif"] {
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px;
  filter: drop-shadow(0 3px 7px rgba(20, 48, 76, .18));
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist .as-mobile-card-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  box-shadow: 0 7px 14px rgba(16, 45, 76, .18);
  pointer-events: none;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist .as-mobile-card-badge--new,
body.as-mobil-group ul[style*="width:100%"] > li.productlist .as-mobile-card-badge--sale {
  background: #d90d33;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist .as-mobile-card-badge--sale {
  width: 28px;
  min-width: 28px;
  height: 28px;
  padding: 0;
  font-size: 13px;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist .as-mobile-card-badge--free {
  background: #0b74bd;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist:has(.as-mobile-card-badge) a.name {
  padding-right: 40px;
}

body.as-mobil-group ul[style*="width:100%"] > li.productlist b[style*="font-size:16px"],
body.as-mobil-group ul[style*="width:100%"] > li.productlist b[style*="font-size:18px"] {
  color: #004f73 !important;
}

body.as-mobil-group input.buy {
  border: 0;
  border-radius: 8px;
  background: #006bcf;
  box-shadow: 0 8px 18px rgba(0, 88, 176, .18);
}

@media (max-width: 370px) {
  body.as-mobil-group .content {
    padding-right: 8px;
    padding-left: 8px;
  }

  body.as-mobil-group ul[style*="width:100%"] {
    gap: 9px;
  }

  body.as-mobil-group ul[style*="width:100%"] > li.productlist {
    padding: 8px;
  }

  body.as-mobil-group ul[style*="width:100%"] > li.productlist a.name {
    font-size: 13px;
  }
}

/* Mobile Kategorieseite: oberer Bereich, Neuaufbau ab 2026-07-16 */
body.as-mobile-home-page > .wrapper {
  padding-top: 132px;
}

body.as-mobile-home-page .as-mobile-home-intro__title {
  display: block;
  box-sizing: border-box;
  width: auto !important;
  margin: 14px 14px 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #173c60;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
}

body.as-mobile-home-page .as-mobile-home-service {
  display: block;
  box-sizing: border-box;
  margin: 12px 14px 18px;
  color: #405662;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

body.as-mobile-home-page .as-mobile-home-service ul {
  margin: 0;
  padding: 0;
}

body.as-mobile-home-page .as-mobile-home-service li {
  margin: 0;
}

body.as-mobile-home-page .as-mobile-home-intro {
  display: block;
  float: none !important;
  box-sizing: border-box;
  width: auto !important;
  margin: 0 10px 18px;
  padding: 0 14px 14px;
  overflow: hidden;
  border: 1px solid #d8e3eb;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #ffffff !important;
  box-shadow: 0 5px 18px rgba(18, 63, 82, .08);
  color: #405662 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.as-mobile-home-page .as-mobile-home-intro hr {
  height: 1px;
  margin: 13px 0;
  border: 0;
  background: #dfe8ee;
}

body.as-mobile-home-page .as-mobile-home-intro__topics {
  width: 100%;
  margin: 12px 0;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
}

body.as-mobile-home-page .as-mobile-home-intro__topics td {
  padding: 0;
  overflow: hidden;
  border: 1px solid #dbe5ec;
  border-radius: 8px;
  background: #f6f9fb;
}

body.as-mobile-home-page .as-mobile-home-intro__topics td img {
  display: block;
  width: 100%;
  height: auto;
}

body.as-mobile-home-page .as-mobile-home-intro ul {
  margin: 10px 0 0;
  padding: 0;
}

body.as-mobile-home-page .as-mobile-home-intro li {
  margin: 0;
}

body.as-mobile-category-page > .wrapper {
  padding-top: 132px;
}

body.as-mobile-category-page .as-mobile-category-menu {
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 0;
}

body.as-mobile-category-page .as-mobile-category-menu nav {
  overflow: hidden;
  border: 1px solid #d7e1ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(21, 55, 86, .08);
}

body.as-mobile-category-page .as-mobile-category-menu__heading,
body.as-mobile-category-page .as-mobile-category-menu__grid {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.as-mobile-category-page .as-mobile-category-menu__heading {
  background: #ffffff;
  border-bottom: 1px solid #e1e7ec;
}

body.as-mobile-category-page .as-mobile-category-menu__title {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 7px 10px 6px;
  border-left: 4px solid #1174ad;
  background: #ffffff;
  color: #18384f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body.as-mobile-category-page .as-mobile-category-menu__title-text {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}

body.as-mobile-category-page .as-mobile-category-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 6px;
  background: #f4f7f9;
}

body.as-mobile-category-page .as-mobile-category-menu__item {
  display: block;
  float: none;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d6e0e7;
  border-radius: 6px;
  list-style: none;
}

body.as-mobile-category-page .as-mobile-category-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  min-height: 34px;
  padding: 4px 7px 4px 9px;
  color: #173d5d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
}

body.as-mobile-category-page .as-mobile-category-menu__link::after {
  content: "›";
  margin-left: 5px;
  color: #7890a2;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

body.as-mobile-category-page .as-mobile-category-content {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}

body.as-mobile-category-page .as-mobile-category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  box-sizing: border-box;
  min-height: 0;
  margin: 4px 0 8px;
  padding: 0;
  float: none;
  color: #657684;
  font-size: 13px;
  line-height: 1.45;
}

body.as-mobile-category-page .as-mobile-category-breadcrumb h1,
body.as-mobile-category-page .as-mobile-category-breadcrumb h2 {
  margin: 0;
  color: inherit;
  font: inherit;
}

body.as-mobile-category-page .as-mobile-category-breadcrumb .path {
  color: #24577d;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

body.as-mobile-category-page .as-mobile-category-tools {
  box-sizing: border-box;
  width: 100%;
  margin: 4px 0 10px;
  padding: 0;
  float: none;
}

body.as-mobile-category-page .as-mobile-category-tools form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  margin: 0;
}

body.as-mobile-category-page .as-mobile-category-brand {
  box-sizing: border-box;
  width: 100%;
  max-width: 220px;
  min-width: 0;
  min-height: 42px;
  flex: 0 1 220px;
  padding: 7px 34px 7px 10px;
  border: 1px solid #b9c8d4;
  border-radius: 6px;
  background: #ffffff;
  color: #173d5d;
  font-size: 14px;
}

body.as-mobile-category-page .as-mobile-category-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 0;
  border: 1px solid #b9c8d4;
  border-radius: 6px;
  background: #ffffff;
  color: #173d5d;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

body.as-mobile-category-page .as-mobile-category-view svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.as-mobile-category-page .as-mobile-category-view span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.as-mobile-category-page .as-mobile-category-title,
body.as-mobile-category-page .as-mobile-category-intro h1 {
  margin: 10px 0 12px;
  color: #142f45;
  font-size: 20px;
  line-height: 1.3;
}

body.as-mobile-search-page .as-mobile-search-title em {
  font-style: italic;
  font-weight: 400;
}

body.as-mobile-search-page .as-mobile-search-categories {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px;
  overflow: hidden;
  border: 1px solid #c9d7e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(21, 55, 86, .06);
}

body.as-mobile-search-page .as-mobile-search-categories > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 44px;
  padding: 9px 11px 9px 13px;
  color: #173d5d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

body.as-mobile-search-page .as-mobile-search-categories > summary::-webkit-details-marker {
  display: none;
}

body.as-mobile-search-page .as-mobile-search-categories > summary svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-left: 10px;
  fill: none;
  stroke: #477087;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

body.as-mobile-search-page .as-mobile-search-categories[open] > summary svg {
  transform: rotate(180deg);
}

body.as-mobile-search-page .as-mobile-search-categories > summary:focus-visible {
  outline: 2px solid #0876b9;
  outline-offset: -3px;
}

body.as-mobile-search-page .as-mobile-search-categories__groups {
  box-sizing: border-box;
  padding: 4px 10px 10px;
  border-top: 1px solid #e1e8ed;
  background: #f7f9fb;
}

body.as-mobile-search-page .as-mobile-search-categories__groups ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.as-mobile-search-page .as-mobile-search-categories__groups li {
  display: block;
  float: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

body.as-mobile-search-page .as-mobile-search-categories__groups .menumdrop {
  margin-top: 7px;
  padding: 7px 8px 5px;
  border-bottom: 1px solid #d5e0e7;
  color: #173d5d;
  font-size: 13px;
  font-weight: 700;
}

body.as-mobile-search-page .as-mobile-search-categories__groups .menumdrop:first-child {
  margin-top: 0;
}

body.as-mobile-search-page .as-mobile-search-categories__groups .menumdrop a,
body.as-mobile-search-page .as-mobile-search-categories__groups .menum a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: inherit;
  text-decoration: none;
}

body.as-mobile-search-page .as-mobile-search-categories__groups .menum {
  border-bottom: 1px solid #e5ebef;
}

body.as-mobile-search-page .as-mobile-search-categories__groups .menum a {
  position: relative;
  min-height: 38px;
  padding: 9px 26px 8px 18px;
  color: #31566e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

body.as-mobile-search-page .as-mobile-search-categories__groups .menum a::before {
  content: "\203a";
  position: absolute;
  top: 7px;
  right: 8px;
  color: #7890a2;
  font-size: 18px;
  line-height: 1;
}

body.as-mobile-search-page .as-mobile-search-categories__groups a:focus-visible {
  outline: 2px solid #0876b9;
  outline-offset: -2px;
}

body.as-mobile-search-page .as-mobile-search-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px;
}

body.as-mobile-search-page .as-mobile-search-brand-form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}

body.as-mobile-search-page .as-mobile-search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
  width: 100%;
}

body.as-mobile-search-page .as-mobile-search-pagination__page,
body.as-mobile-search-page .as-mobile-search-pagination__current,
body.as-mobile-search-page .as-mobile-search-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 38px;
  height: 38px;
  padding: 0 9px;
  border: 1px solid #b9c8d4;
  border-radius: 6px;
  background: #ffffff;
  color: #173d5d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

body.as-mobile-search-page .as-mobile-search-pagination__current {
  border-color: #0876b9;
  background: #0876b9;
  color: #ffffff;
}

body.as-mobile-search-page .as-mobile-search-pagination__arrow {
  width: 38px;
  padding: 0;
}

body.as-mobile-search-page .as-mobile-search-pagination__arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.as-mobile-search-page .as-mobile-search-pagination__ellipsis {
  min-width: 18px;
  color: #657684;
  text-align: center;
}

body.as-mobile-search-page .as-mobile-search-pagination__page:hover,
body.as-mobile-search-page .as-mobile-search-pagination__arrow:hover {
  border-color: #88a9bd;
  background: #eef6fa;
}

body.as-mobile-search-page .as-mobile-search-pagination__page:focus-visible,
body.as-mobile-search-page .as-mobile-search-pagination__arrow:focus-visible {
  outline: 2px solid #0876b9;
  outline-offset: 2px;
}

body.as-mobile-search-page .as-mobile-search-pagination-bottom {
  box-sizing: border-box;
  width: 100%;
  margin: 14px 0 10px;
}

body.as-mobile-category-page .as-mobile-category-intro {
  margin: 0 0 12px;
  color: #344b5d;
  font-size: 14px;
  line-height: 1.55;
}

body.as-mobile-category-page .as-mobile-category-intro p {
  margin: 0 0 10px;
}

/* Mobile Kategorieseite: Galerie-Produktkarten, Neuaufbau ab 2026-07-16 */
body.as-mobile-category-page .as-mobile-category-products--gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.as-mobile-category-page .as-mobile-product-card {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #d7e1e8;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(21, 55, 86, .06);
  list-style: none;
}

body.as-mobile-category-page .as-mobile-product-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  min-height: 292px;
  padding: 9px 8px 10px;
  font-family: Arial, Helvetica, sans-serif;
}

body.as-mobile-category-page .as-mobile-product-card__badges {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  max-width: calc(100% - 12px);
  pointer-events: none;
}

body.as-mobile-category-page .as-mobile-product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
}

body.as-mobile-category-page .as-mobile-product-card__badge--new {
  background: #d70b28;
}

body.as-mobile-category-page .as-mobile-product-card__badge--offer {
  background: #c84f18;
}

body.as-mobile-category-page .as-mobile-product-card__badge--bonus {
  background: #176da0;
}

body.as-mobile-category-page .as-mobile-product-card__badge--top {
  background: #6d3fa3;
}

body.as-mobile-category-page .as-mobile-product-card__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 148px;
  margin: 0 0 7px;
  padding: 3px 4px 0;
  text-decoration: none;
}

body.as-mobile-category-page .as-mobile-product-card__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 138px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
}

body.as-mobile-category-page .as-mobile-product-card__image.soldout {
  opacity: .55;
}

body.as-mobile-category-page .as-mobile-product-card__name {
  display: -webkit-box;
  overflow: hidden;
  min-height: 38px;
  margin: 0 0 3px;
  color: #142f45;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.as-mobile-category-page .as-mobile-product-card__summary {
  display: -webkit-box;
  overflow: hidden;
  min-height: 51px;
  margin: 0 0 8px;
  color: #667785;
  font-size: 12.5px;
  line-height: 1.35;
  text-align: left;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.as-mobile-category-page .as-mobile-product-card__meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  width: 100%;
  margin-top: 0;
}

body.as-mobile-category-page .as-mobile-product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  color: #5f6f7a;
  font-size: 11.5px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

body.as-mobile-category-page .as-mobile-product-card__rating span {
  color: #f2b500;
  font-size: 16px;
  line-height: 1;
}

body.as-mobile-category-page .as-mobile-product-card__price {
  align-self: flex-end;
  flex: 0 0 auto;
  margin-top: auto;
  color: #004aab;
  font-size: 12px;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

body.as-mobile-category-page .as-mobile-product-card__price strong {
  font-size: 18px;
  font-weight: 800;
}

body.as-mobile-category-page .as-mobile-product-card__price sup {
  font-size: 9px;
}

body.as-mobile-category-page .as-mobile-product-card__from {
  color: #526572;
  font-size: 10px;
}

body.as-mobile-category-page .as-mobile-product-card__availability {
  margin-top: 5px;
  color: #6b7780;
  font-size: 11px;
  line-height: 1.25;
  text-align: right;
}

body.as-mobile-category-page .as-mobile-product-card__image-link:focus-visible,
body.as-mobile-category-page .as-mobile-product-card__name:focus-visible,
body.as-mobile-category-page .as-mobile-product-card__rating:focus-visible {
  outline: 2px solid #0876b9;
  outline-offset: 2px;
}

@media (max-width: 370px) {
  body.as-mobile-category-page .as-mobile-category-products--gallery {
    gap: 6px;
  }

  body.as-mobile-category-page .as-mobile-product-card__inner {
    min-height: 282px;
    padding-right: 6px;
    padding-left: 6px;
  }

  body.as-mobile-category-page .as-mobile-product-card__image-link {
    height: 140px;
  }

  body.as-mobile-category-page .as-mobile-product-card__image {
    max-height: 130px;
  }

  body.as-mobile-category-page .as-mobile-product-card__price strong {
    font-size: 17px;
  }
}

/* Mobile Kategorieseite: Listen-Produktkarten, Neuaufbau ab 2026-07-16 */
body.as-mobile-category-page .as-mobile-category-products--list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.as-mobile-category-page .as-mobile-product-list-card {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #d7e1e8;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(21, 55, 86, .06);
  list-style: none;
}

body.as-mobile-category-page .as-mobile-product-list-card__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

body.as-mobile-category-page .as-mobile-product-list-card__badges {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
  margin: -2px 0 5px;
}

body.as-mobile-category-page .as-mobile-product-list-card__main {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

body.as-mobile-category-page .as-mobile-product-list-card__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 120px;
  min-height: 142px;
  padding: 2px;
  text-decoration: none;
}

body.as-mobile-category-page .as-mobile-product-list-card__image {
  display: block;
  width: auto;
  max-width: 116px;
  height: auto;
  max-height: 138px;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
}

body.as-mobile-category-page .as-mobile-product-list-card__image.soldout {
  opacity: .55;
}

body.as-mobile-category-page .as-mobile-product-list-card__head {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 4px 0 2px;
}

body.as-mobile-category-page .as-mobile-product-list-card__name {
  margin: 0 0 5px;
  color: #142f45;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.as-mobile-category-page .as-mobile-product-list-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px;
  color: #667785;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.as-mobile-category-page .as-mobile-product-list-card__meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  width: 100%;
  margin-top: 0;
}

body.as-mobile-category-page .as-mobile-product-list-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  color: #5f6f7a;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

body.as-mobile-category-page .as-mobile-product-list-card__rating span {
  color: #f2b500;
  font-size: 17px;
  line-height: 1;
}

body.as-mobile-category-page .as-mobile-product-list-card__price {
  align-self: flex-end;
  flex: 0 0 auto;
  margin-top: auto;
  color: #004aab;
  font-size: 12px;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

body.as-mobile-category-page .as-mobile-product-list-card__price strong {
  font-size: 20px;
  font-weight: 800;
}

body.as-mobile-category-page .as-mobile-product-list-card__price sup {
  font-size: 9px;
}

body.as-mobile-category-page .as-mobile-product-list-card__from {
  color: #526572;
  font-size: 10px;
}

body.as-mobile-category-page .as-mobile-product-list-card__availability {
  margin-top: 5px;
  color: #6b7780;
  font-size: 11px;
  line-height: 1.25;
  text-align: right;
}

body.as-mobile-category-page .as-mobile-product-list-card__description {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #e3e9ee;
  color: #263f52;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.as-mobile-category-page .as-mobile-product-list-card__variants {
  margin: 10px 0 0;
  padding: 0;
  border-top: 1px solid #dbe4ea;
  list-style: none;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e7edf1;
  list-style: none;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant:last-child {
  border-bottom: 0;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant > a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 14px;
  gap: 8px;
  align-items: center;
  box-sizing: border-box;
  min-height: 58px;
  padding: 5px 2px;
  color: #173d5d;
  text-decoration: none;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 48px;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant-image img {
  display: block;
  width: auto;
  max-width: 48px;
  height: auto;
  max-height: 46px;
  border: 0;
  object-fit: contain;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant-copy strong {
  font-size: 12.5px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant-copy small {
  color: #667785;
  font-size: 11.5px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

body.as-mobile-category-page .as-mobile-product-list-card__variant-arrow {
  color: #7890a2;
  font-size: 21px;
  line-height: 1;
  text-align: right;
}

body.as-mobile-category-page .as-mobile-product-list-card__image-link:focus-visible,
body.as-mobile-category-page .as-mobile-product-list-card__name:focus-visible,
body.as-mobile-category-page .as-mobile-product-list-card__rating:focus-visible,
body.as-mobile-category-page .as-mobile-product-list-card__variant > a:focus-visible {
  outline: 2px solid #0876b9;
  outline-offset: 2px;
}

@media (max-width: 370px) {
  body.as-mobile-category-page .as-mobile-product-list-card__inner {
    padding: 8px;
  }

  body.as-mobile-category-page .as-mobile-product-list-card__main {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 8px;
  }

  body.as-mobile-category-page .as-mobile-product-list-card__image-link {
    width: 96px;
    min-height: 126px;
  }

  body.as-mobile-category-page .as-mobile-product-list-card__image {
    max-width: 92px;
    max-height: 122px;
  }

  body.as-mobile-category-page .as-mobile-product-list-card__name {
    font-size: 15px;
  }

  body.as-mobile-category-page .as-mobile-product-list-card__price strong {
    font-size: 18px;
  }
}

/* Mobile Kategorieseite: Nachlade-/Paging-Schaltfläche ab 2026-07-20 */
body.as-mobile-category-page .as-mobile-category-continuation-title {
  box-sizing: border-box;
  margin: 14px 0 10px;
  color: #142f45;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

body.as-mobile-category-page .as-mobile-category-more {
  box-sizing: border-box;
  width: 100%;
  margin: 14px 0 6px;
}

body.as-mobile-category-page .as-mobile-category-more__form {
  width: 100%;
  margin: 0;
}

body.as-mobile-category-page .as-mobile-category-more__button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 20px;
  gap: 9px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 9px 12px 9px 14px;
  border: 1px solid #b9cbd8;
  border-radius: 7px;
  background: #f7fafc;
  color: #173d5d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 2px 7px rgba(21, 55, 86, .07);
  appearance: none;
}

body.as-mobile-category-page .as-mobile-category-more__button:hover {
  border-color: #88a9bd;
  background: #eef6fa;
}

body.as-mobile-category-page .as-mobile-category-more__button:focus-visible {
  outline: 2px solid #0876b9;
  outline-offset: 2px;
}

body.as-mobile-category-page .as-mobile-category-more__count {
  min-width: 39px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #e3eef4;
  color: #526b7b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

body.as-mobile-category-page .as-mobile-category-more__button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Mobile Kategorieseite: unterer Kategorietext ab 2026-07-20 */
body.as-mobile-category-page .as-mobile-category-description {
  box-sizing: border-box;
  width: 100%;
  margin: 14px 0 8px;
  padding: 14px;
  border: 1px solid #d7e1e8;
  border-radius: 7px;
  background: #f7fafc;
  color: #263f52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  box-shadow: 0 2px 8px rgba(21, 55, 86, .06);
}

body.as-mobile-category-page .as-mobile-category-description__main,
body.as-mobile-category-page .as-mobile-category-description__related {
  margin: 0;
}

body.as-mobile-category-page .as-mobile-category-description__related:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dce6ec;
}

body.as-mobile-category-page .as-mobile-category-description p {
  margin: 9px 0 0;
}

body.as-mobile-category-page .as-mobile-category-description b,
body.as-mobile-category-page .as-mobile-category-description strong {
  color: #173d5d;
  font-weight: 700;
}

body.as-mobile-category-page .as-mobile-category-description a {
  color: #18557b;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.as-mobile-category-page .as-mobile-category-description a:focus-visible {
  outline: 2px solid #0876b9;
  outline-offset: 2px;
}

/* Mobile Kategorieseite: Bewertungs-Zusammenfassung ab 2026-07-20 */
body.as-mobile-category-page .as-mobile-category-reviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  margin: 14px 0 8px;
  padding: 13px 14px;
  border: 1px solid #d7e1e8;
  border-radius: 7px;
  background: #ffffff;
  color: #263f52;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 2px 8px rgba(21, 55, 86, .06);
}

body.as-mobile-category-page .as-mobile-category-reviews__copy {
  min-width: 0;
}

body.as-mobile-category-page .as-mobile-category-reviews__copy h2 {
  margin: 0 0 3px;
  color: #173d5d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

body.as-mobile-category-page .as-mobile-category-reviews__copy p {
  margin: 0;
  color: #667785;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.as-mobile-category-page .as-mobile-category-reviews__score {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #526572;
  white-space: nowrap;
}

body.as-mobile-category-page .as-mobile-category-reviews__star {
  color: #f2b500;
  font-size: 22px;
  line-height: 1;
}

body.as-mobile-category-page .as-mobile-category-reviews__score strong {
  color: #173d5d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

body.as-mobile-category-page .as-mobile-category-reviews__count {
  font-size: 12px;
  line-height: 1.2;
}

body.as-mobile-category-page .as-mobile-category-reviews__entries {
  grid-column: 1 / -1;
  margin-top: 2px;
  padding-top: 12px;
  border-top: 1px solid #e1e8ed;
  font-size: 13px;
  line-height: 1.5;
}

/* Mobile Kategorieseite: redundante Altlinie vor modernem Footer ausblenden */
body.as-mobile-category-page hr[style*="margin-top:10px"] {
  display: none !important;
  margin: 0 !important;
  border: 0 !important;
}
/* Mobile Bildwechsel-2.0-Landingpages */
body.as-mobile-bw26-page .wrapper {
  padding-top: 1px;
}

body.as-mobile-bw26-page .as-mobile-bw26 {
  box-sizing: border-box;
  padding: 144px 7px 28px;
  color: #294657;
}

body.as-mobile-bw26-page .as-mobile-bw26 h1 {
  margin: 0 0 10px;
  color: #173c60;
  font-size: 21px;
  line-height: 1.28;
}

body.as-mobile-bw26-page .as-mobile-bw26__intro,
body.as-mobile-bw26-page .as-mobile-bw26__description {
  font-size: 14px;
  line-height: 1.55;
}

body.as-mobile-bw26-page .as-mobile-bw26__hero {
  display: block;
  width: 100%;
  height: auto;
  margin: 14px 0 18px;
  border-radius: 9px;
}

body.as-mobile-bw26-page .as-mobile-bw26__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
}

body.as-mobile-bw26-page .as-mobile-bw26-card {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px;
  border: 1px solid #d9e5eb;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(20,55,80,.05);
}

body.as-mobile-bw26-page .as-mobile-bw26-card__badges {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__badge {
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 7px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__badge--new {
  background: #d70b28;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__badge--offer {
  background: #c84f18;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__badge--free {
  background: #176da0;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__badge--top {
  background: #6d3fa3;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  overflow: hidden;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__media img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 140px !important;
  object-fit: contain;
}

body.as-mobile-bw26-page .as-mobile-bw26-card h2 {
  min-height: 43px;
  max-height: 43px;
  margin: 8px 0 5px !important;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1.32;
}

body.as-mobile-bw26-page .as-mobile-bw26-card h2 a {
  color: #173c60;
  text-decoration: none;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__summary {
  min-height: 57px;
  max-height: 57px;
  overflow: hidden;
  color: #60717b;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__meta {
  min-height: 48px;
  margin-top: 8px;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__rating {
  display: block;
  color: #64747d;
  font-size: 12px;
  text-decoration: none;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__rating span {
  color: #ffc400;
  font-size: 16px;
}

body.as-mobile-bw26-page .as-mobile-bw26-card__price {
  margin-top: 4px;
  color: #07589c;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

body.as-mobile-bw26-page .as-mobile-bw26__description {
  margin-top: 20px;
}

@media (max-width: 350px) {
  body.as-mobile-bw26-page .as-mobile-bw26__grid {
    grid-template-columns: 1fr;
  }
}
.as-mobile-home-new {
  margin: 22px 7px 26px;
  padding: 16px 0 18px;
  border-top: 1px solid #dbe4ee;
  border-bottom: 1px solid #dbe4ee;
}

.as-mobile-home-new__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 0 8px 12px;
}

.as-mobile-home-new__head h2 {
  margin: 0;
  color: #183b58;
  font-size: 20px;
  line-height: 1.2;
}

.as-mobile-home-new__all {
  color: #126f9a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.as-mobile-home-new__carousel {
  position: relative;
}

.as-mobile-home-new__viewport {
  overflow-x: auto;
  padding: 2px 8px 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.as-mobile-home-new__viewport::-webkit-scrollbar {
  display: none;
}

.as-mobile-home-new__track {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.as-mobile-home-new__card {
  flex: 0 0 min(54vw, 224px);
  scroll-snap-align: start;
}

.as-mobile-home-new__card-inner {
  display: flex;
  flex-direction: column;
  min-height: 318px;
  height: 100%;
  padding: 10px;
  border: 1px solid #d6e0e8;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.as-mobile-home-new__image-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 138px;
  margin-bottom: 8px;
  text-decoration: none;
}

.as-mobile-home-new__image {
  display: block;
  max-width: 100%;
  max-height: 132px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.as-mobile-home-new__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 4px 7px;
  border-radius: 4px;
  background: #d70b28;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.as-mobile-home-new__name {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: #163a55;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.as-mobile-home-new__summary {
  display: -webkit-box;
  min-height: 40px;
  margin-top: 5px;
  overflow: hidden;
  color: #536a78;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.as-mobile-home-new__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 9px;
}

.as-mobile-home-new__rating {
  color: #667681;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.as-mobile-home-new__rating span {
  color: #f5bd00;
  font-size: 17px;
}

.as-mobile-home-new__price {
  margin-left: auto;
  color: #07549a;
  font-size: 13px;
  text-align: right;
  white-space: nowrap;
}

.as-mobile-home-new__price strong {
  font-size: 18px;
}

.as-mobile-home-new__price sup {
  font-size: 11px;
}

.as-mobile-home-new__control {
  position: absolute;
  top: 132px;
  z-index: 2;
  width: 38px;
  height: 48px;
  padding: 0;
  border: 0;
  background: rgba(8,72,123,.72);
  color: #fff;
  font-size: 34px;
  line-height: 44px;
}

.as-mobile-home-new__control--prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}

.as-mobile-home-new__control--next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 430px) {
  .as-mobile-home-new__control {
    display: none;
  }

  .as-mobile-home-new__card { flex-basis: 54vw; }
}
.as-mobile-home-tiles {
  margin: 24px 7px 28px;
}

.as-mobile-home-tiles h2 {
  margin: 0 8px 12px;
  color: #183b58;
  font-size: 20px;
  line-height: 1.2;
}

.as-mobile-home-tiles__viewport {
  overflow-x: auto;
  padding: 2px 8px 11px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.as-mobile-home-tiles__viewport::-webkit-scrollbar {
  display: none;
}

.as-mobile-home-tiles__track {
  display: flex;
  gap: 12px;
}

.as-mobile-home-tile {
  display: flex;
  flex: 0 0 min(66vw, 272px);
  overflow: hidden;
  border: 1px solid #d6e0e8;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  color: #173d59;
  text-decoration: none;
  scroll-snap-align: start;
}

.as-mobile-home-tile--image {
  flex-direction: column;
}

.as-mobile-home-tile--image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1619 / 971;
  object-fit: cover;
}

.as-mobile-home-about {
  margin: 30px 15px 28px;
  padding-top: 24px;
  border-top: 1px solid #dce7ed;
  color: #455f6f;
}

.as-mobile-home-about__eyebrow {
  margin: 0 0 5px;
  color: #16719b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.as-mobile-home-about h2 {
  margin: 0 0 12px;
  color: #183b58;
  font-size: 23px;
  line-height: 1.25;
}

.as-mobile-home-about p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
}

.as-mobile-home-about a {
  color: #086c9d;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* PageSpeed accessibility corrections, 2026-09-08 */
.as-mobil-artic .as-mobil-image-note,.as-mobil-artic .as-mobil-old-image-note{color:#55606c!important;}
.as-mobil-artic .as-mobil-category-jump .button1{background:#237029!important;color:#fff!important;}
.as-mobil-rating img[src*="/ystar"]{width:80px!important;height:16px!important;}
#mymenu[inert]{visibility:hidden;}
