body {
  background: var(--site-background-color);
}
.biogourmet-favorite-picker {
  position: relative;
  display: inline-block;
}
.biogourmet-favorite-picker > summary {
  list-style: none;
  cursor: pointer;
}
.biogourmet-favorite-picker > summary::-webkit-details-marker {
  display: none;
}
.biogourmet-favorite-picker.is-favorite > summary {
  border-color: #c9a857;
  color: #c9a857;
}
.biogourmet-favorite-picker.compact > summary {
  min-width: 38px;
  padding-left: 10px;
  padding-right: 10px;
}
.biogourmet-favorite-menu {
  position: absolute;
  z-index: 1050;
  top: calc(100% + 6px);
  right: 0;
  width: 265px;
  padding: 10px;
  border: 1px solid #4b422f;
  border-radius: 6px;
  background: #1b1b1b;
  color: #ededed;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .48);
  text-align: left;
}
.biogourmet-favorite-menu strong {
  display: block;
  margin: 2px 5px 8px;
  font-size: 13px;
  color: #ededed;
}
.biogourmet-favorite-menu a {
  display: block;
  padding: 8px;
  border-radius: 3px;
  color: #e4e4e4;
  text-decoration: none;
}
.biogourmet-favorite-menu a:hover,
.biogourmet-favorite-menu a.active {
  background: #332d20;
  color: #e4bd5d;
}
.biogourmet-favorite-menu a.active::before {
  content: "\2713\00a0";
}
.biogourmet-favorite-menu a.remove {
  margin-top: 6px;
  border-top: 1px solid #383838;
  border-radius: 0;
  color: #dc7773;
}
.listing.products.rows .biogourmet-favorite-menu {
  top: auto;
  bottom: calc(100% + 6px);
}
.favorite-intent-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0;
}
.favorite-intent-tabs .btn {
  background: #2b2b2b;
  border-color: #555;
  color: #f4f4f4;
}
.favorite-intent-tabs .btn:hover,
.favorite-intent-tabs .btn:focus {
  background: #3a3a3a;
  border-color: #c9a857;
  color: #fff;
}
.favorite-intent-tabs .btn.active {
  border-color: #c9a857;
  background: #c9a857;
  color: #111;
}
.favorite-intent-badge {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 7px;
  border-radius: 12px;
  background: #eee;
  font-size: 12px;
}
.favorite-intent-badge.try { background: #e8f1f5; color: #315a6c; }
.favorite-intent-badge.regular { background: #f2ead5; color: #725b1f; }
.favorite-intent-badge.unassigned { background: #fbe9e7; color: #9b3d32; }
@media (min-width: 768px) {
  .favorite-table-responsive {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .biogourmet-favorite-menu {
    position: fixed;
    top: 50%;
    right: 20px;
    left: 20px;
    width: auto;
    transform: translateY(-50%);
  }
}
body.has-offcanvas {
  overflow: hidden;
}
#page-container {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
#content-wrapper {
  flex-grow: 1;
  margin: 0 0.5em;
}
@media (min-width: 1460px) {
  #content-wrapper {
    margin: 0;
  }
}
#important-notice {
  background: var(--important-notice-background-color);
  color: var(--important-notice-text-color);
  text-align: center;
}
#important-notice .fourteen-forty {
  padding: 0.5em var(--gutter-x);
}
@media (max-width: 991px) {
  #site-menu {
    position: sticky;
    display: block;
    top: 0;
    z-index: 999;
    transition: top 200ms linear;
  }
  #site-menu .navbar-header a {
    color: var(--navigation-text-color);
  }
}
@media (max-width: 991px) {
  #site-menu .container {
    padding: 0 !important;
  }
}
#site-menu .quick-access {
  display: flex;
  font-size: 0.8em;
  align-items: center;
  gap: 1em;
}
@media (min-width: 768px) {
  #site-menu .quick-access {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  #site-menu .quick-access {
    font-size: 1em;
  }
}
#site-menu .navbar {
  padding: 0.5rem var(--gutter-x);
}
@media (min-width: 992px) {
  #site-menu .navbar {
    margin-top: 6.5em;
    padding: 0;
  }
  #site-menu .navbar .dropdown-menu .nav-link {
    background: var(--dropdown-menu-item-background-color);
    color: var(--dropdown-menu-item-text-color);
  }
  #site-menu .navbar .dropdown-menu .nav-link:hover {
    filter: brightness(0.95);
  }
}
#site-menu .dropdown-menu {
  overflow: hidden;
  --gutter-y: 0.75em;
}
body.scrolling-down #site-menu {
  top: -6em;
}
.navbar-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.5em 1em;
  justify-content: space-between;
  background: var(--header-background-color);
  color: var(--header-text-color);
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-header {
    gap: var(--gutter-x);
  }
}
@media (min-width: 992px) {
  .navbar-header {
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    margin-bottom: var(--gutter-y);
    padding-left: 1em;
    padding-right: 1em;
  }
}
.navbar-header .fourteen-forty {
  display: inherit;
  flex-flow: inherit;
  gap: inherit;
  justify-content: inherit;
  align-items: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-header .logotype {
  flex-grow: 1;
}
.navbar-header .logotype img {
  max-width: 140px;
  max-height: 32px;
}
@media (min-width: 768px) {
  .navbar-header .logotype img {
    max-width: 250px;
    max-height: 60px;
  }
}
@media (min-width: 768px) {
  .navbar-header .logotype {
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar-header .logotype {
    flex-grow: 0;
  }
}
.navbar-header .navbar-brand {
  display: none;
  width: calc(var(--sidebar-width) + var(--gutter-x)/2);
  font-size: 17px;
}
.navbar-header .navbar-brand:hover,
.navbar-header .navbar-brand:focus {
  text-decoration: none;
}
.navbar-header .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar-header .navbar-brand {
    display: block;
  }
}
.navbar-header form[name="search_form"] .input-group {
  background-color: #444;
}
.navbar-header .navbar-search {
  flex: 1 1 auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .navbar-header .navbar-search {
    width: 100%;
    order: 999;
  }
}
@media (min-width: 992px) {
  .navbar-header .navbar-search {
    max-width: 600px;
  }
}
.navbar-header .navbar-icon {
  font-size: 1.5em;
}
#cart {
  position: relative;
  display: inline-block;
}
#cart > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px transparent solid;
  border-radius: var(--border-radius);
  color: inherit;
  white-space: nowrap;
}
#cart > a:hover {
  border-color: var(--default-border-color);
  text-decoration: none;
}
#cart img {
  max-width: 2em;
  max-height: 2em;
}
@media (min-width: 768px) {
  #cart img {
    font-size: 1.5em;
  }
}
#cart .badge {
  background: #c90000;
  border-radius: 2rem;
  padding: 0.25em 0em;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 15px;
  right: -10px;
  width: 2em;
  animation: pulsating 1.5s linear infinite;
  font-size: 10px;
}
#cart .badge:empty {
  display: none;
}
#favorites-link {
  position: relative;
}
#favorites-link .badge {
  background: #c90000;
  border-radius: 2rem;
  padding: 0.25em 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 15px;
  right: -8px;
  width: 2em;
  font-size: 10px;
}
#favorites-link .badge:empty {
  display: none;
}
#box-customer-favorites .favorite-image-column,
#box-customer-favorites .favorite-image-cell {
  width: 64px;
  text-align: center;
}
#box-customer-favorites .favorite-product-thumbnail {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: var(--border-radius);
  background: #fff;
}
#box-checkout-cart .cart-actions {
  padding-top: 0.75rem;
}
@media (max-width: calc(768px - 1px)) {
  #cart .details {
    display: none;
  }
  #cart #cart .badge {
    top: 15px;
    right: 0;
  }
}
#sidebar {
  position: relative;
  display: flex;
  flex-flow: column;
}
#footer {
  background-color: var(--footer-background-color);
  color: var(--footer-text-color);
  padding: var(--gutter-y) var(--gutter-x);
}
#footer a {
  color: inherit;
}
#footer .columns {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  grid-gap: var(--gutter-x);
}
@media (min-width: 768px) {
  #footer .columns {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  #footer .columns {
    grid-template-columns: repeat(5, 1fr);
  }
}
#footer .title {
  font-size: 1.5em;
  margin: 0 0 0.75em 0;
  color: var(--footer-title-color);
}
#footer ul.list-vertical li {
  padding: 0;
}
#copyright {
  background: var(--copyright-background-color);
  color: var(--copyright-text-color);
}
#copyright .container {
  padding: 0.75em var(--gutter-x);
}
#copyright .notice {
  text-align: center;
}
#copyright .notice a {
  color: inherit;
  text-decoration: underline;
}
#scroll-up {
  bottom: 30px;
  display: none;
  height: 48px;
  opacity: 0.3;
  position: fixed;
  right: 30px;
  width: 48px;
}
/* Boxes */
.box {
  margin-bottom: var(--gutter-y);
}
#box-filter .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#box-filter .filters > * {
  flex: 1 1 auto;
  min-width: fit-content;
}
#box-filter .filters [data-toggle="dropdown"] {
  cursor: pointer;
}
#box-filter .filters .dropdown-menu li {
  margin: 0.5em 1em;
}
#box-filter .filters .dropdown-menu .option {
  white-space: nowrap;
}
#box-filter .manufacturers ul {
  max-height: 200px;
  overflow-y: auto;
}
#box-filter .tokens {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#box-filter .tokens:not(:empty) {
  padding-top: var(--gutter-y);
}
#box-filter .tokens .token {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: var(--border-radius);
  cursor: default;
}
#box-filter .tokens .token[data-group="name"] {
  background: #cbe2b6;
}
#box-filter .tokens .token[data-group="manufacturer"] {
  background: #b6c2e2;
}
#box-filter .tokens .token[data-group^="attribute"] {
  background: #e2c6b6;
}
#box-filter .tokens .token .remove {
  padding-inline-start: 0.5em;
  color: inherit;
  font-weight: 600;
}
#box-cookie-notice {
  background: var(--cookie-notice-background-color);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  backdrop-filter: saturate(200%) blur(5px);
  color: var(--cookie-notice-text-color);
  z-index: 999;
}
#box-cookie-notice .notice {
  margin-bottom: 1em;
}
#box-cookie-notice .notice a {
  color: inherit;
  text-decoration: underline;
}
#box-cookie-notice button {
  margin: 0 0.5em;
}
@media (min-width: 768px) {
  #box-cookie-notice {
    max-width: 480px;
    margin: 0 auto;
    bottom: var(--gutter-y);
    border-radius: var(--border-radius);
  }
}
#box-recently-viewed-products .link img {
  transition: all 100ms linear;
}
#box-recently-viewed-products .link img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  #box-also-purchased-products {
    position: sticky;
    top: 0;
  }
}
#box-manufacturer-logotypes img {
  max-height: 60px;
}
#box-recently-viewed-products .listing {
  grid-template-columns: repeat(auto-fill, minmax(48px, 0.5fr));
}
.listing {
  display: grid;
  grid-gap: var(--gutter-x);
}
@media (min-width: 768px) {
  .listing {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.listing.products.columns {
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
}
@media (min-width: 768px) {
  .listing.products.columns {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media (min-width: 992px) {
  .listing.products.columns {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  }
}
.listing.products.rows {
  grid-auto-flow: row;
  grid-template-columns: initial;
}
.listing.categories {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.listing.manufacturers {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  .listing.manufacturers {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.listing h1,
.listing h2,
.listing h3 {
  padding-bottom: 0;
  border: none;
}
.listing a {
  color: inherit;
  text-decoration: none;
}
.listing .category,
.listing .manufacturer,
.listing .product {
  position: relative;
  overflow: hidden;
  background: var(--image-whitespace-color);
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
  transform: scale(1);
  transition: all 100ms linear;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .listing .category:hover,
  .listing .manufacturer:hover,
  .listing .product:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
  }
}
.listing .category {
  position: relative;
  background: var(--whitespace-color);
}
.listing .category .caption {
  background: var(--whitespace-color);
  padding: calc(var(--gutter-y)/2) var(--gutter-x);
  color: var(--default-text-color);
  text-align: center;
}
.listing .category .caption * {
  font-weight: normal;
  color: inherit;
  margin: 0;
}
.listing .category .caption .name {
  font-size: 1.15em;
}
.listing .manufacturer {
  position: relative;
  background: var(--whitespace-color);
}
.listing .manufacturer img {
  width: 100%;
  height: auto;
  padding: 1rem;
}
.listing .manufacturer .caption {
  margin: 0;
  padding: calc(var(--gutter-y)/2) var(--gutter-x);
  background: #f2f2f2;
  color: var(--default-text-color);
  text-align: center;
}
.listing .product {
  position: relative;
  background: var(--whitespace-color);
}
.listing .product .link {
  text-decoration: none;
}
.listing .product .image-wrapper {
  background: var(--image-whitespace-color);
}
.listing .product .image-wrapper .sticker {
  position: absolute;
  top: 20px;
  left: -32px;
  width: 125px;
  padding: 0.25rem 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
}
.listing .product .image-wrapper .sticker.new {
  background: rgba(251, 184, 41, 0.9);
}
.listing .product .image-wrapper .sticker.sale {
  background: rgba(237, 60, 50, 0.9);
}
.listing .product .name {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 40px;
  font-size: 1em;
  font-weight: 400;
  line-height: 115%;
  border-bottom: 0;
  margin: 0;
}
.listing .product .manufacturer-name {
  color: var(--default-text-color);
  font-size: 0.9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 200%;
  opacity: 0.75;
}
.listing .product .description {
  max-width: 640px;
  text-align: left;
}
.listing .product .stock-available .value {
  color: #009900;
}
.listing .product .stock-partly-available .value {
  color: #ff9900;
}
.listing .product .stock-unavailable .value {
  color: #cc0000;
}
.listing .product .price-wrapper {
  font-size: 1.25em;
}
.listing .product .price-wrapper .price {
  font-weight: bold;
  white-space: nowrap;
}
.listing .product .price-wrapper .regular-price,
.listing .product .price-wrapper .recommended-price {
  color: var(--default-text-color);
  font-size: 0.75em;
  font-weight: normal;
  white-space: nowrap;
}
.listing .product .price-wrapper .campaign-price {
  font-weight: bold;
  color: #c00;
  white-space: nowrap;
}
.listing .product .preview {
  margin: 0 -1px -1px -1px;
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  padding: var(--input-padding-y);
  width: 3em;
  box-shadow: none;
}
@media (min-width: 768px) {
  .listing .product:hover .preview {
    display: inline-block;
  }
}
.listing.columns .product .image {
  width: 100%;
  height: auto;
}
.listing.columns .product .info {
  padding: 0.5rem 0;
  text-align: center;
}
.listing.columns .product .description {
  display: none;
}
.listing.columns .product .price-wrapper {
  position: initial;
}
.listing.rows .product .link {
  display: flex;
  gap: var(--gutter-x);
  padding: var(--gutter-y) var(--gutter-x);
}
.listing.rows .product .info {
  flex: 1 1 auto;
}
.listing.rows .product .image-wrapper {
  width: 175px;
}
@media (min-width: 768px) {
  .listing.rows .product .image-wrapper {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .listing.rows .product {
    height: auto;
  }
  .listing.rows .product .description {
    margin-bottom: 1em;
  }
}
#box-product form[name="buy_now_form"] {
  padding: var(--gutter-y) var(--gutter-x);
  margin: 1em 0;
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
}
#box-product .images {
  margin-bottom: var(--gutter-y);
}
#box-product .main-image {
  position: relative;
  background: var(--whitespace-color);
  overflow: hidden;
}
#box-product .main-image .sticker {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  top: 15px;
  left: -35px;
  padding: 0.25rem 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  width: 140px;
}
#box-product .main-image .sticker.new {
  background: rgba(251, 184, 41, 0.85);
}
#box-product .main-image .sticker.sale {
  background: rgba(237, 60, 50, 0.85);
}
#box-product .price-wrapper {
  font-size: 1.75em;
}
#box-product .price-wrapper .regular-price,
#box-product .price-wrapper .recommended-price {
  font-size: 0.75em;
}
#box-product .price-wrapper .campaign-price {
  color: #cc0000;
}
#box-product .tax {
  color: #999;
}
#box-product .stock-available .value {
  color: #009900;
}
#box-product .stock-partly-available .value {
  color: #ff9900;
}
#box-product .stock-unavailable .value {
  color: #cc0000;
}
#box-product .out-of-stock-notice {
  background: var(--default-background-color);
  border: 1px solid var(--default-border-color);
  padding: var(--gutter-y) var(--gutter-x);
  border-radius: var(--border-radius);
}
#box-product .stock-notice {
  margin-top: 1em;
  padding: 0.5em;
  border-radius: var(--border-radius);
  border: 1px #86cb00 solid;
  color: #86cb00;
}
#box-product .stock-notice:empty {
  display: none;
}
#box-product .stock-notice.notice {
  color: #e58310;
  border-color: #e58310;
}
#box-product .stock-notice.warning {
  color: #c00;
  border-color: #c00;
}
#box-product .stock-notice .description {
  margin-top: 1em;
  font-size: 0.8em;
}
#box-product .social-bookmarks {
  font-size: 1.75em;
  margin-top: 1em;
}
#box-product .social-bookmarks a {
  margin: 0 0.25em;
}
#box-product .description p:first-child {
  margin-top: 0;
}
#box-product .description p:last-child {
  margin-bottom: 0;
}
#box-product .description a {
  text-decoration: underline;
}


