﻿#top-bar {
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 400;
    display: block;
    background-color: transparent;
}  

#headertop {
    display: flex;
    color: #ccc;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#headertop .hotline-item {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap;
    color: currentColor;
}

.hotline-track {
    display: flex;
    gap: 20px;
    align-items: center;
}  


@media screen and (max-width: 768px) {
    .hotline-track {
        display: flex;
        gap: 0;
        overflow-x: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .hotline-item {
        flex: 0 0 100%;
        scroll-snap-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        box-sizing: border-box;
        white-space: nowrap;
        color: white;
    }
}    

#headertop .hotline-item {
    align-items: center;
    display: flex;
    gap: 7px;
    white-space: nowrap;
    color: currentColor;
}

.hotline-item {
  display: flex;
  gap: 7px;
  white-space: nowrap;
}

.hotline-item a {
  color: inherit;
  text-decoration: none;
}


#top-bar .hotline .header-hotline-number {
    font-weight: bold;
}

header {
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.12);
  background: #2b3241;
  color: white;
}  
.cart-button{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    border-radius:14px;
    background:#ff6b00;
    margin-left:6px;  
    align-self: center;
}

.cart-button span{
    position:absolute;
    top:-4px;
    right:-4px;

    width:20px;
    height:20px;

    border-radius:50%;

    background:#fff;
    color:#ff6b00;

    font-size:11px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
}

#searchbox-wrap {
  position: relative;
  width: 100%;
  grid-area: navHMenuBar2;
}

.searchbox input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
}

.searchbox button {
  height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.search-preview {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  overflow: hidden;
  z-index: 9999;
}

.search-preview-list {
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
}

.search-preview-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  width: 360px;
}

.search-preview-item:last-child {
  border-bottom: 0;
}

.search-preview-item:hover,
.search-preview-item.active {
  background: #f8f8f8;
}

.search-preview-thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.search-preview-title {
    font-size: small;
    margin-bottom: 4px;
    /*font-family: "Manrope", sans-serif;*/
    font-weight: normal;
}

.search-preview-sku {
  font-size: 12px;
  color: #777;
}

.search-preview-price {
  font-weight: 700;
  white-space: nowrap;
  margin-left: 8px;
}

.search-preview-footer {
  padding: 10px 12px;
  background: #fafafa;
  border-top: 1px solid #eee;
}

.search-preview-footer a {
  text-decoration: none;
  font-weight: 600;
}

.search-preview-empty,
.search-preview-loading {
  padding: 14px 12px;
  font-size: 14px;
  color: #666;
}

#LUCNAV {
    background: #fff;
    border: 1px solid white;
    padding: 3px;
}

.dblcontainer {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

#middle-bar {
    line-height: normal;
}

/* =========================
   HEADER
========================= */

#headertop {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size:14px;  
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight:300;
}


#topgrid {
    display: grid;
    row-gap: 10px;
    grid-template-areas: 'mbd_logo navHMenuBar2 btn_nav';
    grid-template-columns: 326px 1fr 205px;    
    padding: 7px;
}

@media screen and (max-width: 1024px) {
    #topgrid {
        grid-template-areas:
        "mbd_logo btn_nav"
        "navHMenuBar2 navHMenuBar2";
        grid-template-columns: 60% 40%;
        height: auto;
    }
    .suchForm_input2 {
        border-radius: 0;
    }
}

.logocol {
    margin-left: 4px;
}

#svgBtnSuchen {
    display: none;
}

@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

#mainmenu_div {
    position: absolute;
    z-index: 2000;
    vertical-align: top;
    margin-top: 38px;
    width: 40px;
    z-index: 1002;
    display: none;
}

.logo {
    display: block;
    position: relative;
    z-index: 100;
    zoom: 1;
    color: currentColor;
    fill: currentColor;
}

#mbd-logo {
  grid-area: mbd_logo;
}

#navHMenuBar2 {
  position: relative; 
  grid-area: navHMenuBar2;
}

