/* === FIX START: B2B-HOME-BANNERS-20260710 === */
body.in-index .b2b-banner-zone {
  --b2b-ink: #2f2b2b;
  --b2b-ink-deep: #1f1c1c;
  --b2b-red: #c90018;
  --b2b-red-deep: #830010;
  --b2b-yellow: #ffc400;
  --b2b-paper: #f4f1e9;
  --b2b-white: #ffffff;
  color: var(--b2b-ink);
  font-family: "Source Sans 3", Arial, sans-serif;
  margin-block: 24px 44px;
  position: relative;
}

body.in-index .b2b-banner-zone :where(section, article, nav, div, span, picture, img, h2, p, ul, li, a, strong) {
  box-sizing: border-box;
}

body.in-index .b2b-banner-zone__inner {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  margin-inline: auto;
  max-width: 1630px;
  padding-inline: 15px;
  width: calc(100% - 50px);
}

body.in-index .b2b-banner-hero,
body.in-index .b2b-banner-card {
  border: 1px solid rgba(47, 43, 43, 0.12);
  border-radius: 20px;
  box-shadow: 0 20px 46px rgba(31, 28, 28, 0.14);
  overflow: hidden;
}

body.in-index .b2b-banner-hero {
  background: var(--b2b-white);
  color: var(--b2b-ink);
  isolation: isolate;
  min-height: 420px;
  position: relative;
}

body.in-index .b2b-banner-hero::before,
body.in-index .b2b-banner-hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

body.in-index .b2b-banner-hero::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0 47%, rgba(255, 255, 255, 0.86) 57%, rgba(255, 255, 255, 0) 76%);
  inset: 0;
  z-index: 1;
}

body.in-index .b2b-banner-hero::after {
  background: linear-gradient(90deg, var(--b2b-red) 0 56%, var(--b2b-yellow) 56% 82%, var(--b2b-ink-deep) 82% 100%);
  block-size: 8px;
  inset: auto 0 0;
  z-index: 5;
}

body.in-index .b2b-banner-visual {
  display: block;
  margin: 0;
}

body.in-index .b2b-banner-visual img {
  block-size: 100%;
  display: block;
  inline-size: 100%;
  margin: 0;
  max-width: none;
  object-fit: cover;
}

body.in-index .b2b-banner-visual--background {
  inset: 0;
  position: absolute;
  z-index: 0;
}

body.in-index .b2b-banner-visual--background img {
  object-position: 50% 50%;
}

body.in-index .b2b-banner-hero__copy {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: clamp(40px, 4vw, 54px);
  position: relative;
  width: min(61%, 660px);
  z-index: 3;
}

body.in-index .b2b-banner-eyebrow,
body.in-index .b2b-banner-support__eyebrow {
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.in-index .b2b-banner-eyebrow {
  align-items: center;
  color: var(--b2b-ink);
  gap: 10px;
  margin-block-end: 16px;
}

body.in-index .b2b-banner-eyebrow::before {
  background: var(--b2b-red);
  block-size: 3px;
  content: "";
  inline-size: 31px;
}

body.in-index .b2b-banner-zone .b2b-banner-hero h2 {
  color: var(--b2b-red);
  font-family: "Exo 2", Arial, sans-serif;
  font-size: clamp(2.25rem, 3.65vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 610px;
  text-wrap: balance;
}

body.in-index .b2b-banner-hero__lead {
  color: rgba(47, 43, 43, 0.82);
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  line-height: 1.45;
  margin: 18px 0 0;
  max-width: 580px;
  text-wrap: pretty;
}

body.in-index .b2b-banner-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-block-start: 23px;
}

body.in-index .b2b-banner-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 11px 18px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.in-index .b2b-banner-button--primary {
  background: var(--b2b-red);
  border-color: var(--b2b-red);
  color: var(--b2b-white);
}

body.in-index .b2b-banner-button--secondary {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(47, 43, 43, 0.55);
  color: var(--b2b-ink-deep);
}

body.in-index .b2b-banner-button:focus-visible,
body.in-index .b2b-banner-card:focus-visible {
  outline: 3px solid var(--b2b-red);
  outline-offset: 4px;
}

body.in-index .b2b-banner-proofs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: auto 0 0;
  padding: 24px 0 0;
}

body.in-index .b2b-banner-proofs li {
  border-block-start: 1px solid rgba(47, 43, 43, 0.24);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding-block-start: 10px;
}

body.in-index .b2b-banner-proofs strong {
  color: var(--b2b-ink-deep);
  font-size: 0.87rem;
  line-height: 1.18;
}

body.in-index .b2b-banner-proofs span {
  color: rgba(47, 43, 43, 0.65);
  font-size: 0.72rem;
  line-height: 1.3;
}