/* Checkout – Formular visuell abheben */
/* Checkout – Formular mit Gold-Akzenten */
#box-checkout-customer input,
#box-checkout-customer select,
#box-checkout-customer textarea {
  border: 1px solid #4a4a4a !important;
  background: #181818 !important;
  color: #fff !important;
}

#box-checkout-customer input:focus,
#box-checkout-customer select:focus,
#box-checkout-customer textarea:focus {
  border-color: #c9a86a !important;   /* Gold */
  box-shadow: 0 0 4px #c9a86a55 !important;
  background: #1e1e1e !important;
}

#box-checkout-customer label {
  color: #c9a86a !important;  /* Gold für Labels */
}
/* Gold-Checkboxen fix – überschreibt alles korrekt */
#box-checkout-customer input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #c9a86a !important;
  background: #181818 !important;
  border-radius: 3px !important;
  position: relative !important;
  cursor: pointer !important;
  display: inline-block !important;
}

#box-checkout-customer input[type="checkbox"]:checked {
  background-color: #c9a86a !important;
  border-color: #c9a86a !important;
}

#box-checkout-customer input[type="checkbox"]:checked::after {
  content: "✓" !important;
  position: absolute !important;
  top: -3px !important;
  left: 2px !important;
  font-size: 18px !important;
  color: #181818 !important;
  font-weight: bold !important;
  line-height: 1 !important;
}

