.fadesing-kb-config {
  --f26-green: #7ea000;
  --f26-green-dark: #5f7f00;
  --f26-green-soft: #eff7d6;
  --f26-text: #182230;
  --f26-muted: #607080;
  --f26-border: #d6dee7;
  --f26-bg: #f3f6f9;
  --f26-card: #ffffff;
  --f26-shadow: 0 12px 28px rgba(18, 35, 52, 0.08);
  --f26-mono: "JetBrains Mono", "Courier New", monospace;
  --f26-ui: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px 122px;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
  font-family: var(--f26-ui);
  color: var(--f26-text);
}

.fadesing-kb-config * {
  box-sizing: border-box;
}

.fadesing-kb-config .textConfigBox,
.fadesing-kb-config .KB_border,
.fadesing-kb-config .border {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.fadesing-kb-config .f26-mobile-sticky {
  position: sticky;
  top: var(--kb-mobile-title-top, 0px);
  z-index: 1200;
  margin: 0 -10px 8px;
  padding: 8px 10px 6px;
  border-bottom: 1px solid #d8e2ec;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

.fadesing-kb-config .f26-mobile-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.fadesing-kb-config .f26-mobile-brand {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #101820;
  color: #f8fafc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fadesing-kb-config .f26-mobile-mode {
  color: #223042;
  font-size: 13px;
  font-weight: 700;
}

.fadesing-kb-config .f26-mobile-scroll-nav {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.fadesing-kb-config .f26-mobile-scroll-nav::-webkit-scrollbar {
  display: none;
}

.fadesing-kb-config .f26-nav-chip {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #2d3c4f;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 2px 6px;
  border-bottom: 2px solid transparent;
}

.fadesing-kb-config .f26-nav-chip.is-active {
  color: var(--f26-green-dark);
  border-bottom-color: var(--f26-green);
}

.fadesing-kb-config .f26-page-title {
  margin: 8px 0 8px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
  color: #1a2638;
}

.fadesing-kb-config .f26-sticky-intro {
  position: sticky;
  top: var(--kb-mobile-title-top, 0px);
  z-index: 1100;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 8px;
  padding: 8px 10px 8px;
  background: #f1f5f9;
  border-bottom: 1px solid #d5e0eb;
}

.fadesing-kb-config .f26-sticky-intro .f26-page-title {
  margin-top: 0;
}

.fadesing-kb-config .f26-hero-card {
  position: relative;
  margin: 0 0 6px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #d7e0ea;
  background: #e9eef4;
  box-shadow: none;
}

.fadesing-kb-config .f26-hero-media {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 10px 0 4px;
}

.fadesing-kb-config .f26-hero-media .kb_AZ_vorschau {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  border: 0;
}

.fadesing-kb-config .f26-hero-media .kb_AZ_vorschau::-webkit-scrollbar {
  height: 6px;
}

.fadesing-kb-config .f26-hero-media .kb_AZ_vorschau::-webkit-scrollbar-thumb {
  background: #c8d3de;
  border-radius: 999px;
}

.fadesing-kb-config #fontSample {
  display: block;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 94px;
  object-fit: contain;
  object-position: center top;
  margin: 0 auto;
  padding: 2px 6px;
  background: #fff;
  border: 1px solid #e0cfac;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(20, 16, 10, 0.12);
  transition: transform 220ms ease, filter 220ms ease;
}

.fadesing-kb-config .kb_AZ_vorschau.f26-preview-dark-bg #fontSample {
  background: #263340;
  border-color: #1b2632;
}

.fadesing-kb-config .f26-hero-media:hover #fontSample,
.fadesing-kb-config .f26-hero-media:focus-within #fontSample {
  transform: scale(1.018);
}

.fadesing-kb-config .f26-hero-thumb-row {
  display: none;
}

.fadesing-kb-config .f26-hero-thumb {
  border: 1px solid var(--f26-border);
  border-radius: 10px;
  background: #ffffff;
  padding: 5px;
  text-align: center;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.fadesing-kb-config .f26-hero-thumb img {
  width: 100%;
  height: 30px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 3px;
}

.fadesing-kb-config .f26-hero-thumb img.is-colorized {
  filter: saturate(1.3) hue-rotate(-8deg);
}

.fadesing-kb-config .f26-hero-thumb span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #233244;
}

.fadesing-kb-config .f26-zoom-hint {
  display: none;
}