#btn-nav {
    grid-area: btn_nav;
    /* white-space: nowrap; */
    justify-self: self-end;
    display: flex;
    height: 52px;
}

.custom-logo-link, .custom-logo-link:hover {
    color: currentColor !important;
}

svg:not(:root) {
    overflow: hidden;
}

#logo a {
    color: currentColor;
    fill: currentColor;
}

#logo svg {
    position: absolute;
    height: 102px;
    margin: -32px 0px;
}

@media screen and (max-width: 1000px) {
    .main-menu {
        display: none;
    }
    #logo {

    }
    #logo svg {
        position: absolute;
        height: 105px;
        margin: -32px 0px;
    }

    .cart-button{
      width:40px;
      height:40px;
  }
}

@media screen and (max-width: 500px) {
    #logo svg {
        position: absolute;
        height: 105px;
        margin: -25px -3px;
        width: 50vW;
    }
}


.input-ad-wrapper {
    display:contents;
}

#search-button {
   margin: 3px;
   border: 0;
}

.shop-header{
  position:relative;
  top:0;
  z-index:1000;
  background:#fff;
  box-shadow:0 2px 20px rgba(0,0,0,.08);
}

.shop-topbar{
  background:#fff;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400;
  /*border-bottom:1px solid #e5e7eb;*/
}

.shop-middlebar{
  padding:8px 0;
}

.shop-header-grid{
  display:grid;
  grid-template-columns:
    320px
    minmax(350px,1fr)
    180px;
  align-items:center;
  gap:20px;  
}

.shop-logo{
    display:flex;
    align-items:center;
  text-decoration:none;
}

.shop-logo svg{
    width:auto;
    height:70px;
    max-width:100%;
}

.searchbox-wrap{
  position:relative;
}

.searchbox{
  height:56px;
  border-radius:14px;  
  display:flex;
  align-items:center;
  background:#f5f7fa;
  border:1px solid #e1e6ee;
  overflow:hidden;
  transition:box-shadow .2s ease,border-color .2s ease,background .2s ease;
}

.searchbox:focus-within{
  background:#fff;
  border-color:#b8c2d0;
  box-shadow:0 8px 24px rgba(15,23,42,.10);
}

.searchbox input[type="text"]{
  flex:1;
  height:100%;
  border:0;
  outline:none;
  background:transparent;
  padding:0 22px;
  font-size:15px;
  color:#111827;
}

.searchbox input::placeholder{
  color:#8a94a6;
}

.search-submit{
  height:42px;
  margin-right:5px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  background:#ff6b00;
  color:#fff;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}

.search-submit:hover{
  background:#e65f00;
}

.menu-mobile-toggle{
  
}

.shop-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
}

.shop-action{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  color:#111827;
  text-decoration:none;
  background:#f5f7fa;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}

.shop-action:hover{
  background:#fff;
  box-shadow:0 8px 22px rgba(15,23,42,.10);
  transform:translateY(-1px);
}

.shop-action svg{
  width:28px;
  height:28px;
}

.shop-cart{
   background:#ff6b00;
  color:#fff;
}

.shop-cart:hover{
  background:#ea580c;
}

.shop-nav-area{
  background:#fff;
}

/* vorhandene SVG-Größen überschreiben */
#btn-nav svg{
  width:36px !important;
  height:36px !important;
  fill: white;
  color: white;
}

/* Mobile */
@media (max-width:900px){

  .shop-middlebar{
    padding:10px 0;
  }

  .shop-header-grid{
    grid-template-columns:1fr auto;
    gap:14px;
  }

  .shop-logo svg{
    width:155px;
    height:48px;
  }

  .searchbox-wrap{
    grid-column:1 / -1;
    order:3;
  }

  .shop-actions{
    gap:8px;
  }

  .shop-action{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .search-action{
    display:none;
  }

  .search-submit{
    display:none;
  }

}

.header-mobile-toggle{
  display:none;
}

@media (max-width:900px){
  .header-mobile-toggle{
    display:flex;
    width:46px;
    height:46px;
    border:0;
    background:#111827;
    color:#fff;
    align-items:center;
    justify-content:center;
    font-size:20px;
    border-radius:50%;
    margin-right:3px;
  }
}

#mainMenu {
  display: none;
}