/* Fix: Suchfeld Textfarbe */
.navbar-header form[name="search_form"] input,
.navbar-header form[name="search_form"] input[type="search"]{
  color: #ddd !important;
}

/* optional: Placeholder */
.navbar-header form[name="search_form"] input::placeholder{
  color: #999 !important;
}



/* ---------- VISUELLE STRUKTUR / KONTRAST ---------- */

/* Navigation klarer */
#site-menu,
#site-menu .navbar,
#site-menu .navbar-header,
#site-menu .offcanvas,
#site-menu .offcanvas-body {
  background:#151515;
  border-bottom:1px solid #1a1a1a;
}

/* Navigation Links Gold */
#site-menu a {
  color:#d4b170;
}

#site-menu a:hover {
  color:#f1d49a;
}

/* Sidebar trennen */
#sidebar {
  background:#0d0d0d;
  border-right:1px solid #222;
}

/* aktive Kategorie */
#sidebar .active {
  background:#1c1c1c;
  border-left:3px solid #c9a86a;
}

/* Produktkarten besser sichtbar */
.listing .product {
  background:#121212;
  border:1px solid #2c2c2c;
}

/* Hover Effekt */
.listing .product:hover {
  border-color:#c9a86a;
}

/* Überschriften klarer */
h1, h2, h3 {
  color:#f0f0f0;
}