.fadesing-kb-config .f26-hero-measure {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  color: #17212f;
  font-family: var(--f26-mono);
}

.fadesing-kb-config .f26-hero-measure p {
  margin: 0;
  line-height: 1.45;
}

.fadesing-kb-config .f26-product-card {
  background: var(--f26-card);
  border: 1px solid var(--f26-border);
  border-radius: 12px;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 6px;
}

.fadesing-kb-config .f26-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 0;
  color: #394b61;
  font-size: 11px;
}

.fadesing-kb-config .f26-stars {
  color: #f59e0b;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.fadesing-kb-config .f26-rating {
  font-weight: 700;
}

.fadesing-kb-config .f26-artnr {
  font-family: var(--f26-mono);
  background: #f5f8fb;
  border: 1px solid #e4ebf2;
  border-radius: 8px;
  padding: 2px 6px;
}

.fadesing-kb-config .f26-price-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 5px;
}

.fadesing-kb-config .f26-price-value {
  font-family: var(--f26-mono);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #0f2a12;
}

.fadesing-kb-config .f26-price-tax {
  color: #5a6a7e;
  font-size: 11px;
}

.fadesing-kb-config .f26-delivery-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--f26-green-soft);
  color: #335400;
  font-size: 11px;
  font-weight: 700;
}

.fadesing-kb-config .f26-steps {
  display: grid;
  gap: 8px;
}

.fadesing-kb-config .f26-step-card {
  background: var(--f26-card);
  border: 1px solid var(--f26-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--f26-shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.fadesing-kb-config .f26-step-card .textConfigBoxHead {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  align-items: start;
  gap: 7px;
  margin: 0;
  padding: 9px 34px 9px 9px;
  cursor: pointer;
  background: #fff;
}

.fadesing-kb-config .f26-step-card .textConfigBoxHead::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #5a6b80;
}

.fadesing-kb-config .f26-step-card.is-open {
  border-color: #b5d679;
  box-shadow: 0 10px 24px rgba(80, 120, 0, 0.22);
}

.fadesing-kb-config .f26-step-card.is-open .textConfigBoxHead {
  border-left: 3px solid var(--f26-green);
  padding-left: 7px;
}

.fadesing-kb-config .f26-step-card.is-open .textConfigBoxHead::after {
  content: "-";
  color: var(--f26-green-dark);
}

.fadesing-kb-config .f26-step-card .textConfigBoxNumber {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 7px;
  border: 2px solid var(--f26-green);
  color: var(--f26-green-dark);
  background: #fff;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  float: none;
}

.fadesing-kb-config .f26-step-card.is-open .textConfigBoxNumber {
  background: var(--f26-green);
  color: #fff;
}

.fadesing-kb-config .f26-step-title-wrap {
  min-width: 0;
}

.fadesing-kb-config .f26-step-card .textConfigBoxTitle {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 3px;
}

.fadesing-kb-config .f26-step-subtitle {
  color: #415366;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fadesing-kb-config .f26-step-card .textConfigBoxHelpWr {
  margin: 0;
  float: none;
}

.fadesing-kb-config .f26-step-card .textConfigBoxHelpWr a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #edf2f7;
  color: #344658;
  text-decoration: none;
  font-weight: 700;
}

.fadesing-kb-config .f26-step-card .textConfigBoxContent {
  display: none;
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  border-top: 1px solid #ebf0f5;
  padding: 10px;
  min-height: 0;
  background: #fff;
}

.fadesing-kb-config #textConfigBox4 .textConfigBoxContent {
  align-items: stretch;
  gap: 8px;
}

.fadesing-kb-config #textConfigBox4 .textConfigBoxContent > .row-fluid,
.fadesing-kb-config #textConfigBox4 .textConfigBoxContent > [class*="span"],
.fadesing-kb-config #textConfigBox4 .textConfigBoxContent .bcolorpicbox,
.fadesing-kb-config #textConfigBox4 .textConfigBoxContent .color-label {
  display: none !important;
}

.fadesing-kb-config .f26-step-card.is-open .textConfigBoxContent {
  display: block;
}

.fadesing-kb-config .f26-color-picker-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 4px;
}

