/* Zachęty B2B — sticky pasek „Dla firm" + linia w koszyku + box na checkoucie.
   Scope pod własne klasy .fc-b2bbar / .fc-nudge-*. Magenta marki = #C800A7 (fallback). */

/* ---- pasek „Dla firm" na samej górze (relative — normalnie odpływa przy scrollu; sticky nachodził na menu) ---- */
.fc-b2bbar{
  position:relative; z-index:40;
  background:#141414; color:#fff;
}
.fc-b2bbar[hidden]{display:none!important}
.fc-b2bbar__in{
  max-width:1440px; margin:0 auto; padding:8px 44px 8px 16px;
  display:flex; align-items:center; gap:14px; position:relative;
  /* typografia jak nagłówek 2.0 (Poppins) — dzieci dziedziczą font jawnie */
  font-family:'Poppins',sans-serif; font-weight:600;
  font-size:13.5px; line-height:1.35; letter-spacing:.1px;
}
.fc-b2bbar__in *{font-family:inherit}
.fc-b2bbar__tx{flex:1 1 auto}
.fc-b2bbar__txm{display:none; flex:1 1 auto}
.fc-b2bbar__cta{
  flex:none; display:inline-flex; align-items:center;
  background:var(--fc-magenta,#C800A7); color:#fff; text-decoration:none;
  font-weight:700; font-size:12.5px; padding:6px 14px; border-radius:999px;
  white-space:nowrap; transition:background .15s; letter-spacing:0;
}
.fc-b2bbar__cta:hover,.fc-b2bbar__cta:focus{background:var(--fc-magenta-dark,#a90b8f); color:#fff}
.fc-b2bbar__x{
  flex:none; position:absolute; right:12px; top:50%; transform:translateY(-50%);
  width:26px; height:26px; display:inline-flex; align-items:center; justify-content:center;
  background:transparent; border:0; color:#cfcfcf; cursor:pointer; padding:0; border-radius:6px;
}
.fc-b2bbar__x:hover,.fc-b2bbar__x:focus{color:#fff; background:rgba(255,255,255,.12)}

@media (max-width:680px){
  .fc-b2bbar__in{padding:8px 40px 8px 12px; gap:10px; font-size:12.5px}
  .fc-b2bbar__tx{display:none}
  .fc-b2bbar__txm{display:block}
  .fc-b2bbar__cta{font-size:11.5px; padding:5px 11px}
}

/* ---- box „cena firmowa" w koszyku (wzorzec info-boxów sidebara, jak .fc-ship) ---- */
.fc-nudge-box{
  display:flex; align-items:flex-start; gap:10px;
  margin:10px 0 0; padding:11px 13px;
  background:#fdf3fa; border-radius:var(--fc-r-sm,12px);
  color:var(--fc-text,#3a1030);
  font-size:13px; line-height:1.4;
}
.fc-nudge-box__ic{
  width:28px; height:28px; border-radius:7px; flex:none;
  background:#f5d3ec; color:var(--fc-magenta,#C800A7);
  display:flex; align-items:center; justify-content:center;
}
.fc-nudge-box__body{flex:1 1 auto; min-width:0}
.fc-nudge-box__tx{display:block}
.fc-nudge-box__tx b,.fc-nudge-box__tx strong{color:var(--fc-magenta,#C800A7)}
.fc-nudge-box__cta{
  display:inline-block; margin-top:4px;
  color:var(--fc-magenta,#C800A7); font-weight:700; text-decoration:none;
}
.fc-nudge-box__cta:hover,.fc-nudge-box__cta:focus{text-decoration:underline}

/* ---- box na checkoucie (mocniejszy — ma przyciągać wzrok obok „Zamawiam i płacę") ---- */
.fc-nudge-co{
  display:flex; align-items:flex-start; gap:14px;
  margin:0 0 14px; padding:17px 18px;
  background:#fdf3fa; border:2px solid var(--fc-magenta,#C800A7); border-radius:14px;
  color:#3a1030;
}
.fc-nudge-co[hidden]{display:none!important}
.fc-nudge-co__ic{
  width:40px; height:40px; border-radius:9px; flex:none;
  background:var(--fc-magenta,#C800A7); color:#fff;
  display:flex; align-items:center; justify-content:center;
}
.fc-nudge-co__body{flex:1 1 auto; min-width:0}
.fc-nudge-co__ttl{display:block; font-weight:700; font-size:15px; line-height:1.3; margin-bottom:5px}
.fc-nudge-co__tx{display:block; font-size:13.5px; line-height:1.45; margin-bottom:12px}
.fc-nudge-co__tx b,.fc-nudge-co__tx strong{color:var(--fc-magenta,#C800A7)}
.fc-nudge-co__cta{
  display:inline-flex; align-items:center; justify-content:center;
  background:var(--fc-magenta,#C800A7); color:#fff; border:0; text-decoration:none;
  font-weight:700; font-size:13px; padding:9px 16px; border-radius:10px; cursor:pointer;
  transition:background .15s;
}
.fc-nudge-co__cta:hover,.fc-nudge-co__cta:focus{background:var(--fc-magenta-dark,#a90b8f); color:#fff}