h1 {
  border-bottom:1px solid #2a2a2a;
  padding-bottom:8px;
}

/* Produktname */
.product .name {
  color:#ffffff;
}

/* Hersteller dezenter */
.product .manufacturer-name {
  color:#9a9a9a;
}

/* Buttons */
.btn-success {
  background:#c9a86a;
  border-color:#c9a86a;
  color:#111;
}

.btn-success:hover {
  background:#e0bf82;
}

/* ---------- VISUELLE STRUKTUR / KONTRAST ENDE ---------- */



/* Kontaktformular / Formulare: bessere Erkennbarkeit  */

/* Form-Block optisch rahmen */
#box-contact-us form,
#box-customer-service form,
#box-contact form {
  background: #101010;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 16px;
}

/* Standard-Felder */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="search"],
form input[type="number"],
form input[type="password"],
form select,
form textarea {
  background:#1e1e1e !important;
  border:1px solid #444 !important;
  color:#fff !important;
  padding:10px 12px !important;
  border-radius:6px !important;
}

/* Input-Group (E-Mail Feld mit Icon links) */
form .input-group .form-control,
form .input-group input,
form .input-group select {
  background:#1e1e1e !important;
  border:1px solid #444 !important;
  color:#fff !important;
}

form .input-group-text,
form .input-group-addon {
  background:#1e1e1e !important;
  border:1px solid #444 !important;
  color:#c9a86a !important;
}