.fadesing-kb-config .f26-step-card .ColorButton,
.fadesing-kb-config .f26-step-card .TextButton {
  min-height: 40px;
  border-radius: 10px;
  border: 2px solid #99aec1;
  background: #fff;
  background-image: none;
  color: #1d2d3c;
  text-shadow: none;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.fadesing-kb-config .f26-selection-chip {
  display: none;
  align-items: center;
  border-radius: 999px;
  background: #e8f6cd;
  color: #3d6200;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 9px;
}

.fadesing-kb-config .f26-segment-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.fadesing-kb-config .f26-segment-item {
  display: block;
}

.fadesing-kb-config .f26-segment-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fadesing-kb-config .f26-segment-item span {
  display: block;
  text-align: center;
  border: 1px solid #c9d5e2;
  border-radius: 9px;
  padding: 8px;
  color: #2a3b4f;
  font-size: 13px;
  font-weight: 700;
  background: #f8fbff;
}

.fadesing-kb-config .f26-segment-item input:checked + span {
  background: var(--f26-green-soft);
  color: #2d4a00;
  border-color: #98bd45;
}

.fadesing-kb-config .f26-input-wrap {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 6px;
  align-items: center;
  border: 2px solid #c8d5e3;
  border-radius: 10px;
  padding: 5px 9px;
  background: #fff;
}

.fadesing-kb-config .f26-input-wrap:focus-within {
  border-color: var(--f26-green);
  box-shadow: 0 0 0 2px rgba(126, 160, 0, 0.15);
}

.fadesing-kb-config .f26-input-icon {
  text-align: center;
  color: var(--f26-green-dark);
  font-size: 15px;
}

.fadesing-kb-config #kb_text {
  border: 0;
  box-shadow: none;
  width: 100% !important;
  margin: 0;
  min-height: 34px;
  font-size: 16px;
  font-family: var(--f26-ui);
}

.fadesing-kb-config .f26-char-counter {
  margin-top: 6px;
  text-align: right;
  font-size: 12px;
  color: #5a6b7e;
  font-family: var(--f26-mono);
}

.fadesing-kb-config .f26-font-action {
  margin-top: 4px;
}

.fadesing-kb-config .f26-size-select select.selectfontsize {
  width: 100% !important;
  min-height: 40px;
  border: 2px solid #9fb2c4;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
  color: #1a2a3a;
}

.fadesing-kb-config .f26-size-native {
  display: block;
  width: 100%;
  min-height: 42px;
  border: 2px solid #9fb2c4;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
  color: #1a2a3a;
  font-size: 14px;
  line-height: 1.3;
}

.fadesing-kb-config .f26-size-select.is-loading .f26-size-native {
  color: #5f7082;
}

.fadesing-kb-config #textConfigBox2 .textConfigBoxContent {
  min-height: 0 !important;
  height: auto !important;
}