body.in-index .b2b-banner-products {
  inset: 24px 13px 12px 53%;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

body.in-index .b2b-banner-products::before {
  background: radial-gradient(ellipse, rgba(47, 43, 43, 0.22), rgba(47, 43, 43, 0) 68%);
  block-size: 62px;
  content: "";
  inline-size: 96%;
  inset: auto 0 12px;
  position: absolute;
}

body.in-index .b2b-banner-product {
  background: var(--b2b-white);
  border: 1px solid rgba(47, 43, 43, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(47, 43, 43, 0.16);
  display: block;
  overflow: hidden;
  position: absolute;
}

body.in-index .b2b-banner-product img {
  block-size: auto;
  display: block;
  inline-size: 100%;
  margin: 0;
}

body.in-index .b2b-banner-product--drugstore {
  inline-size: clamp(190px, 24vw, 266px);
  inset: 19px 0 auto auto;
  transform: rotate(2.2deg);
  z-index: 2;
}

body.in-index .b2b-banner-product--grocery {
  inline-size: clamp(158px, 20vw, 214px);
  inset: auto auto 36px 0;
  transform: rotate(-3.2deg);
  z-index: 3;
}

body.in-index .b2b-banner-products__caption {
  background: var(--b2b-ink-deep);
  border-radius: 999px;
  color: var(--b2b-white);
  font-size: 0.69rem;
  font-weight: 800;
  inset: auto 4px 8px auto;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  z-index: 4;
}

body.in-index .b2b-banner-products__caption::before {
  color: var(--b2b-yellow);
  content: "●";
  margin-inline-end: 7px;
}

body.in-index .b2b-banner-supports {
  display: grid;
  gap: 22px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

body.in-index .b2b-banner-card {
  color: var(--b2b-white);
  display: block;
  min-height: 199px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

body.in-index .b2b-banner-visual--support {
  inset: 0;
  position: absolute;
}

body.in-index .b2b-banner-visual--support img {
  object-position: 65% 50%;
}

body.in-index .b2b-banner-card--sale {
  background: linear-gradient(135deg, var(--b2b-red-deep) 0%, var(--b2b-red) 64%, var(--b2b-yellow) 100%);
  isolation: isolate;
}

body.in-index .b2b-banner-sale-products {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

body.in-index .b2b-banner-sale-products::before {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  block-size: 260px;
  content: "";
  inline-size: 260px;
  inset: -76px -68px auto auto;
  position: absolute;
}

body.in-index .b2b-banner-sale-product {
  background: var(--b2b-white);
  block-size: 174px;
  border: 1px solid rgba(47, 43, 43, 0.12);
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(31, 28, 28, 0.22);
  inline-size: 150px;
  margin: 0;
  object-fit: cover;
  position: absolute;
}

body.in-index .b2b-banner-sale-product--dalli {
  inset: 14px 96px auto auto;
  transform: rotate(-5deg);
  z-index: 1;
}

body.in-index .b2b-banner-sale-product--dallmayr {
  inset: 18px -7px auto auto;
  transform: rotate(5deg);
  z-index: 2;
}

body.in-index .b2b-banner-support__copy {
  background: linear-gradient(90deg, rgba(31, 28, 28, 0.98) 0 40%, rgba(31, 28, 28, 0.86) 55%, rgba(31, 28, 28, 0.12) 84%);
  display: flex;
  flex-direction: column;
  inset: 0;
  padding: 25px 24px;
  position: absolute;
  z-index: 1;
}

body.in-index .b2b-banner-card--sale .b2b-banner-support__copy {
  background: linear-gradient(90deg, rgba(82, 0, 10, 0.99) 0 42%, rgba(162, 0, 20, 0.91) 56%, rgba(201, 0, 24, 0.12) 82%);
}

body.in-index .b2b-banner-support__eyebrow {
  color: var(--b2b-yellow);
}

body.in-index .b2b-banner-support__title {
  color: var(--b2b-white);
  display: block;
  font-family: "Exo 2", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.25vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-block-start: 7px;
  max-width: 250px;
  text-wrap: balance;
}

body.in-index .b2b-banner-support__text {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 0.9rem;
  line-height: 1.35;
  margin-block-start: 8px;
  max-width: 210px;
}

body.in-index .b2b-banner-support__link {
  align-items: center;
  color: var(--b2b-white);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 8px;
  margin-block-start: auto;
  min-height: 44px;
  padding-block-start: 8px;
}

body.in-index .homepage-box.before-carousel.b2b-native-banners--replaced {
  display: none;
}

@media (hover: hover) {
  body.in-index .b2b-banner-button:hover,
  body.in-index .b2b-banner-card:hover {
    transform: translateY(-2px);
  }

  body.in-index .b2b-banner-button--primary:hover {
    background: #a90015;
    border-color: #a90015;
    color: var(--b2b-white);
  }

  body.in-index .b2b-banner-button--secondary:hover {
    background: var(--b2b-ink-deep);
    border-color: var(--b2b-ink-deep);
    color: var(--b2b-white);
  }

  body.in-index .b2b-banner-card:hover {
    box-shadow: 0 24px 50px rgba(31, 28, 28, 0.22);
    color: var(--b2b-white);
  }
}

@media (max-width: 1023px) {
  body.in-index .b2b-banner-zone__inner {
    grid-template-columns: 1fr;
  }

  body.in-index .b2b-banner-hero__copy {
    width: min(58%, 670px);
  }

  body.in-index .b2b-banner-products {
    inset-inline-start: 58%;
  }

  body.in-index .b2b-banner-supports {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 767px) {
  body.in-index .b2b-banner-zone {
    margin-block: 18px 34px;
  }

  body.in-index .b2b-banner-zone__inner {
    gap: 16px;
  }

  body.in-index .b2b-banner-hero {
    min-height: 0;
    padding-block-start: 244px;
  }

  body.in-index .b2b-banner-hero::before {
    background: linear-gradient(0deg, var(--b2b-white) 0 35%, rgba(255, 255, 255, 0.84) 47%, rgba(255, 255, 255, 0) 72%);
  }

  body.in-index .b2b-banner-visual--background img {
    object-position: 50% 0;
  }

  body.in-index .b2b-banner-products {
    block-size: 222px;
    inset: 20px 12px auto;
  }

  body.in-index .b2b-banner-product--drugstore {
    inline-size: clamp(146px, 44vw, 180px);
    inset: 8px 7px auto auto;
  }

  body.in-index .b2b-banner-product--grocery {
    inline-size: clamp(126px, 38vw, 156px);
    inset: auto auto 0 15px;
  }

  body.in-index .b2b-banner-products__caption {
    display: none;
  }

  body.in-index .b2b-banner-hero__copy {
    background: var(--b2b-white);
    min-height: 0;
    padding: 26px 22px 25px;
    width: 100%;
  }

  body.in-index .b2b-banner-zone .b2b-banner-hero h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  body.in-index .b2b-banner-hero__lead {
    font-size: 1rem;
    margin-block-start: 16px;
  }

  body.in-index .b2b-banner-hero__actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    margin-block-start: 20px;
  }

  body.in-index .b2b-banner-button {
    min-height: 44px;
    width: 100%;
  }

  body.in-index .b2b-banner-proofs {
    gap: 9px;
    grid-template-columns: 1fr;
    margin-block-start: 23px;
    padding-block-start: 0;
  }

  body.in-index .b2b-banner-proofs li {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  body.in-index .b2b-banner-supports {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  body.in-index .b2b-banner-sale-product {
    block-size: 164px;
    inline-size: 140px;
  }

  body.in-index .b2b-banner-sale-product--dalli {
    inset: 16px 82px auto auto;
  }

  body.in-index .b2b-banner-sale-product--dallmayr {
    inset: 20px -10px auto auto;
  }

  body.in-index .b2b-banner-card {
    min-height: 220px;
  }

  body.in-index .b2b-banner-support__copy {
    padding: 25px 22px;
  }
}

@media (max-width: 420px) {
  body.in-index .b2b-banner-zone__inner {
    padding-inline: 15px;
  }

  body.in-index .b2b-banner-hero,
  body.in-index .b2b-banner-card {
    border-radius: 16px;
  }
}

/* === FIX START: B2B-CAROUSEL-ALIGNMENT-20260710 === */
@media (min-width: 1751px) {
  body.in-index .b2b-banner-zone__inner {
    max-width: 1710px;
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  body.in-index .b2b-banner-zone__inner {
    max-width: none;
    width: calc(100% - 10px);
  }
}

@media (max-width: 480px) {
  body.in-index .b2b-banner-zone__inner {
    max-width: none;
    width: 100%;
  }
}
/* === FIX END: B2B-CAROUSEL-ALIGNMENT-20260710 === */

@media (prefers-reduced-motion: reduce) {
  body.in-index .b2b-banner-button,
  body.in-index .b2b-banner-card {
    transition: none;
  }
}

@media (forced-colors: active) {
  body.in-index .b2b-banner-hero,
  body.in-index .b2b-banner-card,
  body.in-index .b2b-banner-button {
    border: 2px solid CanvasText;
  }
}
/* === FIX END: B2B-HOME-BANNERS-20260710 === */