/* Hover */
form input:hover,
form textarea:hover,
form select:hover {
  border-color:#666 !important;
}

/* Fokus */
form input:focus,
form textarea:focus,
form select:focus,
form .input-group .form-control:focus {
  background:#222 !important;
  border-color:#c9a86a !important;
  box-shadow:0 0 0 2px rgba(201,168,106,0.25) !important;
  outline:none !important;
}

/* Placeholder */
form input::placeholder,
form textarea::placeholder {
  color:#8a8a8a !important;
}

/* Label klarer */
form label {
  color:#e6e6e6 !important;
  font-weight:600 !important;
}

/* Pflichtstern */
form label .required,
form label .text-danger {
  color:#c9a86a !important;
}

/* Senden-Button wie "In den Warenkorb" (grün) */
#box-contact-us .btn,
#box-customer-service .btn,
#box-contact .btn {
  background:#5c8f55 !important;
  border-color:#5c8f55 !important;
  color:#fff !important;
}

#box-contact-us .btn:hover,
#box-customer-service .btn:hover,
#box-contact .btn:hover {
  background:#6da866 !important;
  border-color:#6da866 !important;
  color:#fff !important;
}

/* Kontaktformular / Formulare: bessere Erkennbarkeit (ENDE) */


/* =========================
   Checkout Cart (Warenkorb)
   Selektoren: #box-checkout-cart, .items, .item
   ========================= */