.fadesing-kb-config .f26-size-select.is-f26-native-active #SBOX,
.fadesing-kb-config .f26-size-select.is-f26-native-active select.selectfontsize {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.fadesing-kb-config .f26-size-select.is-f26-native-active .k-dropdown,
.fadesing-kb-config .f26-size-select.is-f26-native-active .k-widget.k-dropdown,
.fadesing-kb-config .f26-size-select.is-f26-native-active .k-animation-container,
.fadesing-kb-config .f26-size-select.is-f26-native-active .k-list-container {
  display: none !important;
}

.fadesing-kb-config .f26-size-grid {
  display: none;
  margin-top: 8px;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: thin;
  scrollbar-color: #b8c6d5 transparent;
}

.fadesing-kb-config .f26-size-grid::-webkit-scrollbar {
  height: 6px;
}

.fadesing-kb-config .f26-size-grid::-webkit-scrollbar-thumb {
  background: #b8c6d5;
  border-radius: 999px;
}

.fadesing-kb-config .f26-size-tile {
  border: 1px solid #cfdae5;
  background: #fff;
  border-radius: 10px;
  min-height: 56px;
  min-width: 86px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 6px 8px;
}

.fadesing-kb-config .f26-size-code {
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
}

.fadesing-kb-config .f26-size-desc {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #425467;
}

.fadesing-kb-config .f26-size-tile.is-active {
  border-color: var(--f26-green);
  background: var(--f26-green);
  color: #fff;
}

.fadesing-kb-config .f26-size-tile.is-active .f26-size-desc {
  color: #f4fbe4;
}

.fadesing-kb-config .f26-optional-card {
  margin-top: 8px;
  border: 1px dashed #c9d4e0;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}

.fadesing-kb-config .f26-optional-head {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.fadesing-kb-config .f26-optional-content {
  font-size: 13px;
  line-height: 1.5;
}

.fadesing-kb-config .f26-optional-content input {
  width: 100px !important;
  border: 1px solid #ccd7e2;
  border-radius: 8px;
  padding: 8px;
  margin: 0 6px;
}

.fadesing-kb-config .f26-tier-card {
  margin-top: 8px;
  border: 1px solid var(--f26-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--f26-shadow);
  padding: 10px;
}

.fadesing-kb-config .f26-tier-head {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.fadesing-kb-config .f26-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.fadesing-kb-config .f26-tier-tile {
  position: relative;
  border: 1px solid #d3dce7;
  border-radius: 10px;
  background: #fff;
  min-height: 68px;
  padding: 7px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.fadesing-kb-config .f26-tier-tile.is-active {
  border-color: var(--f26-green);
  background: var(--f26-green);
  color: #fff;
}

.fadesing-kb-config .f26-tier-qty {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.fadesing-kb-config .f26-tier-note {
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}

.fadesing-kb-config .f26-tier-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
}

.fadesing-kb-config .kbm-summary {
  margin-top: 8px;
}

.fadesing-kb-config .kbm-summary #kbvorschau > .KB_gewaehlt {
  width: 100%;
  border: 1px solid var(--f26-border);
  border-radius: 16px;
  box-shadow: var(--f26-shadow);
  background: #fff;
  padding: 12px;
}

.fadesing-kb-config .kbm-summary #smenge {
  max-width: 120px;
  border-radius: 10px;
  border: 2px solid #bfd0de;
  padding: 8px;
  font-family: var(--f26-mono);
}

.fadesing-kb-config .kbm-summary #id\[txt_29\] {
  min-height: 95px;
  border-radius: 10px;
  border: 1px solid #ced8e2;
  padding: 10px;
  font-size: 12px;
}

.fadesing-kb-config #kbtexteingabe {
  margin-top: 10px;
  border: 1px solid var(--f26-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--f26-shadow);
  padding: 12px;
}

.fadesing-kb-config #kbtexteingabe textarea {
  width: 100%;
  min-height: 90px;
  border-radius: 10px;
  border: 1px solid #ced8e3;
  padding: 10px;
}

.fadesing-kb-config #optionstemplate {
  display: none;
}

.fadesing-kb-config .kbm-summary,
.fadesing-kb-config #kbtexteingabe {
  display: none !important;
}

.fadesing-kb-config .kbm-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "qty price"
    "cart cart";
  align-items: center;
  gap: 8px 10px;
  background: #fff;
  border-top: 1px solid #d6dee8;
  box-shadow: 0 -8px 22px rgba(16, 28, 42, 0.16);
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
}

.modal-open .fadesing-kb-config .kbm-sticky-bar {
  z-index: 1;
}

.fadesing-kb-config .kbm-sticky-bar.hidden-desktop.hidden-tablet {
  display: grid !important;
}

.fadesing-kb-config .f26-qty-control {
  grid-area: qty;
  display: grid;
  grid-template-columns: 34px 42px 34px;
  align-items: center;
  border: 1px solid #c8d4e0;
  border-radius: 10px;
  overflow: hidden;
  width: max-content;
  background: #fff;
  justify-self: start;
}

.fadesing-kb-config .f26-qty-btn {
  border: 0;
  background: #f4f8fc;
  min-height: 34px;
  font-size: 20px;
  line-height: 1;
  color: #203043;
}

.fadesing-kb-config .f26-qty-value {
  text-align: center;
  font-family: var(--f26-mono);
  font-size: 14px;
  font-weight: 700;
}

.fadesing-kb-config .kbm-sticky-price {
  grid-area: price;
  text-align: right;
}

.fadesing-kb-config .kbm-price-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #607184;
  font-size: 9px;
  font-weight: 700;
}

.fadesing-kb-config .kbm-price-value {
  display: block;
  font-family: var(--f26-mono);
  font-size: 21px;
  line-height: 1.15;
  color: #133413;
  font-weight: 700;
}