.checkout-main {
  counter-reset: checkoutstep;
}

.card-title span {
  counter-increment: checkoutstep;
}

.card-title span::before {
  content: counter(checkoutstep);
}

.checkout-modern {
  max-width: 1280px;
  margin: 34px auto 70px;
  padding: 0 22px 40px;
  background:
    radial-gradient(circle at top left, rgba(13,110,253,.08), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #fff 60%);
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 26px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15,23,42,.06);
}

.checkout-steps .step {
  padding: 15px 12px;
  text-align: center;
  font-weight: 700;
  color: #6b7280;
  border-right: 1px solid #e5e7eb;
  text-decoration: none;
}

.checkout-steps .step:last-child {
  border-right: 0;
}

.checkout-steps .step.active {
  background: #111827;
  color: #fff;
}

.checkout-steps .step.done {
  background: #f3f8ff;
  color: #0d6efd;
}

.checkout-steps .step.done::after {
  content: " ✓";
  color: #188038;
}

.checkout-hero {
  margin-bottom: 22px;
}

.checkout-kicker {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0d6efd;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

.checkout-hero h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  letter-spacing: -0.04em;
  color: #111827;
}

.checkout-hero p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 16px;
}

.checkout-login-hint,
.checkout-account-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.checkout-login-hint strong {
  display: block;
  color: #111827;
  margin-bottom: 3px;
}

.checkout-login-hint span,
.checkout-account-box {
  color: #667085;
  font-size: 14px;
}

.checkout-login-hint a {
  white-space: nowrap;
  padding: 11px 16px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
}

.checkout-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkout-card {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
}

.card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.card-title span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-weight: 900;
}

.card-title h2,
.summary-card h2 {
  margin: 0;
  font-size: 21px;
  color: #111827;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.checkout-grid .full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: #374151;
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d7dde7;
  border-radius: 13px;
  padding: 10px 14px;
  font-size: 15px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.field input:focus,
.field select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13,110,253,.12);
}

.checkout-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkout-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  padding: 15px;
  cursor: pointer;
  background: #fff;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.checkout-option:hover,
.checkout-option.active,
.shipping-address-option.active {
  border-color: #0d6efd;
  background: #f8fbff;
  box-shadow: 0 0 0 4px rgba(13,110,253,.08);
}

.checkout-option input {
  margin-top: 3px;
}

.checkout-option strong {
  display: block;
  margin-bottom: 3px;
}

.checkout-option span {
  color: #666;
  font-size: 14px;
}

.shipping-address-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.shipping-address-topline p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.checkout-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}

.checkout-small-btn:hover {
  filter: brightness(1.08);
}

.shipping-address-option {
  align-items: flex-start;
  padding: 18px;
}

.shipping-address-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1.35;
  flex: 1;
}

.shipping-address-title {
  margin-bottom: 4px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.shipping-address-line {
  display: block;
  color: #111827;
  font-size: 14px;
}

.shipping-address-line.muted {
  color: #6b7280;
}

.shipping-address-note {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.checkout-summary .sticky {
  position: sticky;
  top: 90px;
}

.summary-card {
  background: #fcfcfd;
}

.checkout-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 18px 0;
}

.checkout-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
}

.checkout-item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}

.checkout-item-title {
  display: block;
  color: #111827;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.35;
  font-size: 14px;
}

.checkout-item-meta {
  font-size: 13px;
  color: #777;
  margin-top: 3px;
}

.checkout-item-price {
  font-weight: 800;
  white-space: nowrap;
  font-size: 14px;
}

.summary-row,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid #edf0f3;
}

.summary-total {
  font-size: 22px;
  font-weight: 900;
  margin-top: 8px;
}

.summary-row strong,
.summary-total strong {
  white-space: nowrap;
}

.shipping-details {
  margin-top: -4px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #666;
  line-height: 1.45;
}