/* Kopfzeile (Bild/Artikel/Menge/EAN/Art.Nr.) klarer */
#box-checkout-cart .headings {
  background: #121212;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 0 0 12px 0;
  color: #d8d8d8;
  font-weight: 600;
}

/* Zeilen stärker trennen, mehr "Tabelle"-Gefühl */
#box-checkout-cart ul.items {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

#box-checkout-cart ul.items > li.item {
  background: #101010;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 12px 14px;
}

/* bessere visuelle Spaltenausrichtung */
#box-checkout-cart ul.items > li.item .row {
  align-items: center;
}

/* Produktname/Link: mehr Kontrast */
#box-checkout-cart .name a {
  color: #f2f2f2 !important;
  text-decoration: none;
}
#box-checkout-cart .name a:hover {
  text-decoration: underline;
}

/* Bild-Thumb: sauberer Rahmen */
#box-checkout-cart a.thumbnail {
  background: #0c0c0c;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 6px;
  display: inline-block;
}
#box-checkout-cart a.thumbnail img {
  border-radius: 8px;
}

/* Menge: Input + VE + Buttons als eine klare Zeile */
#box-checkout-cart .col-sm-3 > div[style*="inline-flex"] {
  gap: 8px;
  align-items: center;
}

/* Input-Group im Warenkorb: kontrastreicher */
#box-checkout-cart .input-group .form-control {
  background: #181818 !important;
  border: 1px solid #444 !important;
  color: #fff !important;
  height: 38px;
}
#box-checkout-cart .input-group .input-group-text {
  background: #141414 !important;
  border: 1px solid #444 !important;
  color: #c9a86a !important;
  height: 38px;
}

