/* UX overrides: overflow, gallery, cart badge companion */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.product-details {
  box-sizing: border-box !important;
  margin-inline: 0 !important;
  max-width: 100% !important;
  padding: 48px max(16px, calc((100% - 1320px) / 2)) !important;
  width: 100% !important;
}

.product-details__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) !important;
  min-width: 0 !important;
  width: 100% !important;
}

.product-gallery {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.product-gallery__main {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.product-gallery__main img {
  display: block !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

@media (max-width: 991px) {
  /* Mobile/Tablet: eine Spalte – Bild oben, Infos darunter (volle Breite) */
  .product-details__grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .product-details {
    padding: 24px 16px !important;
  }

  .product-page.page-section {
    padding-inline: 12px !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  .breadcrumbs {
    flex-wrap: wrap !important;
    gap: 4px 8px !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  .product-gallery {
    flex-direction: column-reverse !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .product-gallery__thumbs {
    flex-direction: row !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    width: 100% !important;
  }

  .product-gallery__main {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
  }

  .product-info {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .product-info h1 {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem) !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .product-lead {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  .pd-cart-row,
  .pd-checkout-row {
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  .pd-btn,
  .pd-btn--cart,
  .pd-btn--buy {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .pd-qty {
    width: 100% !important;
    justify-content: space-between !important;
  }
}

@media (max-width: 767px) {
  .storekit-hero-title {
    flex-wrap: wrap !important;
    font-size: clamp(2.5rem, 12vw, 3.6rem) !important;
    white-space: normal !important;
  }
}

/* Scrollbar like controller */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f8f9fa;
}
::-webkit-scrollbar-thumb {
  background: #15224e;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f70000;
}

.support-grid article {
  background: #fff;
  border-top: 4px solid #15224e;
  border-bottom: 4px solid #f70000;
  padding: 28px;
}

/* Cart: Badge auf dem Icon, 10px Abstand zum Betrag */
.header-cart {
  align-items: center !important;
  gap: 10px !important;
}

.header-cart svg {
  display: block !important;
  flex: 0 0 auto !important;
  margin-right: 14px !important;
}

.header-cart .cart-count {
  left: 14px !important;
  right: auto !important;
  top: 0 !important;
  z-index: 1 !important;
}

.header-cart .cart-total {
  margin-left: 0 !important;
}

/* Checkout success panel */
.checkout-success {
  background: #eef1f5 !important;
  border-bottom: 4px solid #f70000 !important;
  border-top: 4px solid #15224e !important;
  display: grid !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
  outline: none !important;
  padding: 24px 28px !important;
}

.checkout-success[hidden] {
  display: none !important;
}

.checkout-success .status-message {
  margin-bottom: 0 !important;
}

.checkout-success__order,
.checkout-success__email {
  color: #15224e !important;
  font-size: 1rem !important;
  margin: 0 !important;
}

.checkout-success__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 8px !important;
}

/* Checkout: Hinweise/Vorteile/MwSt/SSL in Primary, Notice zeilenweise */
.checkout-hint,
.checkout-secure,
.checkout-benefits,
.checkout-benefits li,
.checkout-notice,
.checkout-notice li,
.summary-vat,
.payment-option small,
.checkout-fields textarea,
.checkout-fields textarea::placeholder,
.checkout-fields input::placeholder {
  color: #15224e !important;
}

.checkout-fields textarea::placeholder,
.checkout-fields input::placeholder {
  opacity: 1 !important;
}

.checkout-benefits li::before {
  color: #15224e !important;
  content: "\2713" !important;
  font-weight: 800 !important;
}

/* Gast-Bestellstatus: E-Mail-Feld dauerhaft sichtbar (nicht erst bei Fokus) */
.guest-order-gate input[type="email"],
.guest-order-gate input[type="text"] {
  background: #fff !important;
  border: 1px solid #64748b !important;
  color: #15224e !important;
  display: block !important;
  min-height: 48px !important;
  opacity: 1 !important;
  padding: 10px 12px !important;
  visibility: visible !important;
  width: 100% !important;
}

.checkout-notice {
  display: grid !important;
  gap: 6px !important;
  list-style: none !important;
  margin-block: 20px !important;
  padding: 0 !important;
}

/* Checkout: Zurück zum Warenkorb in Primary */
.checkout-summary-card .button-secondary {
  background: #15224e !important;
  border-color: #15224e !important;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.checkout-summary-card .button-secondary:hover,
.checkout-summary-card .button-secondary:focus-visible {
  background: #0f1a3d !important;
  border-color: #0f1a3d !important;
  color: #fff !important;
}

/* Checkout: Gastbestellung / optionales Kundenkonto */
.checkout-fields label.checkout-account-toggle,
.checkout-account-toggle {
  align-items: center !important;
  color: #15224e !important;
  cursor: pointer !important;
  display: flex !important;
  font-weight: 600 !important;
  gap: 10px !important;
  grid-template-columns: unset !important;
  line-height: 1.35 !important;
  min-height: 44px !important;
}

.checkout-fields label.checkout-account-toggle input,
.checkout-account-toggle input {
  align-self: center !important;
  flex: 0 0 auto !important;
  height: 20px !important;
  margin: 0 !important;
  min-height: 20px !important;
  padding: 0 !important;
  width: 20px !important;
}

.checkout-account-toggle span {
  line-height: 1.35 !important;
}

.checkout-account-fields {
  display: grid !important;
  gap: 12px !important;
}

/* Checkout Bestellübersicht: unten 4px #f70000 (oben primary bereits vorhanden) */
.order-summary,
.checkout-summary {
  border-bottom: 4px solid #f70000 !important;
}

.checkout-summary-card .checkout-card__body {
  border-bottom: 4px solid #f70000 !important;
}

/* Text auf hellen Hintergründen → Primary (#15224e) */
.stock-label,
.product-lead,
.product-info__shipping p,
.product-meta li,
.product-tabs__panel,
.product-description-text,
.product-tabs__panel p,
.account-subheading,
.account-breadcrumb,
.faq-answer,
.faq-contact-hint,
.auth-help,
.contact-form small,
.contact-aside p,
.contact-privacy-note p,
.contact-heading > span,
.section-heading > span,
.legal-heading > span,
.legal-content,
.legal-content p,
.legal-content li,
.empty-state,
.cart-line,
.order-summary,
.checkout-summary,
.checkout-card__body,
.account-panel,
.account-meta,
.account-item-list,
.guest-order-gate,
.summary-vat,
.checkout-hint,
.paypal-buttons {
  width: 100%;
  min-height: 48px;
  margin: 0 0 12px;
}
.paypal-buttons[hidden] {
  display: none !important;
}
.checkout-secure,
.payment-option,
.payment-option small,
.support-intro,
.support-grid p,
.support-actions p,
.badge--muted {
  color: #15224e !important;
}

/* ACCOUNT_PANEL_BORDER */
.account-panel {
  border-top: 4px solid #15224e !important;
  border-bottom: 4px solid #f70000 !important;
}

/* AUTH_FORM_BORDER */
.auth-form {
  border-top: 4px solid #15224e !important;
  border-bottom: 4px solid #f70000 !important;
}


/* FAQ layout restore 20260807-160749 */
﻿/* FAQ â€“ Inner-Container wie Blog/Support; CSS-only Accordion (details/summary) */
.faq-page {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}

.faq-inner {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 1440px;
  min-height: 55vh;
  padding: 72px 32px;
  text-align: start;
  width: 100%;
}

.faq-heading {
  margin-bottom: 38px;
  max-width: min(52rem, 100%);
}

.faq-heading .page-title {
  margin-bottom: 14px;
  overflow-wrap: anywhere;
}

.faq-subheading {
  color: #15224e;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0 0 16px;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.faq-disclaimer {
  border-left: 4px solid #f70000;
  box-sizing: border-box;
  color: #15224e;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 12px 16px;
}

.faq-disclaimer p {
  margin: 0;
}

.faq-disclaimer p + p {
  margin-top: 0.45rem;
}

.faq-disclaimer strong {
  color: #15224e;
  font-weight: 800;
}

.faq-section {
  margin-bottom: 36px;
  max-width: 100%;
}

.faq-section-title {
  color: #15224e;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}

.faq-container {
  display: grid;
  gap: 12px;
  margin: 0;
  max-width: min(52rem, 100%);
  width: 100%;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #15224e;
  border-radius: 0;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.faq-item[open] {
  background: #ffffff;
  border-color: #f70000;
}

/* summary selbst block (iOS/WebKit-sicher); Flex nur im inneren Row */
.faq-question {
  color: #15224e;
  cursor: pointer;
  display: block;
  font-size: 1.05rem;
  font-weight: 750;
  list-style: none;
  min-height: 56px;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question__row {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 56px;
  padding: 16px 20px;
  width: 100%;
}

.faq-question__text {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  text-wrap: pretty;
  word-break: break-word;
}

.faq-question__icon {
  color: #f70000;
  flex: 0 0 auto;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0.15em;
  transition: transform 0.2s ease;
}

.faq-question__icon::before {
  content: "\279C";
}

.faq-item[open] .faq-question__icon {
  transform: rotate(90deg);
}

.faq-question:focus-visible {
  outline: 3px solid #007f8b;
  outline-offset: -3px;
}

.faq-answer {
  box-sizing: border-box;
  color: #15224e;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 0 20px 16px;
  text-wrap: pretty;
}

.faq-answer p {
  margin: 0;
  max-width: 100%;
  white-space: pre-line;
}

.faq-answer strong {
  color: #15224e;
  font-weight: 800;
}

.faq-contact-hint {
  color: #15224e;
  margin-top: 12px;
  max-width: min(52rem, 100%);
  overflow-wrap: anywhere;
}

.faq-contact-hint a {
  align-items: center;
  color: #15224e;
  display: inline-flex;
  font-weight: 750;
  min-height: 44px;
  text-decoration: underline;
  text-decoration-color: #f70000;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .faq-inner {
    padding-top: 48px;
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    padding-bottom: max(48px, env(safe-area-inset-bottom, 0px));
    padding-left: max(16px, env(safe-area-inset-left, 0px));
  }

  .faq-subheading {
    font-size: 1rem;
  }

  .faq-question {
    font-size: 1rem;
  }
}

/* blog-post-nav */
.blog-breadcrumbs {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px 10px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  color: #15224e !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
.blog-breadcrumbs a {
  color: #15224e !important;
  text-decoration: none !important;
}
.blog-breadcrumbs a:hover,
.blog-breadcrumbs a:focus-visible {
  color: #f70000 !important;
  text-decoration: underline !important;
}
.blog-post-nav {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  column-gap: 32px !important;
  row-gap: 16px !important;
  align-items: stretch !important;
  margin: 0 0 32px !important;
  padding: 20px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  border-top: 1px solid #15224e !important;
  border-bottom: 1px solid #15224e !important;
}
.blog-post-nav a {
  color: #15224e !important;
  text-decoration: none !important;
  display: block !important;
}
.blog-post-nav a:hover,
.blog-post-nav a:focus-visible {
  color: #f70000 !important;
  text-decoration: underline !important;
}
.blog-post-nav a.blog-post-nav__all:hover,
.blog-post-nav a.blog-post-nav__all:focus-visible {
  background: #15224e !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.blog-post-nav__dir {
  display: block !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 6px !important;
  line-height: 1.3 !important;
}
.blog-post-nav__title {
  display: block !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
.blog-post-nav__prev {
  justify-self: start !important;
  text-align: left !important;
  padding-right: 12px !important;
}
.blog-post-nav__next {
  justify-self: end !important;
  text-align: right !important;
  padding-left: 12px !important;
}
.blog-post-nav__all {
  justify-self: center !important;
  align-self: center !important;
  font-weight: 700 !important;
  border: 1px solid #15224e !important;
  padding: 10px 16px !important;
  margin: 0 8px !important;
  white-space: nowrap !important;
  text-align: center !important;
  background: transparent !important;
}
.blog-post-nav__prev--empty,
.blog-post-nav__next--empty {
  display: block !important;
  min-height: 1px !important;
}
@media (max-width: 767px) {
  .blog-post-nav {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 20px !important;
  }
  .blog-post-nav__prev,
  .blog-post-nav__next,
  .blog-post-nav__all {
    justify-self: stretch !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .blog-post-nav__all {
    text-align: center !important;
  }
}


/* /de+/en mobile hero stack — mirror root gateway (2026-08-08) */
.storekit-hero,
.storekit-hero-inner,
.storekit-hero-content {
  min-width: 0;
  max-width: 100%;
}
.storekit-hero-inner {
  display: grid !important;
}
@media (max-width: 767.98px) {
  .storekit-hero-inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 28px 16px !important;
  }
  .storekit-hero-media {
    order: -1 !important;
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
  }
  .storekit-hero-media picture,
  .storekit-hero-media img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .storekit-hero-content {
    order: 1 !important;
    width: 100% !important;
  }
  .storekit-hero-title {
    white-space: normal !important;
    flex-wrap: wrap !important;
    font-size: clamp(2.4rem, 12vw, 3.4rem) !important;
    max-width: 100% !important;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .storekit-hero-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  }
  .storekit-hero-media,
  .storekit-hero-content {
    order: initial !important;
  }
}

/* CTA trust under hero button — 20260808 */
.hero-cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;margin:0}
.hero-cta-trust{margin:0;color:#15224e;font-size:.88rem;font-weight:600;line-height:1.35;max-width:28rem}
@media (max-width:767px){
  .hero-cta-wrap{width:100%}
  .hero-cta-wrap .storekit-hero-button{width:100%}
  .hero-cta-trust{font-size:.82rem}
}