.shipping-details div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.shipping-details .free {
  color: #188038;
}

.checkout-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
  font-size: 14px;
  color: #444;
}

.checkout-check input {
  margin-top: 3px;
}

.checkout-check a {
  color: #0d6efd;
  font-weight: 700;
  text-decoration: none;
}

.checkout-check a:hover {
  text-decoration: underline;
}

.checkout-submit {
  display: block;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #111827, #243044);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  padding: 15px 18px;
  box-shadow: 0 14px 30px rgba(17,24,39,.22);
}

.checkout-submit:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.checkout-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
  filter: grayscale(100%);
}

.checkout-trust {
  margin-top: 13px;
  text-align: center;
  color: #6b7280;
  font-size: 13px;
}

.checkout-error {
  margin-top: 12px;
  color: #b42318;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 900px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary .sticky {
    position: static;
  }

  .checkout-steps {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-login-hint,
  .checkout-account-box,
  .shipping-address-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-login-hint a,
  .checkout-small-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .checkout-login-hint {
    padding: 14px;
  }

  .checkout-login-hint a {
    min-height: 40px;
    padding: 0 14px;

    background: transparent;
    border: 1px solid #d1d5db;

    color: #374151;
    font-size: .9rem;
    font-weight: 600;

    box-shadow: none;
  }

  .checkout-login-hint a:hover {
    background: #f9fafb;
  }

}

@media (max-width: 560px) {
  .checkout-modern {
    padding: 0 12px 40px;
    margin-top: 24px;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-card {
    padding: 19px;
    border-radius: 18px;
  }

  .checkout-steps .step {
    font-size: 13px;
    padding: 12px 8px;
  }

  .checkout-item {
    grid-template-columns: 48px 1fr;
  }

  .checkout-item-price {
    grid-column: 2;
  }
}

.billing-preview {
  line-height: 1.6;
  color: #374151;
}

.billing-preview strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
}

.billing-preview .company {
  font-weight: 700;
}

.billing-preview-actions {
  margin-top: 14px;
}

.billing-preview-actions a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 700;
}

.billing-preview-actions a:hover {
  text-decoration: underline;
}

.shipping-loading,
.shipping-error {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f9fafb;
  color: #374151;
  font-weight: 700;
}

.shipping-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

#shipping-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-top: 14px;
  padding: 18px;

  border: 1px solid #e5e7eb;
  border-radius: 18px;

  background: #fafbfc;
}

.shipping-loading {
  padding: 10px 0;
  color: #64748b;
  font-weight: 600;
}

.shipping-error {
  padding: 14px 16px;

  border-radius: 12px;

  background: #fef2f2;
  border: 1px solid #fecaca;

  color: #991b1b;
  font-weight: 700;
}

.shipping-detail-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  padding: 10px 0;

  border-bottom: 1px solid #eef2f7;
}

.shipping-detail-line-provider {
  display: none; 
}

.shipping-detail-line:last-child {
  border-bottom: 0;
}

.shipping-detail-line span {
  color: #475569;
  line-height: 1.4;
}

.shipping-detail-line strong {
  color: #0f172a;
  white-space: nowrap;
}

.shipping-detail-line.free strong {
  color: #16a34a;
}

.shipping-detail-line.total {
  margin-top: 6px;
  padding-top: 16px;

  border-top: 2px solid #dbeafe;
  border-bottom: 0;

  font-size: 1.05rem;
  font-weight: 800;
}

.shipping-detail-line.total strong {
  color: #2563eb;
}

.shipping-provider {
  display: inline-flex;
  align-items: center;

  width: fit-content;

  padding: 6px 10px;

  border-radius: 999px;

  background: #eff6ff;
  color: #2563eb;

  font-size: .82rem;
  font-weight: 700;
}

.shipping-note {
  margin-top: 4px;

  color: #64748b;
  font-size: .92rem;
  line-height: 1.5;
}

.checkout-card #shipping-preview {
  margin-top: 16px;

  padding: 18px;

  border: 1px solid #e5e7eb;
  border-radius: 18px;

  background: #fafbfc;
}