/* Update/Delete Buttons: konsistent, klar */
#box-checkout-cart button.btn.btn-default {
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  color: #e6e6e6;
  height: 38px;
  width: 42px;
  border-radius: 10px;
}
#box-checkout-cart button.btn.btn-default:hover {
  border-color: #c9a86a;
}

#box-checkout-cart button.btn.btn-danger {
  background: #8b1f1f;
  border: 1px solid #a33;
  color: #fff;
  height: 38px;
  width: 42px;
  border-radius: 10px;
}
#box-checkout-cart button.btn.btn-danger:hover {
  filter: brightness(1.05);
}

/* EAN / Art.Nr: dezenter, aber lesbar */
#box-checkout-cart .col-sm-2.text-start {
  color: #d0d0d0;
  font-variant-numeric: tabular-nums;
}

/* Mobile: Headings aus, Items wirken dann wie Cards */
@media (max-width: 767px) {
  #box-checkout-cart ul.items > li.item {
    padding: 12px;
  }
}

/* CHECKOUT CARD ÄNDERUNGEN ENDE  */

/* STARTSEITE - Intro-Bereich ANFANG */
.b2b-intro-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 24px auto 28px;
  align-items: start;
}

/* STARTSEITE - Login-Box ANFANG */
.b2b-login-box {
  margin: 0;
  text-align: left;
  font-size: 14px;
}

.b2b-login-box .box {
  margin: 0;
  height: 100%;
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 30px 36px;
}

.b2b-login-box a {
  margin-left: 8px;
  color: #c8a24a;
}
/* STARTSEITE - Login-Box ENDE */


/* STARTSEITE - NEUE (ANLEITUNG) BOX ANFANG */
.b2b-start-box {
  margin: 0;
  padding: 30px 36px;
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  height: 100%;
}

.b2b-start-box h2 {
  margin: 0 0 24px;
  text-align: left;
  font-size: 30px;
  line-height: 1.2;
}

.b2b-order-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.b2b-order-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #333;
}

.b2b-order-step:first-child {
  border-top: 0;
  padding-top: 0;
}

.step-number {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border: 2px solid #c8a24a;
  border-radius: 50%;
  color: #c8a24a;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

.step-text h3 {
  margin: 2px 0 6px;
  font-size: 22px;
  line-height: 1.2;
}

.step-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
}

.b2b-detail-link {
  margin: 20px 0 0;
  text-align: left;
}

.b2b-detail-link a {
  font-weight: 600;
}
/* STARTSEITE - NEUE BOX ENDE */


/* STARTSEITE - Kategorie-Boxen ANFANG */
#box-categories .listing.categories {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

#box-categories .listing.categories li {
  list-style: none;
}

#box-categories .listing.categories a {
  display: block;
  background: #121212;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  color: #ddd;
  height: 100%;
}

#box-categories .listing.categories img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}

#box-categories .listing.categories a:hover {
  border-color: #c8a24a;
}

/* Alle Produkte hervorheben */
#box-categories .category.all-products {
  border: 1px solid #c8a24a !important;
  background: linear-gradient(180deg, #1a1a1a, #121212);
}

#box-categories .category.all-products:hover {
  border-color: #e0b95c !important;
}

/* Titel deutlicher */
#box-categories .category.all-products .name {
  color: #c8a24a;
  font-weight: 600;
}
/* STARTSEITE - Kategorie-Boxen ENDE */


@media (max-width: 900px) {
  .b2b-intro-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 700px) {
  .b2b-login-box .box,
  .b2b-start-box {
    padding: 22px 20px;
  }

  .b2b-order-step {
    gap: 14px;
  }

  .step-number {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 22px;
    line-height: 40px;
  }

  .step-text h3 {
    font-size: 18px;
  }

  .step-text p {
    font-size: 15px;
  }
}