.fadesing-kb-config .kbm-cart-btn {
  grid-area: cart;
  width: 100%;
  border: 0;
  min-height: 42px;
  border-radius: 10px;
  background: linear-gradient(180deg, #8ab400 0%, #6f9600 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .fadesing-kb-config {
    padding-bottom: 22px;
  }

  .fadesing-kb-config .f26-sticky-intro {
    position: relative;
    top: auto;
    z-index: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 0;
    background: transparent;
    border-bottom: 0;
  }

  .fadesing-kb-config .f26-mobile-sticky {
    display: none !important;
  }

  .fadesing-kb-config .f26-page-title {
    margin: 10px 0 10px;
    font-size: 24px;
    line-height: 1.2;
  }

  .fadesing-kb-config .f26-hero-card {
    margin: 0 0 8px;
    border-radius: 14px;
    padding: 10px;
  }

  .fadesing-kb-config .f26-hero-media {
    min-height: 0;
    padding: 12px 0 6px;
    overflow: hidden;
  }

  .fadesing-kb-config .f26-hero-media .kb_AZ_vorschau {
    overflow-x: hidden;
  }

  .fadesing-kb-config #fontSample {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 112px;
  }

  .fadesing-kb-config .f26-size-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .fadesing-kb-config .f26-size-tile {
    min-width: 0;
  }

  .fadesing-kb-config .f26-tier-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fadesing-kb-config #optionstemplate {
    display: block;
  }

  .fadesing-kb-config .kbm-sticky-bar {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    margin-top: 10px;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "qty price cart";
    border: 1px solid var(--f26-border);
    border-radius: 16px;
    box-shadow: var(--f26-shadow);
    padding: 10px;
  }

  .fadesing-kb-config .kbm-sticky-price {
    text-align: left;
  }

  .fadesing-kb-config .kbm-cart-btn {
    width: auto;
    min-width: 210px;
  }
}

@media (max-width: 767px) {
  .fadesing-kb-config .content {
    padding: 5px 5px !important;
  }

  .fadesing-kb-config .productoptions {
    padding: 8px !important;
    margin: 10px auto !important;
  }

  .fadesing-kb-config .productoption {
    padding: 3px !important;
  }

  .fadesing-kb-config .f26-sticky-intro {
    margin-bottom: 6px;
    padding: 6px 8px;
  }

  .fadesing-kb-config .f26-page-title {
    margin: 4px 0 6px;
    font-size: 19px;
    line-height: 1.18;
  }

  .fadesing-kb-config .f26-hero-card {
    margin-bottom: 4px;
    padding: 7px;
  }

  .fadesing-kb-config .f26-hero-media {
    min-height: 0;
    padding: 8px 0 2px;
  }

  .fadesing-kb-config #fontSample {
    height: 86px;
  }

  .fadesing-kb-config .f26-price-value {
    font-size: 21px;
  }

  .fadesing-kb-config .f26-product-card {
    margin-bottom: 4px;
    padding: 8px;
  }

  .fadesing-kb-config .f26-steps {
    gap: 6px;
  }

  .fadesing-kb-config .f26-step-card .textConfigBoxHead {
    gap: 6px;
    padding: 7px 30px 7px 8px;
  }

  .fadesing-kb-config .f26-step-card .textConfigBoxHead::after {
    top: 7px;
    right: 9px;
    font-size: 16px;
  }

  .fadesing-kb-config .f26-step-card .textConfigBoxNumber {
    width: 28px;
    height: 28px;
    min-width: 28px;
    line-height: 24px;
    font-size: 12px;
  }

  .fadesing-kb-config .f26-step-card .textConfigBoxTitle {
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 1.15;
  }

  .fadesing-kb-config .f26-step-subtitle {
    font-size: 12px;
    line-height: 1.2;
  }

  .fadesing-kb-config .f26-step-card .textConfigBoxContent {
    padding: 8px;
  }

  .fadesing-kb-config .kbm-summary,
  .fadesing-kb-config #kbtexteingabe,
  .fadesing-kb-config .f26-optional-card {
    display: none;
  }
}

@media (max-width: 420px) {
  .fadesing-kb-config .f26-page-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .fadesing-kb-config #fontSample {
    height: 78px;
  }

  .fadesing-kb-config .f26-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#colorpick.modal:not(.in),
#fontbox.modal:not(.in),
#infotext-schrift.modal:not(.in) {
  display: none !important;
}

#colorpick.modal.in,
#fontbox.modal.in,
#infotext-schrift.modal.in {
  display: block !important;
}