.shipping-detail-line,
.shipping-detail-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.shipping-detail-line {
  padding-bottom: 10px;
}

.shipping-detail-line span {
  color: #475569;
  font-weight: 600;
}

.shipping-detail-line strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.shipping-detail-sub {
  margin-bottom: 14px;

  color: #64748b;
  font-size: .92rem;
  line-height: 1.5;
}

.shipping-detail-total {
  margin-top: 14px;
  padding-top: 14px;

  border-top: 2px solid #dbeafe;
}

.shipping-detail-total span {
  color: #0f172a;
  font-weight: 700;
}

.shipping-detail-total strong {
  color: #2563eb;
  font-size: 1.15rem;
  font-weight: 900;
}

.checkout-login-compact {
  margin: 0 0 18px;
  padding: 12px 16px;

  border: 1px solid #e5e7eb;
  border-radius: 14px;

  background: #f9fafb;
  color: #64748b;

  font-size: .95rem;
  line-height: 1.4;
}

.checkout-login-compact a {
  color: #2563eb;
  font-weight: 800;
  text-decoration: none;
}

.checkout-login-compact a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .checkout-login-compact {
    text-align:center;
    font-size:.85rem;
    color:#6b7280;
    background:none;
    border:0;
    padding:0;
    margin-bottom:12px;
  }
}

.billing-preview-content .company:empty,
.billing-preview-content div:empty {
  display: none;
}

.shop-footer {
  margin-top: 60px;
  background: #111827;
  color: #e5e7eb;
  font-size: 14px;
}

.shop-footer a {
  color: #e5e7eb;
  text-decoration: none;
}

.shop-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 45px 24px;
  display: grid;
  grid-template-columns: 1.25fr 1.25fr 1fr 1fr 1.4fr;
  gap: 32px;
}

.footer-col h3 {
  color: #ffffff;
  font-size: 17px;
  margin: 0 0 16px;
}

.footer-col p {
  margin: 0 0 12px;
  line-height: 1.55;
  color: #cbd5e1;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 9px;
}

.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid #374151;
  border-radius: 8px;
  padding: 11px 12px;
  background: #ffffff;
  color: #111827;
}

.newsletter-form button {
  border: 0;
  border-radius: 8px;
  padding: 11px 14px;
  background: #f59e0b;
  color: #111827;
  font-weight: 700;
  cursor: pointer;
}

.footer-middle {
  border-top: 1px solid #263244;
  border-bottom: 1px solid #263244;
}

.footer-badges {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-badges span {
  background: #ffffff;
  color: #111827;
  border-radius: 8px;
  padding: 7px 12px;
  font-weight: 600;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #9ca3af;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1050px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 650px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    grid-column: auto;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.product-categories {
   margin-bottom: 20px;

}

body {
  background: #f6f8fb;
}

.product-categories a {
    display: inline-block;
    padding: 6px 12px;
    background-color: #eee;
    color: #333;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
}

.product-categories a:hover {
    background-color: #ddd;
}

.main-menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border-bottom: 1px solid #e5e7eb;
  min-height: 52px;
}

.menu-strip {
  flex: 1;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  height:61px;
}

.menu-strip::-webkit-scrollbar {
  display: none;
}

.menu-root, menu-Fly {
  display: flex;
  align-items: stretch;
  gap: 20px 23px;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.menu-item {
  position: relative;
  flex: 0 0 auto;
}

#menu-Fly {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.3s ease;
  max-height: 60px;
  padding: 10px 0;
  background-color: #2b3241;
}

#menu-Fly.menu-open {
  max-height: 200px;
  /* background-color: azure; */
}



.menu-item > a {
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease;
}

.menu-item > a:hover {
  color: red;
}

.menu-item.has-children > a::after {
  content: "▾";
  margin-left: 8px;
  font-size: 11px;
}



.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 900px;
  max-width: 1200px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  border-radius: 0 0 16px 16px;
  padding: 24px;
  display: none;
  z-index: 1200;
  white-space: normal;
}