/* STARTSEITE - Abschlussblock ANFANG */
.b2b-end-block {
  margin: 40px auto 20px;
  width: 100%;
	max-width: 1200px;
	gap: 24px;
  padding: 28px 32px;
  border-top: 1px solid #2a2a2a;
  text-align: center;
}

.b2b-end-inner h2 {
  margin: 0 0 10px;
  font-size: 26px;
}

.b2b-end-inner p {
  margin: 0 0 18px;
  color: #ccc;
  font-size: 16px;
}

.b2b-end-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.b2b-end-contact {
  color: #c8a24a;
  font-size: 14px;
}

/* STARTSEITE - Kategorien volle Breite */
#box-categories .card-body {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#box-categories .listing.categories {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
}
#box-categories .listing .category .caption {
  background: transparent !important;
}
/* STARTSEITE - Abschlussblock ENDE */

/* Kategorie-Pfeile in Sidebar ausblenden */
#sidebar .fa-angle-down,
#sidebar .fa-angle-right {
  display: none !important;
}

/* Aktive Kategorie deutlich hervorheben */
#sidebar .active {
  background: #262018 !important;
  border-left: 3px solid #c9a86a !important;
}

#sidebar .active > a {
  color: #b8944a !important;
  font-weight: 600;
}

/* Statische Inhaltsseiten schmaler */
#box-page {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


/* Notices größer und auffälliger */
#notices {
  font-size: 1.1rem;
}

#notices .alert {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px 16px;
}

#notices .alert-success,
#notices .alert-warning,
#notices .alert-danger,
#notices .alert-info {
  font-size: 1.1rem;
  font-weight: 400;
}

#notices .alert .close {
  font-size: 1.2rem;
  font-weight: 400;
}

/* Schwebende Warenkorbmeldung ohne Sprung zum Seitenanfang */
#floating-cart-notices {
  position: fixed;
  top: 16px;
  left: 50%;
  width: min(760px, calc(100% - 32px));
  transform: translateX(-50%);
  z-index: 1000000;
  pointer-events: none;
}

#floating-cart-notices .floating-cart-notice {
  margin: 0;
  padding: 12px 16px;
  font-size: 1.1rem;
  line-height: 1.4;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .28);
  pointer-events: auto;
}

#floating-cart-notices .close {
  margin-left: 16px;
}


.navbar-search .form-control {
  border-color:#c8a24a;
}

.navbar-search .input-group-icon {
  color:#c8a24a;
}

.breadcrumb {
  margin-top: 10px !important;
}

/* Pfeil nach oben aktivieren */
#scroll-up {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  opacity: .9;
}

#scroll-up i {
  color: #c8a24a !important;
}

#scroll-up:hover {
  opacity: 1;
}


.b2b-customer-strip {
  margin: 24px auto 28px auto !important;
  max-width: 1180px;
  background: linear-gradient(135deg, #141414, #101010) !important;
  border: 1px solid rgba(200,162,74,.28) !important;
  border-radius: 10px !important;
  padding: 18px 24px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.b2b-customer-strip a {
  color: #c8a24a;
  text-decoration: none;
}

.b2b-customer-strip a:hover {
  color: #f1d49a;
  text-decoration: underline;
}

.b2b-customer-strip {
  text-align: center;
}

.b2b-customer-strip > div {
  justify-content: center;
}

/* STARTSEITE – Neueste Produkte gleiche Breite wie Kategorien */
#box-latest-products {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* STARTSEITE - Kategorie-Kacheln Mobile Fix */
@media (max-width: 700px) {
  #box-categories .listing.categories {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  #box-categories .listing.categories a {
    min-height: 135px !important;
    padding: 12px 8px !important;
  }

  #box-categories .listing.categories img {
    display: block !important;
    width: 100% !important;
    height: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    margin: 0 auto 10px auto !important;
  }

  #box-categories .listing .category .caption {
    display: block !important;
    padding: 4px 2px !important;
  }

  #box-categories .listing .category .caption .name {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }
}
