/* ============================================================
 * B2B-BUNDLE 20260713-1005 — konsolidace render-blocking CSS
 * Nahrazuje 8 samostatnych <link> tagu v hlavicce (LCP/FCP fix).
 * v3: + .btn-cart (add-to-cart prihlasenych) do brand cervene.
 * v2: + B2B-CAROUSEL-CLS-GUARD, flag specificita, skryti disabled stepperu.
 * Clenove v poradi puvodni kaskady + 09-b2b-cards:
 *  01 b2b-homepage-banners  (base 20260710-185856 + B2B-HERO-SHELF-20260713)
 *  02 b2b-registration      (20260709-220552)
 *  03 b2b-home-trust        (20260710-112742)
 *  04 b2b-trust-pages       (20260710-000431)
 *  05 b2b-price-access      (20260712-000752)
 *  06 b2b-product-integrity (20260713-015451)
 *  07 b2b-category-hub      (20260710-104813)
 *  08 b2b-category-hub-crop (20260710-073836)
 *  09 b2b-cards             (B2B-CARD-COHESION + B2B-CAROUSEL-CLS-GUARD 20260713)
 * ============================================================ */

/* ==== bundle member: 01-b2b-homepage-banners.css ==== */
/* === 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;
}

/* === FIX START: B2B-HERO-SHELF-20260713 (grounded product row, was floating diagonal) === */
body.in-index .b2b-banner-products {
  inset: 20px 14px 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: 54px;
  content: "";
  inline-size: 96%;
  inset: auto 0 14px;
  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 22px 40px rgba(47, 43, 43, 0.22);
  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(180px, 22vw, 232px);
  inset: auto 6px 24px auto;
  transform: rotate(1.6deg);
  z-index: 2;
}

body.in-index .b2b-banner-product--grocery {
  inline-size: clamp(158px, 19.5vw, 204px);
  inset: auto auto 24px 3%;
  transform: rotate(-1.6deg);
  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: 6px auto auto 50%;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 4;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  body.in-index .b2b-banner-hero__copy {
    width: 55%;
  }

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

  body.in-index .b2b-banner-product--drugstore {
    inline-size: clamp(150px, 17vw, 190px);
  }

  body.in-index .b2b-banner-product--grocery {
    inline-size: clamp(132px, 15vw, 168px);
  }
}
/* === FIX END: B2B-HERO-SHELF-20260713 === */

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;
}

/* === FIX START: B2B-MOBILE-BANNER-ANCHOR-20260710 === */
body.in-index .homepage-box.before-carousel.b2b-native-banners--replaced,
body.in-index .row.banners-row.b2b-native-banners--replaced {
  display: none;
}
/* === FIX END: B2B-MOBILE-BANNER-ANCHOR-20260710 === */

@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 === */

/* ==== bundle member: 02-b2b-registration.css ==== */
/* === FIX START: B2B-REGISTRATION-CONVERSION-20260709 === */
.in-registrace .b2b-registration-layout {
  --b2b-reg-ink: #2f2b2b;
  --b2b-reg-red: #c90018;
  --b2b-reg-yellow: #ffc400;
  --b2b-reg-paper: #f4f1e9;
  --b2b-reg-canvas: #f6f7f8;
  --b2b-reg-white: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  grid-template-areas: "form guide";
  gap: clamp(24px, 3.2vw, 52px);
  align-items: start;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
}

.in-registrace .b2b-registration-layout,
.in-registrace .b2b-registration-layout *,
.in-registrace .b2b-registration-layout *::before,
.in-registrace .b2b-registration-layout *::after {
  box-sizing: border-box;
}

.in-registrace .b2b-registration-layout > .formRegistration {
  grid-area: form;
  min-width: 0;
}

.in-registrace .b2b-registration-guide {
  grid-area: guide;
  position: relative;
  align-self: start;
  overflow: hidden;
  color: var(--b2b-reg-ink);
  background: var(--b2b-reg-paper);
  border: 1px solid var(--b2b-reg-ink);
  border-top: 6px solid var(--b2b-reg-red);
  box-shadow: 8px 8px 0 rgba(47, 43, 43, 0.1);
  padding: clamp(22px, 3vw, 32px);
}