.menu-item.has-children:hover > .mega-menu,
.menu-item.touch-open > .mega-menu {
  display: block;
}

.menu-item > .mega-menu {
  display: none !important;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 28px;
}

.mega-col {
  min-width: 0;
}

.mega-head {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}

.mega-head:hover {
  text-decoration: underline;
}

.mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-links li {
  margin: 0 0 8px 0;
}

.mega-links a {
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}

.mega-links a:hover {
  color: #111827;
  text-decoration: underline;
}

.menu-scroll {
  flex: 0 0 auto;
  height: 36px;
  width: 36px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  display: none;
}


.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: none;
  z-index: 2000;
}

.mobile-menu-overlay.open {
  display: block;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: min(88vw, 420px);
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  z-index: 2100;
  box-shadow: 10px 0 30px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
}

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

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 700;
}

.mobile-menu-close {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.mobile-menu-body {
  overflow: auto;
  padding: 10px 0 30px 0;
}

.mobile-menu-list,
.mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-list > li,
.mobile-submenu > li {
  border-bottom: 1px solid #f1f5f9;
}

.mobile-link-row {
  display: flex;
  align-items: center;
}

.mobile-link-row > a,
.mobile-menu-list > li > a,
.mobile-submenu > li > a {
  flex: 1;
  display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: #111827;
  font-size: 15px;
}

.mobile-expand {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.mobile-submenu {
  display: none;
  background: #fafafa;
}

.mobile-submenu.open {
  display: block;
}

.mobile-submenu .mobile-submenu {
  background: #f4f4f5;
}

@media (max-width: 1100px) {
  .mega-menu {
    min-width: 760px;
  }

  .mega-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}

@media (max-width: 900px) {
  .menu-scroll,
  .menu-strip, #mainMenu {
    display: none;
  }

  .main-menu {
    justify-content: flex-end;
    padding: 6px 10px;
  }
}

@media (min-width: 901px) {
  .mobile-menu-overlay,
  .mobile-menu-panel {
    /*display: none !important;*/
  }
}

/* ===== BREADCRUMB BASIS ===== */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  padding: 12px 19px;
}

.crumb-popup {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 9999;
  max-width: calc(100vw - 20px);
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

@media (hover: hover) and (pointer: fine) {
  .crumb:hover > .crumb-popup {
    display: block;
  }
}

.crumb-popup a {
    white-space: normal;
    color: #000;
    word-break: break-word;
    font-size: inherit;
    text-decoration: auto;
    font-weight: 500;
    line-height: 24px;
}

.crumb-popup > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 10px;
}

.crumb-popup ul {
  list-style: none;
}  

@media (max-width: 600px) {
  .crumb-popup {
    position: absolute;
    top: 257px;
    left: 10px;
    right: 10px;
    /*max-height: calc(100vh - 80px);*/
    overflow-y: auto;
  }

  .crumb-popup > ul {
    grid-template-columns: 1fr;
  }
}

.crumb-popup > ul > li > a {
  font-weight: 600;
}

/* 2 Ebenen untereinander */
.submenu-root {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 20px;
  padding: 0;
}

.root-item > a {
  font-weight: bold;
  margin-bottom: 5px;
}

.submenu-child {
  margin-top: 5px;
}

.submenu-child li a {
  padding: 4px 0;
  display: block;
}

.crumb > a, .breadcrumb .sep {
display: inline-block;
    padding: 6px 0px;
    /* background-color: #eee; */
    color: #333;
    border-radius: 4px;
    /* margin-right: 8px; */
    margin-bottom: 8px;
    text-decoration: none;
}

.breadcrumb .sep {
    color: #999;
    background-color: inherit;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.crumb.touch-open > .crumb-popup {
  display: block;
}

.menu-strip {
  /*height: 42px;
  overflow: hidden;*/
  transition: height 1.25s ease;
}

/* geöffnet */
.menu-root, .menu-open {
   /*height: auto;*/
}