/* =========================================================
   LFS INFO ESSENTIAL
   Artikelnummer + FAQ Button
========================================================= */

.lfs--info-essential.info-essential.row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 0 12px 0 !important;
  padding: 0 !important;

  gap: 8px !important;

  box-sizing: border-box !important;
}

/* Bootstrap Spalten neutralisieren */
.lfs--info-essential.info-essential.row > .col-12.col-sm-12.col-md-8.col-lg-6,
.lfs--info-essential.info-essential.row > .col-md-4.col-lg-6 {
  padding: 0 !important;
  margin: 0 !important;

  min-width: 0 !important;

  box-sizing: border-box !important;
}

/* Artikelnummer links */
.lfs--info-essential.info-essential.row > .col-12.col-sm-12.col-md-8.col-lg-6 {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}

/* FAQ Button rechts */
.lfs--info-essential.info-essential.row > .col-md-4.col-lg-6 {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

/* =========================================================
   ARTIKELNUMMER LABEL
========================================================= */

.lfs--label-artknr.blanklist.nav.nav-sm {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.product-sku.nav-it {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;

  min-height: 47px !important;

  margin: 0 !important;
  padding: 10px 12px !important;

  background: #eef3ff !important;
  border: 1px solid rgba(45, 83, 160, 0.2) !important;
  border-radius: 5px !important;

  color: #2d53a0 !important;

  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;

  box-sizing: border-box !important;
}

.product-sku.nav-it strong {
  font-weight: 600 !important;
  color: #6b7280 !important;
  white-space: nowrap !important;
}

.product-sku.nav-it span {
  font-weight: 800 !important;
  color: #2d53a0 !important;
  letter-spacing: 0.3px !important;
}

.product-sku.nav-it::before {
  content: "📦" !important;
  flex: 0 0 auto !important;
  font-size: 14px !important;
  margin-right: 2px !important;
}

/* =========================================================
   FAQ BUTTON WRAPPER
========================================================= */

#product-actions.product-actions {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;

  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* =========================================================
   FAQ BUTTON
========================================================= */

#product-actions > .btn.question {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  max-width: 100% !important;

  min-height: 47px !important;

  margin: 0 !important;
  padding: 7px 8px !important;

  gap: 7px !important;

  background: #2d53a0 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 5px !important;

  color: #fff !important;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;

  cursor: pointer !important;
  white-space: nowrap !important;

  box-sizing: border-box !important;
}

/* Icon links */
#product-actions > .btn.question .img-ct.icon.ic-md {
  order: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;

  border-radius: 6px !important;

  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;

  overflow: hidden !important;
  flex-shrink: 0 !important;
}

#product-actions > .btn.question .img-ct::before {
  content: none !important;
  display: none !important;
  padding-top: 0 !important;
}

#product-actions > .btn.question .img-ct svg,
#product-actions > .btn.question .img-ct use {
  width: 17px !important;
  height: 17px !important;

  position: static !important;
  inset: auto !important;

  margin: 0 !important;
  transform: none !important;
}

#product-actions > .btn.question .img-ct svg {
  fill: #fff !important;
}

/* Text */
#product-actions > .btn.question::before {
  order: 2 !important;

  content: "Häufig gestellte Fragen" !important;

  color: #fff !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;

  white-space: nowrap !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Pfeil rechts */
#product-actions > .btn.question::after {
  order: 3 !important;

  content: "➜" !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;

  margin-left: auto !important;

  border-radius: 6px !important;

  background: #fe7725 !important;
  color: #fff !important;

  font-size: 15px !important;
  font-weight: 700 !important;

  box-shadow: 0 6px 14px rgba(254, 119, 37, 0.25) !important;

  flex-shrink: 0 !important;
}

/* Hover */
#product-actions > .btn.question:hover {
  background: #fe7725 !important;
  border-color: rgba(254, 119, 37, 0.45) !important;

  transform: translateY(-1px) !important;

  box-shadow: 0 14px 28px rgba(254, 119, 37, 0.32) !important;
}

#product-actions > .btn.question:hover::after {
  background: #2d53a0 !important;
}

/* Focus */
#product-actions > .btn.question:focus-visible {
  outline: 3px solid rgba(254, 119, 37, 0.55) !important;
  outline-offset: 3px !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199.98px) {
  #product-actions > .btn.question::before {
    content: "FAQ" !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {
  .lfs--info-essential.info-essential.row {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  .lfs--info-essential.info-essential.row > .col-12.col-sm-12.col-md-8.col-lg-6 {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .lfs--info-essential.info-essential.row > .col-md-4.col-lg-6 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

  /* gleiche Höhe */
  .product-sku.nav-it,
  #product-actions > .btn.question {
    min-height: 42px !important;
    height: 42px !important;
  }

  .product-sku.nav-it {
    width: 100% !important;

    padding: 9px 10px !important;

    font-size: 12px !important;
  }

  #product-actions > .btn.question {
    width: auto !important;

    display: flex !important;
    align-items: center !important;

    padding: 0 7px !important;

    gap: 6px !important;
  }

  #product-actions > .btn.question::before {
    content: "FAQ" !important;

    display: flex !important;
    align-items: center !important;

    height: 100% !important;

    font-size: 12px !important;
    line-height: 1 !important;
  }

  #product-actions > .btn.question .img-ct.icon.ic-md,
  #product-actions > .btn.question::after {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;

    align-self: center !important;
  }
}

/* =========================================================
   SEHR KLEIN
========================================================= */

@media (max-width: 340px) {
  .lfs--info-essential.info-essential.row {
    flex-wrap: wrap !important;
  }

  .lfs--info-essential.info-essential.row > .col-12.col-sm-12.col-md-8.col-lg-6,
  .lfs--info-essential.info-essential.row > .col-md-4.col-lg-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  #product-actions > .btn.question {
    width: 100% !important;
  }
}