.in-registrace .b2b-registration-guide__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 10px 5px;
  color: var(--b2b-reg-ink);
  background: var(--b2b-reg-yellow);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.in-registrace .b2b-registration-guide__title {
  margin: 0;
  color: var(--b2b-reg-ink);
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.in-registrace .b2b-registration-guide__intro {
  margin: 16px 0 0;
  color: #504b4b;
  font-size: 15px;
  line-height: 1.55;
}

.in-registrace .b2b-registration-guide__steps {
  counter-reset: b2b-registration-step;
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(47, 43, 43, 0.25);
}

.in-registrace .b2b-registration-guide__steps li {
  counter-increment: b2b-registration-step;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(47, 43, 43, 0.25);
}

.in-registrace .b2b-registration-guide__steps li::before {
  content: counter(b2b-registration-step, decimal-leading-zero);
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--b2b-reg-white);
  background: var(--b2b-reg-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.in-registrace .b2b-registration-guide__steps strong,
.in-registrace .b2b-registration-guide__steps span {
  display: block;
}

.in-registrace .b2b-registration-guide__steps strong {
  color: var(--b2b-reg-ink);
  font-size: 15px;
  line-height: 1.3;
}

.in-registrace .b2b-registration-guide__steps span {
  margin-top: 4px;
  color: #625d5d;
  font-size: 13px;
  line-height: 1.45;
}

.in-registrace .b2b-registration-guide__proofs {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.in-registrace .b2b-registration-guide__proofs li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: var(--b2b-reg-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.in-registrace .b2b-registration-guide__proofs li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--b2b-reg-red);
}

.in-registrace .b2b-registration-guide__login {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 12px 16px;
  color: var(--b2b-reg-white);
  background: var(--b2b-reg-red);
  border: 2px solid var(--b2b-reg-red);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.in-registrace .b2b-registration-guide__login:hover {
  color: var(--b2b-reg-red);
  background: var(--b2b-reg-white);
  text-decoration: none;
}

.in-registrace .b2b-registration-layout .formRegistration input:not([type="hidden"]),
.in-registrace .b2b-registration-layout .formRegistration select,
.in-registrace .b2b-registration-layout .formRegistration button {
  min-height: 48px;
}

.in-registrace .b2b-registration-layout a:focus-visible,
.in-registrace .b2b-registration-layout input:focus-visible,
.in-registrace .b2b-registration-layout select:focus-visible,
.in-registrace .b2b-registration-layout button:focus-visible {
  outline: 3px solid var(--b2b-reg-yellow);
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .in-registrace .b2b-registration-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "guide"
      "form";
    gap: 28px;
  }

  .in-registrace .b2b-registration-guide {
    box-shadow: 6px 6px 0 rgba(47, 43, 43, 0.1);
  }
}

@media (max-width: 767px) {
  .in-registrace .b2b-registration-guide {
    padding: 22px 18px;
    box-shadow: 4px 4px 0 rgba(47, 43, 43, 0.1);
  }

  .in-registrace .b2b-registration-guide__title {
    font-size: 26px;
  }

  .in-registrace .b2b-registration-layout .formRegistration input:not([type="hidden"]),
  .in-registrace .b2b-registration-layout .formRegistration select,
  .in-registrace .b2b-registration-layout .formRegistration textarea,
  .in-registrace .b2b-registration-layout .formRegistration button {
    font-size: 16px;
  }
}
/* === FIX END: B2B-REGISTRATION-CONVERSION-20260709 === */

/* ==== bundle member: 03-b2b-home-trust.css ==== */
/* === FIX START: B2B-HOME-TRUST-PROMOTION-20260710 === */
body.in-index .homepage-box.welcome-wrapper .welcome > .h1,
.b2b-home-trust > .h1 {
  max-inline-size: 58rem;
  margin-block: 0 1.25rem;
  margin-inline: 0;
  color: #211d1d;
  font-size: clamp(1.875rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: start;
  text-transform: none;
}

.b2b-home-trust {
  --b2b-trust-red: #d9001b;
  --b2b-trust-red-dark: #ad0016;
  --b2b-trust-yellow: #ffc400;
  --b2b-trust-ink: #211d1d;
  --b2b-trust-muted: #655e5b;
  --b2b-trust-line: #ded8d5;
  --b2b-trust-paper: #f7f6f4;
  --b2b-trust-soft: #f5f3f1;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: clamp(1.5rem, 3.2vw, 2.75rem);
  border: 1px solid var(--b2b-trust-line);
  border-radius: 1.125rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.5rem rgba(33, 29, 29, 0.07);
  color: var(--b2b-trust-ink);
  text-align: start;
}

.b2b-home-trust--promoted {
  inline-size: calc(100% - 80px);
  max-inline-size: 1600px;
  margin-block: 2.5rem;
  margin-inline: auto;
}

.b2b-home-trust--promoted::before {
  position: absolute;
  inset: 0 0 auto;
  block-size: 0.375rem;
  background: linear-gradient(90deg, #d9001b 0 48%, #ffc400 48% 68%, #211d1d 68% 100%);
  content: '';
}

.b2b-home-trust-source--empty {
  display: none;
}

.b2b-home-trust__intro {
  max-inline-size: 60rem;
}

.b2b-home-trust__eyebrow {
  display: inline-flex;
  align-items: center;
  min-block-size: 1.5rem;
  gap: 0.625rem;
  margin-block: 0 0.625rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--b2b-trust-red-dark);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.b2b-home-trust__eyebrow::before {
  inline-size: 1.75rem;
  block-size: 0.1875rem;
  flex: 0 0 auto;
  background: var(--b2b-trust-red);
  content: '';
}

.b2b-home-trust__lead {
  max-inline-size: 56.25rem;
  margin: 0;
  color: var(--b2b-trust-muted);
  font-size: clamp(1.0625rem, 1.4vw, 1.1875rem);
  line-height: 1.65;
}

.b2b-home-trust__evidence {
  display: grid;
  grid-template-columns: minmax(17rem, 0.9fr) minmax(0, 2.1fr);
  gap: 1rem 1.75rem;
  align-items: center;
  margin-block: 1.75rem 0;
  padding-block: 1.125rem;
  padding-inline: 1.25rem;
  border: 1px solid var(--b2b-trust-line);
  border-radius: 0.875rem;
  background: var(--b2b-trust-soft);
}

.b2b-home-trust__evidence-copy {
  min-inline-size: 0;
  margin: 0;
  color: var(--b2b-trust-ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.b2b-home-trust__evidence-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-home-trust__evidence-item {
  min-inline-size: 0;
  margin: 0;
  padding-inline: 1rem;
  border-inline-start: 1px solid var(--b2b-trust-line);
}

.b2b-home-trust__evidence-link {
  display: flex;
  min-block-size: 44px;
  min-inline-size: 0;
  align-items: center;
  padding-block: 0.5rem;
  padding-inline: 0;
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--b2b-trust-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: break-word;
  text-decoration-color: var(--b2b-trust-red);
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.2rem;
}

.b2b-home-trust__evidence-link:hover {
  color: var(--b2b-trust-red-dark);
}

.b2b-home-trust__facts,
.b2b-home-trust__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.875rem;
  margin-block: 1.25rem 0;
  margin-inline: 0;
  padding: 0;
  list-style: none;
}

.b2b-home-trust__facts > li {
  min-inline-size: 0;
  padding-block: 1.125rem;
  padding-inline: 1.25rem;
  border: 1px solid var(--b2b-trust-line);
  border-inline-start: 0.25rem solid var(--b2b-trust-red);
  border-radius: 0.75rem;
  background: #ffffff;
}

.b2b-home-trust__facts strong,
.b2b-home-trust__facts span,
.b2b-home-trust__steps strong,
.b2b-home-trust__steps span {
  display: block;
}

.b2b-home-trust__facts strong {
  margin-block-end: 0.4rem;
  color: var(--b2b-trust-ink);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}

.b2b-home-trust__facts span,
.b2b-home-trust__steps span {
  color: var(--b2b-trust-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.b2b-home-trust__journey {
  margin-block-start: 1rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid var(--b2b-trust-line);
  border-radius: 0.875rem;
  background: var(--b2b-trust-soft);
}

.b2b-home-trust__journey h2 {
  margin: 0;
  color: var(--b2b-trust-ink);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
}

.b2b-home-trust__steps {
  counter-reset: b2b-home-step;
  margin-block-start: 1.25rem;
}

.b2b-home-trust__steps > li {
  position: relative;
  min-block-size: 4.5rem;
  min-inline-size: 0;
  padding-inline-start: 3.15rem;
  padding-inline-end: 1.25rem;
  counter-increment: b2b-home-step;
}

.b2b-home-trust__steps > li:not(:last-child) {
  border-inline-end: 1px solid var(--b2b-trust-line);
}

.b2b-home-trust__steps > li::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: grid;
  inline-size: 2.25rem;
  block-size: 2.25rem;
  border-radius: 0.5rem;
  background: var(--b2b-trust-yellow);
  color: var(--b2b-trust-ink);
  content: counter(b2b-home-step) / "Krok " counter(b2b-home-step);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  place-items: center;
}

.b2b-home-trust__steps strong {
  margin-block-end: 0.3rem;
  color: var(--b2b-trust-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.b2b-home-trust__steps span {
  color: var(--b2b-trust-muted);
}

.b2b-home-trust__actions {
  display: grid;
  grid-template-columns: max-content max-content minmax(11.25rem, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin-block-start: 1rem;
}

.b2b-home-trust__primary,
.b2b-home-trust__secondary {
  display: inline-flex;
  min-block-size: 3rem;
  align-items: center;
  justify-content: center;
  padding-block: 0.75rem;
  padding-inline: 1.2rem;
  border: 2px solid var(--b2b-trust-red);
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.b2b-home-trust__primary {
  background: var(--b2b-trust-red);
  color: #ffffff;
}

.b2b-home-trust__secondary {
  background: #ffffff;
  color: var(--b2b-trust-red-dark);
}

.b2b-home-trust__primary:hover,
.b2b-home-trust__primary:focus-visible {
  border-color: var(--b2b-trust-red-dark);
  background: var(--b2b-trust-red-dark);
  color: #ffffff;
}

.b2b-home-trust__secondary:hover,
.b2b-home-trust__secondary:focus-visible {
  background: #fff0f2;
  color: var(--b2b-trust-red-dark);
}

.b2b-home-trust a:focus-visible {
  outline: 3px solid var(--b2b-trust-yellow);
  outline-offset: 3px;
}

.b2b-home-trust__actions p {
  margin: 0;
  padding-inline-start: 0.25rem;
  color: var(--b2b-trust-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.b2b-home-trust__actions p a {
  color: var(--b2b-trust-red-dark);
  font-weight: 700;
  text-underline-offset: 0.1875rem;
}

/* === FIX START: B2B-CAROUSEL-ALIGNMENT-20260710 === */
@media (min-width: 1751px) {
  .b2b-home-trust--promoted {
    inline-size: 1680px;
    max-inline-size: 1680px;
  }
}

@media (max-width: 992px) {
  .b2b-home-trust--promoted {
    inline-size: calc(100% - 40px);
    max-inline-size: none;
  }
}
/* === FIX END: B2B-CAROUSEL-ALIGNMENT-20260710 === */

@media (max-width: 47.9375rem) {
  body.in-index .homepage-box.welcome-wrapper .welcome > .h1,
  .b2b-home-trust > .h1 {
    margin-block-end: 1rem;
    font-size: clamp(1.7rem, 8vw, 2.25rem);
  }

  .b2b-home-trust--promoted {
    margin-block: 1.75rem;
  }

  .b2b-home-trust {
    padding-block: 1.375rem;
    padding-inline: 1rem;
    border-radius: 0.875rem;
  }

  .b2b-home-trust__evidence,
  .b2b-home-trust__evidence-list,
  .b2b-home-trust__facts,
  .b2b-home-trust__steps,
  .b2b-home-trust__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .b2b-home-trust__evidence {
    padding: 0.875rem;
  }

  .b2b-home-trust__evidence-item {
    padding-block: 0.25rem;
    padding-inline: 0;
    border-inline-start: 0;
    border-block-start: 1px solid var(--b2b-trust-line);
  }

  .b2b-home-trust__facts {
    margin-block-start: 1rem;
  }

  .b2b-home-trust__journey {
    padding-block: 1.25rem;
    padding-inline: 1rem;
  }

  .b2b-home-trust__steps > li {
    min-block-size: 0;
    padding-block-end: 1rem;
    padding-inline-end: 0;
  }

  .b2b-home-trust__steps > li:not(:last-child) {
    border-inline-end: 0;
  }

  .b2b-home-trust__primary,
  .b2b-home-trust__secondary {
    inline-size: 100%;
  }

  .b2b-home-trust__actions p {
    margin-block-start: 0.125rem;
    padding-inline-start: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .b2b-home-trust--promoted {
    inline-size: calc(100% - 30px);
  }
}

@supports (text-wrap: balance) {
  body.in-index .homepage-box.welcome-wrapper .welcome > .h1,
  .b2b-home-trust > .h1,
  .b2b-home-trust__journey h2 {
    text-wrap: balance;
  }
}
/* === FIX END: B2B-HOME-TRUST-PROMOTION-20260710 === */

/* === FIX START: B2B-HOME-TRUST-COMPACT-20260710 === */
.b2b-home-trust--compact {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(28rem, 0.75fr);
  grid-template-areas:
    "title actions"
    "intro actions"
    "facts facts"
    "evidence evidence";
  column-gap: 2rem;
  row-gap: 0.75rem;
  margin-block: 2rem 3rem;
  padding-block: 1.5rem;
  padding-inline: clamp(1.5rem, 2.5vw, 2.25rem);
  box-shadow: 0 0.75rem 2rem rgba(33, 29, 29, 0.06);
}

.b2b-home-trust--compact > .h1 {
  grid-area: title;
  max-inline-size: none;
  margin: 0;
  font-size: clamp(1.75rem, 2.2vw, 2.25rem);
  line-height: 1.12;
}

.b2b-home-trust--compact .b2b-home-trust__intro {
  grid-area: intro;
  max-inline-size: 54rem;
}

.b2b-home-trust--compact .b2b-home-trust__eyebrow {
  margin-block-end: 0.25rem;
}

.b2b-home-trust--compact .b2b-home-trust__lead {
  max-inline-size: 52rem;
  font-size: clamp(1rem, 1.15vw, 1.0625rem);
  line-height: 1.5;
}

.b2b-home-trust--compact .b2b-home-trust__facts {
  grid-area: facts;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0.25rem 0 0;
  padding-block: 0.625rem;
  border-block: 1px solid var(--b2b-trust-line);
}

.b2b-home-trust--compact .b2b-home-trust__facts > li {
  padding-block: 0.25rem;
  padding-inline: 1.25rem;
  border: 0;
  border-inline-start: 1px solid var(--b2b-trust-line);
  border-radius: 0;
  background: transparent;
}

.b2b-home-trust--compact .b2b-home-trust__facts > li:first-child {
  padding-inline-start: 0;
  border-inline-start: 0;
}

.b2b-home-trust--compact .b2b-home-trust__facts strong {
  margin-block-end: 0.125rem;
  font-size: 1rem;
}

.b2b-home-trust--compact .b2b-home-trust__facts span {
  font-size: 1rem;
  line-height: 1.45;
}

.b2b-home-trust--compact .b2b-home-trust__evidence {
  grid-area: evidence;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 2.1fr);
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.b2b-home-trust--compact .b2b-home-trust__evidence-copy,
.b2b-home-trust--compact .b2b-home-trust__evidence-link {
  font-size: 1rem;
  line-height: 1.45;
}

.b2b-home-trust--compact .b2b-home-trust__evidence-item {
  padding-inline: 0.875rem;
}

.b2b-home-trust--compact .b2b-home-trust__evidence-link {
  min-block-size: 44px;
  padding-block: 0.25rem;
}

.b2b-home-trust--compact .b2b-home-trust__journey {
  display: none;
}

.b2b-home-trust--compact .b2b-home-trust__actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  margin: 0;
}

.b2b-home-trust--compact .b2b-home-trust__primary,
.b2b-home-trust--compact .b2b-home-trust__secondary {
  min-block-size: 48px;
  padding-block: 0.625rem;
  padding-inline: 1rem;
}

.b2b-home-trust--compact .b2b-home-trust__actions p {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-align: end;
}

@media (max-width: 992px) {
  .b2b-home-trust--compact {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "intro"
      "facts"
      "evidence"
      "actions";
    row-gap: 0.75rem;
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
  }

  .b2b-home-trust--compact .b2b-home-trust__actions {
    justify-content: flex-start;
  }

  .b2b-home-trust--compact .b2b-home-trust__actions p {
    text-align: start;
  }
}

@media (max-width: 47.9375rem) {
  .b2b-home-trust--compact {
    margin-block: 1.5rem 2.25rem;
    padding-block: 1.125rem;
    padding-inline: 1rem;
  }

  .b2b-home-trust--compact > .h1 {
    margin: 0;
    font-size: clamp(1.55rem, 7vw, 1.875rem);
  }

  .b2b-home-trust--compact .b2b-home-trust__facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.25rem;
    padding-block: 0;
    border-block: 0;
  }

  .b2b-home-trust--compact .b2b-home-trust__facts > li,
  .b2b-home-trust--compact .b2b-home-trust__facts > li:first-child {
    padding-block: 0.625rem;
    padding-inline: 0.75rem;
    border-inline-start: 0.1875rem solid var(--b2b-trust-red);
  }

  .b2b-home-trust--compact .b2b-home-trust__evidence {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    padding-block-start: 0.625rem;
    border-block-start: 1px solid var(--b2b-trust-line);
  }

  .b2b-home-trust--compact .b2b-home-trust__evidence-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .b2b-home-trust--compact .b2b-home-trust__evidence-item {
    padding-inline: 0;
  }

  .b2b-home-trust--compact .b2b-home-trust__actions p {
    text-align: center;
  }
}
/* === FIX END: B2B-HOME-TRUST-COMPACT-20260710 === */

/* ==== bundle member: 04-b2b-trust-pages.css ==== */
/* === FIX START: B2B-TRUST-PAGES-20260709 === */
.b2b-trust-page {
  --b2b-green: #2f7d45;
  --b2b-green-dark: #1f5f34;
  --b2b-green-deep: #174b29;
  --b2b-ink: #17221a;
  --b2b-muted: #59685d;
  --b2b-line: #d8e5d9;
  --b2b-paper: #f4f8f4;
  color: var(--b2b-ink);
  font-size: 1rem;
  line-height: 1.6;
  text-align: start;
}

.b2b-trust-page *,
.b2b-trust-page *::before,
.b2b-trust-page *::after {
  box-sizing: border-box;
}

.b2b-trust-page__hero {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid var(--b2b-line);
  border-inline-start: 0.5rem solid var(--b2b-green);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #ffffff 0%, var(--b2b-paper) 100%);
}

.b2b-trust-page__eyebrow {
  margin: 0 0 0.5rem;
  color: var(--b2b-green-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.b2b-trust-page h2,
.b2b-trust-page h3,
.b2b-trust-page h4 {
  color: var(--b2b-ink);
  text-transform: none;
}

.b2b-trust-page h2 {
  margin: 0;
  font-size: clamp(1.875rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.b2b-trust-page h3 {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
}

.b2b-trust-page h4 {
  margin: 0;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 800;
  line-height: 1.25;
}

.b2b-trust-page__lead {
  max-inline-size: 48rem;
  margin: 1rem 0 0;
  color: var(--b2b-muted);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
}

.b2b-trust-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.b2b-trust-page__button {
  display: inline-flex;
  min-block-size: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: 2px solid var(--b2b-green-dark);
  border-radius: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.b2b-trust-page__button--primary {
  background: var(--b2b-green-dark);
  color: #ffffff;
}

.b2b-trust-page__button--secondary {
  background: #ffffff;
  color: var(--b2b-green-dark);
}

.b2b-trust-page__button:hover,
.b2b-trust-page__button:focus-visible {
  border-color: var(--b2b-green-deep);
}

.b2b-trust-page__button--primary:hover,
.b2b-trust-page__button--primary:focus-visible {
  background: var(--b2b-green-deep);
  color: #ffffff;
}

.b2b-trust-page a:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #ffffff;
}

.b2b-trust-page__ledger {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 1.25rem 0 0;
  padding: 0;
  border-block: 1px solid var(--b2b-line);
  list-style: none;
}

.b2b-trust-page__ledger li {
  min-inline-size: 0;
  padding: 1.25rem;
  border-block-end: 1px solid var(--b2b-line);
  font-variant-numeric: tabular-nums;
}

.b2b-trust-page__ledger li:last-child {
  border-block-end: 0;
}

.b2b-trust-page__ledger span,
.b2b-trust-page__ledger strong,
.b2b-trust-page__ledger small {
  display: block;
}

.b2b-trust-page__ledger span {
  color: var(--b2b-green-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b2b-trust-page__ledger strong {
  margin-block-start: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.b2b-trust-page__ledger small {
  margin-block-start: 0.25rem;
  color: var(--b2b-muted);
}

.b2b-trust-page__section {
  margin-block-start: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--b2b-line);
  border-radius: 1rem;
  background: #ffffff;
}

.b2b-trust-page__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  counter-reset: b2b-step;
  list-style: none;
}

.b2b-trust-page__steps li {
  position: relative;
  min-inline-size: 0;
  padding-inline-start: 3rem;
  counter-increment: b2b-step;
}

.b2b-trust-page__steps li::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: grid;
  inline-size: 2.25rem;
  block-size: 2.25rem;
  border-radius: 50%;
  background: var(--b2b-green);
  color: #ffffff;
  content: counter(b2b-step) / "Krok " counter(b2b-step);
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.b2b-trust-page__steps strong,
.b2b-trust-page__steps span {
  display: block;
}

.b2b-trust-page__steps span {
  margin-block-start: 0.25rem;
  color: var(--b2b-muted);
}

.b2b-trust-page__split,
.b2b-trust-page__contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-block-start: 1.5rem;
}

.b2b-trust-page__split article,
.b2b-trust-page__contact-card {
  min-inline-size: 0;
  padding: 1.25rem;
  border: 1px solid var(--b2b-line);
  border-block-start: 0.25rem solid var(--b2b-green);
  border-radius: 0.75rem;
  background: var(--b2b-paper);
}

.b2b-trust-page__split article p,
.b2b-trust-page__split address {
  margin: 0.75rem 0 0;
  color: var(--b2b-muted);
  font-style: normal;
}

.b2b-trust-page__split article p + p {
  margin-block-start: 0.5rem;
}

.b2b-trust-page__contact-card {
  display: block;
  color: var(--b2b-ink);
  text-decoration: none;
}

.b2b-trust-page__contact-card span,
.b2b-trust-page__contact-card strong,
.b2b-trust-page__contact-card small {
  display: block;
}

.b2b-trust-page__contact-card span {
  color: var(--b2b-green-dark);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.b2b-trust-page__contact-card strong {
  margin-block-start: 0.375rem;
  overflow-wrap: anywhere;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  font-variant-numeric: tabular-nums;
}

.b2b-trust-page__contact-card small {
  margin-block-start: 0.375rem;
  color: var(--b2b-muted);
}

.b2b-trust-page__contact-card:hover,
.b2b-trust-page__contact-card:focus-visible {
  border-color: var(--b2b-green);
  background: #ffffff;
}

.b2b-trust-page__closing {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-block-start: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 1rem;
  background: var(--b2b-green-deep);
  color: #ffffff;
}

.b2b-trust-page__closing h3,
.b2b-trust-page__closing p {
  color: #ffffff;
}

.b2b-trust-page__closing .b2b-trust-page__eyebrow {
  color: #cfe8d6;
}

.b2b-trust-page__closing p {
  margin: 0.625rem 0 0;
}

.b2b-trust-page__closing .b2b-trust-page__button--primary {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--b2b-green-deep);
}

.b2b-trust-page__closing .b2b-trust-page__button--primary:hover,
.b2b-trust-page__closing .b2b-trust-page__button--primary:focus-visible {
  border-color: #e8f2e9;
  background: #e8f2e9;
  color: var(--b2b-green-deep);
}

@media (min-width: 48rem) {
  .b2b-trust-page__hero {
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: end;
  }

  .b2b-trust-page__ledger {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b2b-trust-page__ledger li {
    border-block-end: 0;
    border-inline-end: 1px solid var(--b2b-line);
  }

  .b2b-trust-page__ledger li:last-child {
    border-inline-end: 0;
  }

  .b2b-trust-page__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b2b-trust-page__split,
  .b2b-trust-page__contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b2b-trust-page__closing {
    grid-template-columns: minmax(0, 1fr) max-content;
  }
}

@media (max-width: 47.9375rem) {
  .b2b-trust-page__button {
    inline-size: 100%;
  }

  .b2b-trust-page__hero,
  .b2b-trust-page__section,
  .b2b-trust-page__closing {
    padding-inline: 1rem;
  }
}
/* === FIX END: B2B-TRUST-PAGES-20260709 === */

/* ==== bundle member: 05-b2b-price-access.css ==== */
/* === FIX START: B2B-PRICE-ACCESS-20260710 === */
.b2b-price-access {
  --b2b-access-ink: #17221a;
  --b2b-access-muted: #536258;
  --b2b-access-green: #1f5f34;
  --b2b-access-green-hover: #174a29;
  --b2b-access-line: #b9cfbd;
  --b2b-access-paper: #f4f8f4;
  box-sizing: border-box;
  position: relative;
  inline-size: 100%;
  margin-block: 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid var(--b2b-access-line);
  border-inline-start: 5px solid var(--b2b-access-green);
  border-radius: 0.35rem;
  background: var(--b2b-access-paper);
  color: var(--b2b-access-ink);
  font-family: inherit;
  text-align: start;
}

.b2b-price-access *,
.b2b-price-access *::before,
.b2b-price-access *::after {
  box-sizing: border-box;
}

.b2b-price-access .b2b-price-access__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--b2b-access-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

.b2b-price-access .b2b-price-access__title {
  margin: 0;
  max-inline-size: 28ch;
  color: var(--b2b-access-ink);
  font-size: clamp(1.2rem, 1rem + 0.6vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
}

.b2b-price-access .b2b-price-access__copy {
  margin: 0.65rem 0 0;
  max-inline-size: 70ch;
  color: var(--b2b-access-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.b2b-price-access .b2b-price-access__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.b2b-price-access .b2b-price-access__facts > li {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--b2b-access-line);
  background: #ffffff;
  color: var(--b2b-access-ink);
  font-size: 0.88rem;
  line-height: 1.4;
}

.b2b-price-access .b2b-price-access__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-block-start: 1rem;
}

.b2b-price-access .b2b-price-access__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 48px;
  padding: 0.7rem 1rem;
  border: 2px solid var(--b2b-access-green);
  border-radius: 0.25rem;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.b2b-price-access .b2b-price-access__action--primary,
.b2b-price-access .b2b-price-access__action--primary:visited {
  background: var(--b2b-access-green);
  color: #ffffff;
}

.b2b-price-access .b2b-price-access__action--secondary,
.b2b-price-access .b2b-price-access__action--secondary:visited {
  background: #ffffff;
  color: var(--b2b-access-green);
}

.b2b-price-access .b2b-price-access__action:hover {
  border-color: var(--b2b-access-green-hover);
  text-decoration: none;
}

.b2b-price-access .b2b-price-access__action--primary:hover {
  background: var(--b2b-access-green-hover);
  color: #ffffff;
}

.b2b-price-access .b2b-price-access__action--secondary:hover {
  color: var(--b2b-access-green-hover);
}

.b2b-price-access .b2b-price-access__action:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #ffffff;
}

.b2b-price-access--category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.5rem;
}

.b2b-price-access--category .b2b-price-access__actions {
  margin-block-start: 0;
}

body.b2b-price-access-category-active .products-page .product .prices {
  min-block-size: 1.6rem;
}

body.b2b-price-access-category-active .products-page .product .b2b-price-access__card-label {
  display: block;
  color: var(--color-primary, #1f5f34);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.35;
}

body.b2b-price-access-category-active .products-page .product .p-tools > .quantity[hidden] {
  display: none !important;
}

@media (max-width: 680px) {
  .b2b-price-access {
    margin-block: 1rem;
    padding: 1rem;
  }

  .b2b-price-access--category {
    grid-template-columns: minmax(0, 1fr);
  }

  .b2b-price-access--category .b2b-price-access__actions {
    margin-block-start: 0;
  }

  .b2b-price-access .b2b-price-access__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .b2b-price-access .b2b-price-access__action {
    inline-size: 100%;
  }
}

@media (forced-colors: active) {
  .b2b-price-access {
    border-color: CanvasText;
  }

  .b2b-price-access .b2b-price-access__action {
    border-color: LinkText;
  }

  .b2b-price-access .b2b-price-access__action:focus-visible {
    outline-color: Highlight;
    box-shadow: none;
  }
}

/* === FIX START: B2B-TAX-EXCLUSIVE-LABEL-20260710 === */
.b2b-price-tax-label {
  color: #665f5b;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.products .product .price.price-final > .b2b-price-tax-label,
.products .product .price-final-holder + .b2b-price-tax-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin-block-start: 0.125rem;
}

.p-info-wrapper .price-final-holder + .b2b-price-tax-label {
  display: inline-flex;
  margin-inline-start: 0.375rem;
  vertical-align: baseline;
}

@media (forced-colors: active) {
  .b2b-price-tax-label {
    color: CanvasText;
  }
}
/* === FIX END: B2B-TAX-EXCLUSIVE-LABEL-20260710 === */

/* === FIX START: B2B-CARTON-TOTAL-20260711 === */
.b2b-carton-total {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.125rem 0.35rem;
  min-inline-size: 0;
  max-inline-size: 100%;
  margin: 0;
  padding-block: 0.4rem;
  padding-inline: 0.625rem;
  border: 1px solid #dfdad5;
  border-inline-start: 3px solid #d7001a;
  border-radius: 0.2rem;
  background: #f7f5f2;
  color: #3f3935;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: start;
}

.b2b-carton-total > * {
  min-inline-size: 0;
}

.b2b-carton-total .b2b-carton-total__quantity {
  color: #5d5651;
  font-weight: 600;
}

.b2b-carton-total .b2b-carton-total__equals {
  color: #8a817b;
  font-weight: 600;
}

.b2b-carton-total .b2b-carton-total__price {
  color: #211d1a;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.products .product .b2b-carton-total--card {
  flex-basis: 100%;
  inline-size: 100%;
  margin-block: 0.375rem 0.5rem;
  padding-block: 0.35rem;
  padding-inline: 0.5rem;
  font-size: 0.75rem;
}

.p-info-wrapper .b2b-carton-total--detail {
  inline-size: fit-content;
  margin-block-start: 0.625rem;
  font-size: 0.8125rem;
}

@media (max-width: 480px) {
  .p-info-wrapper .b2b-carton-total--detail {
    inline-size: 100%;
  }
}

@media (forced-colors: active) {
  .b2b-carton-total {
    border-color: CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .b2b-carton-total .b2b-carton-total__quantity,
  .b2b-carton-total .b2b-carton-total__equals,
  .b2b-carton-total .b2b-carton-total__price {
    color: CanvasText;
  }
}
/* === FIX END: B2B-CARTON-TOTAL-20260711 === */

/* === FIX START: B2B-ORDER-MINIMUM-GUIDE-20260711 === */
#colorbox.b2b-order-minimum-active {
  inline-size: min(42rem, calc(100% - 2rem)) !important;
  max-inline-size: 42rem !important;
  inset-inline-start: 50% !important;
  transform: translateX(-50%);
}

#colorbox.b2b-order-minimum-active #cboxWrapper,
#colorbox.b2b-order-minimum-active #cboxTopCenter,
#colorbox.b2b-order-minimum-active #cboxContent {
  inline-size: 100% !important;
}

#colorbox.b2b-order-minimum-active #cboxLoadedContent {
  box-sizing: content-box;
  inline-size: calc(100% - 2.5rem) !important;
  padding-inline: 1.25rem;
}

#colorbox.b2b-order-minimum-active .advanced-order,
#colorbox.b2b-order-minimum-active .advanced-order * {
  box-sizing: border-box;
  min-inline-size: 0;
}

#colorbox.b2b-order-minimum-active .advanced-order {
  --b2b-order-red: #d7001a;
  --b2b-order-ink: #211d1a;
  --b2b-order-paper: #ffffff;
  --b2b-order-neutral: #f7f5f2;
  --b2b-order-muted: #665f5b;
  --b2b-order-line: #ded8d3;
  --b2b-order-yellow: #ffc400;
  display: grid;
  gap: 0.875rem;
  color: var(--b2b-order-ink);
  text-align: start;
}

#colorbox.b2b-order-minimum-active .advanced-order > .h1,
#colorbox.b2b-order-minimum-active .advanced-order > .h2 {
  margin: 0;
  text-align: center;
}

#colorbox.b2b-order-minimum-active .advanced-order > .h1 {
  font-size: clamp(1.25rem, 1.1rem + 0.45vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
}

#colorbox.b2b-order-minimum-active .advanced-order > .h2 {
  color: var(--b2b-order-muted);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.45;
}

#colorbox.b2b-order-minimum-active .advanced-order .extras-wrap {
  margin: 0;
}

#colorbox.b2b-order-minimum-active [data-b2b-order-minimum-hidden="true"] {
  display: none !important;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide {
  padding: clamp(0.875rem, 2.5vw, 1.125rem);
  border: 1px solid var(--b2b-order-line);
  border-inline-start: 4px solid var(--b2b-order-red);
  border-radius: 0.35rem;
  background: var(--b2b-order-neutral);
  color: var(--b2b-order-ink);
  text-align: start;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__eyebrow {
  margin: 0 0 0.25rem;
  color: var(--b2b-order-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.3;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__title {
  margin: 0;
  color: var(--b2b-order-ink);
  font-size: clamp(1.0625rem, 0.98rem + 0.3vw, 1.25rem);
  font-weight: 800;
  line-height: 1.3;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__copy {
  margin: 0.375rem 0 0;
  max-inline-size: 64ch;
  color: var(--b2b-order-muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__progress-shell {
  position: relative;
  margin-block-start: 0.75rem;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__progress-shell::after {
  position: absolute;
  inset-block: -0.125rem;
  inset-inline-end: 0;
  inline-size: 0.25rem;
  border-radius: 999px;
  background: var(--b2b-order-yellow);
  content: '';
  pointer-events: none;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__progress {
  display: block;
  inline-size: 100%;
  block-size: 0.625rem;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  appearance: none;
  accent-color: var(--b2b-order-red);
  background: var(--b2b-order-line);
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__progress::-webkit-progress-bar {
  border-radius: 999px;
  background: var(--b2b-order-line);
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__progress::-webkit-progress-value {
  border-radius: 999px;
  background: var(--b2b-order-red);
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__progress::-moz-progress-bar {
  border-radius: 999px;
  background: var(--b2b-order-red);
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__labels {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-block-start: 0.375rem;
  color: var(--b2b-order-muted);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.35;
}

#colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__minimum {
  text-align: end;
}

#colorbox.b2b-order-minimum-active .advancedOrder__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  margin: 0;
}

#colorbox.b2b-order-minimum-active .advancedOrder__buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  min-block-size: 48px;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 2px solid var(--b2b-order-ink);
  border-radius: 0.3rem;
  font-size: 0.9375rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

#colorbox.b2b-order-minimum-active .advancedOrder__buttons [data-testid="buttonPopupBack"] {
  border-color: var(--b2b-order-red);
  background: var(--b2b-order-red);
  color: var(--b2b-order-paper) !important;
}

#colorbox.b2b-order-minimum-active .advancedOrder__buttons [data-testid="buttonPopupCart"] {
  border-color: var(--b2b-order-ink);
  background: var(--b2b-order-paper);
  color: var(--b2b-order-ink) !important;
}

#colorbox.b2b-order-minimum-active .advancedOrder__buttons .btn:hover {
  border-color: var(--b2b-order-ink);
  background: var(--b2b-order-ink);
  color: var(--b2b-order-paper);
  text-decoration: none;
}

#colorbox.b2b-order-minimum-active .advancedOrder__buttons .btn:focus-visible {
  outline: 3px solid var(--b2b-order-yellow);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--b2b-order-paper);
}

@media (max-width: 480px) {
  #colorbox.b2b-order-minimum-active .advancedOrder__buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  #colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__labels {
    align-items: flex-start;
    font-size: 0.6875rem;
  }
}

@media (forced-colors: active) {
  #colorbox.b2b-order-minimum-active .b2b-order-minimum-guide,
  #colorbox.b2b-order-minimum-active .advancedOrder__buttons .btn {
    border-color: CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  #colorbox.b2b-order-minimum-active .b2b-order-minimum-guide__progress {
    border: 1px solid CanvasText;
  }

  #colorbox.b2b-order-minimum-active .advancedOrder__buttons .btn:focus-visible {
    outline-color: Highlight;
    box-shadow: none;
  }
}
/* === FIX END: B2B-ORDER-MINIMUM-GUIDE-20260711 === */
/* === FIX END: B2B-PRICE-ACCESS-20260710 === */

/* ==== bundle member: 06-b2b-product-integrity.css ==== */
/* === FIX START: B2B-PRODUCT-INTEGRITY-20260710 === */
.b2b-product-facts {
  --b2b-facts-ink: #171a17;
  --b2b-facts-muted: #5b655d;
  --b2b-facts-green: #195f32;
  --b2b-facts-line: #cbd5cc;
  --b2b-facts-paper: #f6f8f4;
  box-sizing: border-box;
  margin-block: 18px;
  padding: clamp(16px, 2vw, 22px);
  color: var(--b2b-facts-ink);
  background: var(--b2b-facts-paper);
  border: 1px solid var(--b2b-facts-line);
  border-inline-start: 4px solid var(--b2b-facts-green);
  border-radius: 4px;
}

.b2b-product-facts *,
.b2b-product-facts *::before,
.b2b-product-facts *::after {
  box-sizing: border-box;
}

.b2b-product-facts__eyebrow {
  margin: 0 0 6px;
  color: var(--b2b-facts-green);
  font: 700 .75rem/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .08em;
}

.b2b-product-facts__title {
  margin: 0 0 14px;
  color: var(--b2b-facts-ink);
  font-size: clamp(1.125rem, 1.7vw, 1.375rem);
  line-height: 1.25;
}

.b2b-product-facts__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.b2b-product-facts__item {
  min-width: 0;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid var(--b2b-facts-line);
}

.b2b-product-facts__item dt {
  margin: 0 0 3px;
  color: var(--b2b-facts-muted);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.b2b-product-facts__item dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--b2b-facts-ink);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 680px) {
  .b2b-product-facts {
    margin-block: 16px;
    padding: 16px;
  }

  .b2b-product-facts__list {
    grid-template-columns: 1fr;
  }
}

@media (forced-colors: active) {
  .b2b-product-facts,
  .b2b-product-facts__item {
    border-color: CanvasText;
  }
}
/* === FIX END: B2B-PRODUCT-INTEGRITY-20260710 === */

/* === FIX START: B2B-PRODUCT-BUYBOX-PRIORITY-20260713 === */
.type-product .product-top .p-info-wrapper > .price-line {
  order: 0;
}
/* === FIX END: B2B-PRODUCT-BUYBOX-PRIORITY-20260713 === */

/* ==== bundle member: 07-b2b-category-hub.css ==== */
/* === B2B CATEGORY HUB START 20260710 === */
.b2b-category-hub {
  margin: 1.75rem auto 2.375rem;
  padding: 0;
  color: #282421;
}

.b2b-category-hub__inner {
  width: min(calc(100% - 80px), 1600px);
  margin: 0 auto;
}

.b2b-category-hub__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin: 0 0 1rem;
}

.b2b-category-hub__title {
  margin: 0;
  color: #282421;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.b2b-category-hub__intro {
  max-width: 38rem;
  margin: 0;
  color: #6c655e;
  font-size: 1rem;
  line-height: 1.5;
  text-align: start;
}

.b2b-category-hub__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-category-hub__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.b2b-category-hub__card {
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #d8d2c8;
  border-radius: 14px;
  background: #fff;
  color: #282421;
  box-shadow: 0 7px 24px rgba(40, 36, 33, 0.08);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.b2b-category-hub__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f5f2eb;
}

.b2b-category-hub__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.b2b-category-hub__card[data-b2b-category="cartons"] .b2b-category-hub__image {
  padding: 0.5rem;
  object-fit: contain;
}

.b2b-category-hub__body {
  display: flex;
  min-height: 4.5rem;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.85rem 1rem 0.95rem;
  border-top: 1px solid #eee9e1;
}

.b2b-category-hub__card-title {
  display: block;
  color: #282421;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.b2b-category-hub__note {
  display: block;
  color: #6c655e;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.b2b-category-hub__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.25rem 0.55rem;
  border: 2px solid #282421;
  border-radius: 0.35rem;
  background: #ffc400;
  color: #282421;
  box-shadow: 3px 3px 0 #282421;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}

.b2b-category-hub__card:focus-visible {
  outline: 3px solid #c90019;
  outline-offset: 3px;
  border-color: #c90019;
}

@media (hover: hover) {
  .b2b-category-hub__card:hover {
    transform: translateY(-3px);
    border-color: #c90019;
    box-shadow: 0 12px 30px rgba(40, 36, 33, 0.15);
    color: #282421;
    text-decoration: none;
  }

  .b2b-category-hub__card:hover .b2b-category-hub__image {
    transform: scale(1.025);
  }
}

@media (max-width: 767px) {
  .b2b-category-hub {
    margin: 1.125rem auto 1.75rem;
    padding: 0;
  }

  .b2b-category-hub__heading {
    display: block;
    margin-bottom: 0.75rem;
  }

  .b2b-category-hub__title {
    font-size: 1.45rem;
  }

  .b2b-category-hub__intro {
    margin-top: 0.35rem;
    font-size: 0.92rem;
  }

  .b2b-category-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .b2b-category-hub__card {
    border-radius: 10px;
  }

  .b2b-category-hub__body {
    min-height: 4.15rem;
    padding: 0.7rem 0.75rem 0.8rem;
  }

  .b2b-category-hub__card-title {
    font-size: 0.92rem;
  }

  .b2b-category-hub__note {
    font-size: 0.74rem;
  }

  .b2b-category-hub__badge {
    top: 0.5rem;
    left: 0.5rem;
    min-height: 1.45rem;
    padding: 0.2rem 0.4rem;
    box-shadow: 2px 2px 0 #282421;
    font-size: 0.62rem;
  }
}

/* === FIX START: B2B-CAROUSEL-ALIGNMENT-20260710 === */
@media (min-width: 1751px) {
  .b2b-category-hub__inner {
    width: min(100%, 1680px);
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  .b2b-category-hub__inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 480px) {
  .b2b-category-hub__inner {
    width: calc(100% - 30px);
  }
}
/* === FIX END: B2B-CAROUSEL-ALIGNMENT-20260710 === */

@media (prefers-reduced-motion: reduce) {
  .b2b-category-hub__card,
  .b2b-category-hub__image {
    transition: none;
  }
}
/* === B2B CATEGORY HUB END 20260710 === */

/* ==== bundle member: 08-b2b-category-hub-crop.css ==== */
/* === B2B CATEGORY HUB CROP START 20260710 === */
.b2b-category-hub__image {
  object-position: 50% 100%;
}
/* === B2B CATEGORY HUB CROP END 20260710 === */

/* ==== bundle member: 09-b2b-cards.css ==== */
/* === FIX START: B2B-CARD-COHESION-20260713 === */
/*
 * Sladění produktových karet a primárních tlačítek s B2B brandem
 * (černá/červená/zlatá). Theme Adamin kreslí výplň .btn přes ::before
 * (position:absolute; inset:0; z-index:-1) — recolor musí jít přes pseudo.
 */

/* Primární (konverzní) tlačítka: theme lime -> brand červená.
   Vyšší varianty selektorů přebíjejí header <style> blok
   `.products-block.products .product .btn { background: var(--color-secondary) !important }` (0,4,0). */
.products-block.products .product .btn.btn-primary,
#products .product .btn.btn-primary,
.btn.btn-primary {
  background-color: #c90018 !important;
  border-color: #c90018 !important;
  color: #ffffff !important;
}

.products-block.products .product .btn.btn-primary::before,
#products .product .btn.btn-primary::before,
.btn.btn-primary::before {
  background: #c90018 !important;
}

.products-block.products .product .btn.btn-primary:hover::before,
#products .product .btn.btn-primary:hover::before,
.btn.btn-primary:hover::before,
.btn.btn-primary:focus::before {
  background: #a90015 !important;
}

.btn.btn-primary:focus-visible {
  outline: 3px solid #2f2b2b;
  outline-offset: 2px;
}

/* Add-to-cart přihlášených zákazníků je .btn-cart (NE btn-primary) — také do brand červené.
   Vlastníkův header styl má button.add-to-cart-button (0,4,1) -> nutná vyšší specificita. */
.products-block.products .product .btn.btn-cart,
#products .product .btn.btn-cart,
.btn.btn-cart {
  background-color: #c90018 !important;
  border-color: #c90018 !important;
  color: #ffffff !important;
}

.products-block.products .product .btn.btn-cart::before,
#products .product .btn.btn-cart::before,
.btn.btn-cart::before {
  background: #c90018 !important;
}

.products-block.products .product .btn.btn-cart:hover::before,
#products .product .btn.btn-cart:hover::before,
.btn.btn-cart:hover::before,
.btn.btn-cart:focus::before {
  background: #a90015 !important;
}

.btn.btn-cart:focus-visible {
  outline: 3px solid #2f2b2b;
  outline-offset: 2px;
}

/* "Detail" odkaz v kartě (anonymní B2B stav) = sekundární akce -> klidný outline.
   Skutečné add-to-cart tlačítko přihlášených zákazníků zůstává plné červené. */
.products-block.products .product .p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"]),
#products .product .p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"]),
.p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"]) {
  background: transparent !important;
  border: 2px solid rgba(47, 43, 43, 0.32) !important;
  border-radius: 9px !important;
  color: #2f2b2b !important;
  font-weight: 700 !important;
}

.products-block.products .product .p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"])::before,
#products .product .p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"])::before,
.p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"])::before {
  display: none !important;
}

.products-block.products .product .p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"]):hover,
#products .product .p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"]):hover,
.p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"]):hover,
.p-tools .btn-primary:not(.add-to-cart-button):not([data-testid="buttonAddToCart"]):focus-visible {
  background: #2f2b2b !important;
  border-color: #2f2b2b !important;
  color: #ffffff !important;
}

/* Karta: název, kód, rádius */
#products .product .p,
.products-block .product .p {
  border-radius: 14px !important;
}

#products .product .name,
.products-block .product .name {
  color: #2f2b2b !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
}

/* Sufix "- originál z Německa/Itálie" v názvech karet je redundantní šum
   (celý web to komunikuje); na detailu produktu zůstává. */
#products .product .name .product-appendix,
.products-block .product .name .product-appendix {
  display: none !important;
}

#products .product .p-code,
.products-block .product .p-code {
  color: rgba(47, 43, 43, 0.55) !important;
  font-size: 0.78rem !important;
}

/* Štítky do brand palety (víc variant selektorů kvůli specifičtějším theme pravidlům) */
.flags .flag.flag-new,
.flags-default .flag.flag-new,
.flags-extra .flag.flag-new,
.flag.flag-new {
  background: #ffc400 !important;
  color: #2f2b2b !important;
}

.flags .flag.flag-action,
.flags .flag.flag-discount,
.flag.flag-action,
.flag.flag-discount {
  background: #c90018 !important;
  color: #ffffff !important;
}

.flags .flag.flag-tip,
.flag.flag-tip {
  background: #2f2b2b !important;
  color: #ffffff !important;
}

.flag {
  border-radius: 999px !important;
  font-weight: 700 !important;
}

/* Disabled množstevní stepper anonymního uživatele je mrtvé UI -> skrýt.
   Přihlášený zákazník má input enabled, :has() nematchne a stepper zůstává. */
.products-block .product .quantity:has(input[disabled]),
#products .product .quantity:has(input[disabled]) {
  display: none !important;
}
/* === FIX END: B2B-CARD-COHESION-20260713 === */

/* === FIX START: B2B-CAROUSEL-CLS-GUARD-20260713 === */
/*
 * Slick karusely (#products-1/2) se před inicializací vykreslí jako vysoký
 * svislý stack a po initu se zhroutí na jednu řadu (CLS 0.73 v PSI labu).
 * Pre-init výškový clamp drží místo ~na výšce inicializovaného karuselu
 * (změřeno: desktop 368 px, tablet 348 px, mobil 300 px).
 */
.products-block.carousel:not(.slick-initialized) {
  max-height: 380px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .products-block.carousel:not(.slick-initialized) {
    max-height: 355px;
  }
}

@media (max-width: 767px) {
  .products-block.carousel:not(.slick-initialized) {
    max-height: 310px;
  }
}
/* === FIX END: B2B-CAROUSEL-CLS-GUARD-20260713 === */
