/* Konfigurator zestawu – styl z mockupu klienta, zescope'owany pod .bbc,
   aby nie wpływać na resztę strony WordPressa. Generowane z preview.html. */
.bbc {
  --bg: #f5f7f8;
  --card: #ffffff;
  --text: #142126;
  --muted: #68767c;
  --line: #dde4e7;
  --brand: #ff7e20;
  --brand-dark: #e9680d;
  --accent: #fff1e7;
  --success: #137333;
  --success-soft: #e9f6ed;
  --danger: #b42318;
  --shadow: 0 8px 24px rgba(20, 33, 38, 0.05);
  --shadow-strong: 0 18px 44px rgba(20, 33, 38, 0.15);

  display: grid;
  gap: 18px;
  width: 100%;
  font-family: "Lato", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
}
.bbc * { box-sizing: border-box; }
.bbc img { display: block; max-width: 100%; }
.bbc a { color: inherit; text-decoration: none; }
.bbc button, .bbc input, .bbc select { font: inherit; }
.bbc button { border-radius: 0; cursor: pointer; }
.bbc h1, .bbc h2, .bbc h3, .bbc p { margin-top: 0; }

.bbc .container {
      width: min(1320px, calc(100% - 32px));
      margin: 0 auto;
    }
.bbc .container {
      padding: 24px 0 100px;
      display: grid;
      gap: 18px;
    }
.bbc .breadcrumbs {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      color: var(--muted);
      font-size: 14px;
    }
.bbc .card {
      background: var(--card);
      border: 1px solid rgba(221,228,231,.95);
      box-shadow: var(--shadow);
    }
.bbc .intro-card {
      padding: 22px 24px;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      align-items: center;
      gap: 16px;
    }
.bbc .intro-card h1 {
      margin-bottom: 6px;
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.08;
    }
.bbc .intro-copy {
      color: var(--muted);
      font-size: 15px;
      line-height: 1.55;
      max-width: 780px;
      margin-bottom: 0;
    }
.bbc .configurator-layout {
      display: grid;
      grid-template-columns: minmax(250px, 24%) minmax(0, 1fr);
      gap: 18px;
      align-items: start;
    }
.bbc .figure-column {
      position: sticky;
      top: 94px;
      padding: 18px;
      display: grid;
      gap: 12px;
      max-height: calc(100vh - 112px);
      overflow: auto;
    }
.bbc .progress-head {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: baseline;
    }
.bbc .eyebrow {
      color: var(--brand);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .09em;
      text-transform: uppercase;
    }
.bbc .progress-count {
      color: var(--muted);
      font-size: 13px;
      font-weight: 900;
    }
.bbc .progress-bar {
      height: 7px;
      background: #edf1f2;
      overflow: hidden;
    }
.bbc .progress-fill {
      height: 100%;
      width: 0;
      background: var(--brand);
      transition: width .35s ease;
    }
.bbc .body-map-wrap {
      position: relative;
      min-height: 470px;
      background: #fff;
      border: 1px solid var(--line);
      display: grid;
      place-items: center;
      padding: 18px 10px 84px;
      overflow: hidden;
    }
.bbc .body-map-wrap::before {
      content: none;
    }
.bbc .body-map {
      width: 100%;
      max-width: 188px;
      height: 395px;
      position: relative;
      z-index: 2;
    }
.bbc .body-source-outline {
      fill: rgba(104,118,124,.035);
      stroke: #aeb8bc;
      stroke-width: 2.2;
      vector-effect: non-scaling-stroke;
      stroke-linecap: round;
      stroke-linejoin: round;
      pointer-events: none;
    }
.bbc .body-zone {
      cursor: pointer;
      outline: none;
      transition: opacity .2s ease;
    }
.bbc .body-zone .zone-shape {
      fill: rgba(255,255,255,.01);
      stroke: transparent;
      stroke-width: 0;
      vector-effect: non-scaling-stroke;
      transition: fill .22s ease, filter .22s ease, opacity .22s ease;
      pointer-events: visiblePainted;
    }
.bbc .body-zone:hover .zone-shape, .bbc .body-zone:focus-visible .zone-shape {
      fill: rgba(255,126,32,.10);
    }
.bbc .body-zone.active .zone-shape {
      fill: rgba(255,126,32,.24);
      filter: drop-shadow(0 8px 12px rgba(255,126,32,.16));
    }
.bbc .body-zone.complete .zone-shape {
      fill: rgba(255,126,32,.12);
    }
.bbc .body-zone.locked {
      cursor: not-allowed;
      opacity: .34;
    }
/* Strefa, do której ten zestaw nie ma produktu – tylko kontur sylwetki. */
.bbc .body-zone.empty {
      cursor: default;
      opacity: .16;
    }
.bbc .body-zone.empty .zone-shape {
      fill: rgba(255,255,255,.01);
      pointer-events: none;
    }
.bbc .map-label {
      position: absolute;
      z-index: 4;
      left: 12px;
      right: 12px;
      bottom: 12px;
      background: rgba(255,255,255,.96);
      border: 1px solid var(--line);
      padding: 10px 12px;
      text-align: center;
      font-size: 13px;
      font-weight: 900;
      color: var(--muted);
      backdrop-filter: blur(8px);
    }
.bbc .map-label strong { color: var(--brand); }
.bbc .step-list {
      display: grid;
      gap: 7px;
    }
.bbc .step-button {
      width: 100%;
      display: grid;
      grid-template-columns: 32px minmax(0,1fr) auto;
      align-items: center;
      gap: 10px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 8px 10px;
      text-align: left;
      cursor: pointer;
      color: var(--text);
    }
.bbc .step-button:hover:not(:disabled) { border-color: rgba(255,126,32,.55); }
.bbc .step-button:disabled { opacity: .48; cursor: not-allowed; }
.bbc .step-button.active { border-color: var(--brand); background: var(--accent); }
.bbc .step-button.complete { border-color: rgba(255,126,32,.42); }
.bbc .step-number {
      width: 30px;
      height: 30px;
      display: grid;
      place-items: center;
      background: #f0f3f4;
      color: var(--muted);
      font-size: 12px;
      font-weight: 900;
    }
.bbc .step-button.active .step-number, .bbc .step-button.complete .step-number {
      background: var(--brand);
      color: #fff;
    }
.bbc .step-name { font-size: 13px; font-weight: 900; }
.bbc .step-state { color: var(--muted); font-size: 11px; font-weight: 700; }
.bbc .step-check { color: var(--brand); font-weight: 900; }
.bbc .mini-set {
      display: none;
    }
.bbc .mini-set-line {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      font-size: 12px;
      color: var(--muted);
    }
.bbc .mini-set-line strong { color: var(--text); }
.bbc .stage-card {
      min-height: 760px;
      overflow: hidden;
    }
.bbc .stage-toolbar {
      min-height: 58px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      padding: 14px 18px;
      border-bottom: 1px solid var(--line);
      background: #f8fafb;
    }
.bbc .stage-title {
      font-size: 14px;
      font-weight: 900;
    }
.bbc .stage-title span { color: var(--brand); }
.bbc .stage-status {
      padding: 7px 10px;
      border: 1px solid rgba(255,126,32,.18);
      background: #fff;
      color: var(--brand);
      font-size: 12px;
      font-weight: 900;
    }
.bbc .product-workspace {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
      align-items: stretch;
    }
.bbc .product-gallery {
      padding: 18px;
      display: grid;
      grid-template-columns: 70px minmax(0,1fr);
      gap: 12px;
      background: #fff;
      border-right: 1px solid var(--line);
    }
.bbc .thumb-list {
      display: grid;
      gap: 9px;
      align-content: start;
    }
.bbc .gallery-thumb {
      width: 100%;
      aspect-ratio: 1 / 1.15;
      border: 1px solid var(--line);
      background: #fff;
      padding: 3px;
      cursor: pointer;
      overflow: hidden;
    }
.bbc .gallery-thumb.active {
      border-color: var(--brand);
      box-shadow: inset 0 0 0 1px var(--brand);
    }
.bbc .gallery-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.bbc .gallery-main {
      min-height: 540px;
      border: 1px solid var(--line);
      background: #fafcfc;
      position: relative;
      display: grid;
      place-items: center;
      overflow: hidden;
    }
.bbc .gallery-main img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
.bbc .gallery-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 0;
      background: var(--brand);
      color: #fff;
      font-size: 26px;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 12px 24px rgba(255,126,32,.3);
    }
.bbc .gallery-arrow.prev { left: 12px; }
.bbc .gallery-arrow.next { right: 12px; }
.bbc .product-summary {
      padding: 24px;
      display: flex;
      flex-direction: column;
      min-width: 0;
    }
.bbc .product-summary h2 {
      font-size: clamp(25px, 2.5vw, 34px);
      line-height: 1.08;
      margin: 8px 0 10px;
    }
.bbc .short-desc, .bbc .muted, .bbc .helper, .bbc .summary-copy {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }
.bbc .product-code {
      color: var(--muted);
      font-size: 12px;
      font-weight: 700;
      margin-top: 10px;
    }
.bbc .price-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 16px;
      padding: 20px 0 18px;
      margin-top: 18px;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }
.bbc .price {
      font-size: 34px;
      font-weight: 900;
      line-height: 1;
    }
.bbc .availability {
      color: var(--success);
      font-size: 13px;
      font-weight: 900;
      text-align: right;
    }
.bbc .option-block {
      display: grid;
      gap: 11px;
      margin-top: 20px;
    }
.bbc .option-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      font-size: 13px;
      font-weight: 900;
    }
.bbc .selected-value { color: var(--brand); }
.bbc .swatches, .bbc .size-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }
.bbc .swatch {
      width: 48px;
      height: 48px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 4px;
      cursor: pointer;
    }
.bbc .swatch.active {
      border-color: var(--brand);
      box-shadow: 0 0 0 2px rgba(255,126,32,.18);
    }
.bbc .swatch-dot {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(20,33,38,.12);
    }
.bbc .size-option {
      min-width: 58px;
      height: 47px;
      padding: 0 11px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--text);
      font-weight: 900;
      cursor: pointer;
    }
.bbc .size-option:hover, .bbc .size-option.active {
      border-color: var(--brand);
      background: var(--brand);
      color: #fff;
    }
.bbc .size-tools {
      display: none;
    }
.bbc .text-link {
      border: 0;
      background: transparent;
      color: var(--brand);
      padding: 0;
      font-size: 12px;
      font-weight: 900;
      cursor: pointer;
    }
.bbc .selection-note {
      margin-top: 18px;
      padding: 10px 12px;
      border: 1px solid var(--line);
      background: #fafcfc;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.45;
    }
.bbc .purchase-row {
      margin-top: auto;
      padding-top: 22px;
      display: grid;
      grid-template-columns: auto minmax(0,1fr);
      gap: 10px;
    }
.bbc .qty {
      display: inline-grid;
      grid-template-columns: 42px 46px 42px;
      height: 54px;
      border: 1px solid var(--line);
      background: #fff;
    }
.bbc .qty button {
      border: 0;
      background: #f3f6f7;
      cursor: pointer;
      font-size: 19px;
    }
.bbc .qty span { display: grid; place-items: center; font-weight: 900; }
.bbc .cta, .bbc .secondary-btn, .bbc .ghost-btn {
      border: 0;
      min-height: 54px;
      padding: 14px 18px;
      cursor: pointer;
      font-weight: 900;
      transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
    }
.bbc .cta {
      background: var(--brand);
      color: #fff;
      box-shadow: 0 14px 24px rgba(255,126,32,.28);
    }
.bbc .cta:hover { background: var(--brand-dark); transform: translateY(-1px); }
.bbc .secondary-btn { background: var(--accent); color: var(--brand); }
.bbc .ghost-btn { background: #fff; color: var(--muted); border: 1px solid var(--line); }
.bbc .back-row {
      margin-top: 10px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }
.bbc .trust-grid {
      display: none;
    }
.bbc .trust-item {
      border: 1px solid var(--line);
      padding: 10px;
      min-width: 0;
    }
.bbc .trust-item strong {
      display: block;
      font-size: 12px;
      margin-bottom: 3px;
    }
.bbc .trust-item span {
      display: block;
      color: var(--muted);
      font-size: 10px;
      line-height: 1.35;
    }
.bbc .product-benefits {
      display: none;
    }
.bbc .benefit {
      border: 1px solid var(--line);
      padding: 14px;
    }
.bbc .benefit strong { display: block; font-size: 13px; margin-bottom: 5px; }
.bbc .benefit span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.bbc .summary-view {
      padding: 24px;
      display: grid;
      gap: 18px;
    }
.bbc .summary-hero {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid var(--line);
    }
.bbc .summary-hero h2 {
      font-size: clamp(28px, 3vw, 40px);
      line-height: 1.05;
      margin: 7px 0 8px;
    }
.bbc .summary-badge {
      background: #fff;
      border: 1px solid rgba(19,115,51,.18);
      color: var(--success);
      padding: 10px 12px;
      font-size: 13px;
      font-weight: 900;
      white-space: nowrap;
    }
.bbc .summary-grid {
      display: grid;
      grid-template-columns: minmax(0,1fr) 340px;
      gap: 18px;
      align-items: start;
    }
.bbc .summary-items {
      display: grid;
      gap: 10px;
    }
.bbc .summary-item {
      display: grid;
      grid-template-columns: 92px minmax(0,1fr) auto;
      gap: 14px;
      align-items: center;
      border: 1px solid var(--line);
      padding: 10px;
    }
.bbc .summary-item-image {
      height: 108px;
      background: #f5f7f8;
      border: 1px solid var(--line);
      overflow: hidden;
    }
.bbc .summary-item-image img { width: 100%; height: 100%; object-fit: cover; }
.bbc .summary-item h3 { font-size: 15px; margin-bottom: 6px; }
.bbc .summary-meta { color: var(--muted); font-size: 12px; line-height: 1.5; }
.bbc .summary-price { text-align: right; font-weight: 900; font-size: 16px; }
.bbc .edit-btn {
      margin-top: 8px;
      border: 0;
      background: transparent;
      color: var(--brand);
      padding: 0;
      cursor: pointer;
      font-size: 12px;
      font-weight: 900;
    }
.bbc .order-box {
      position: sticky;
      top: 94px;
      border: 1px solid var(--line);
      padding: 18px;
      display: grid;
      gap: 12px;
      background: #fff;
      box-shadow: none;
    }
.bbc .order-box h3 { margin-bottom: 4px; }
.bbc .order-line {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      color: var(--muted);
      font-size: 13px;
    }
.bbc .order-total {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      border-top: 1px solid var(--line);
      padding-top: 14px;
      margin-top: 2px;
      font-size: 20px;
      font-weight: 900;
    }
.bbc .order-saving {
      padding: 11px;
      background: #fafcfc;
      color: var(--success);
      font-size: 12px;
      font-weight: 900;
      text-align: center;
      border: 1px solid rgba(19,115,51,.12);
    }
.bbc .order-box .cta { width: 100%; }
.bbc .bundle-description {
      padding: 30px;
      display: grid;
      grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
      gap: 44px;
      align-items: start;
    }
.bbc .bundle-description h2 {
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.08;
      margin: 8px 0 12px;
    }
.bbc .bundle-description-lead {
      color: var(--muted);
      font-size: 16px;
      line-height: 1.65;
      margin-bottom: 0;
    }
.bbc .bundle-description-copy {
      display: grid;
      gap: 16px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.7;
    }
.bbc .bundle-description-copy p {
      margin-bottom: 0;
    }
.bbc .bundle-features {
      margin: 2px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }
.bbc .bundle-features li {
      display: grid;
      grid-template-columns: 22px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
    }
.bbc .bundle-features li::before {
      content: "✓";
      color: var(--brand);
      font-weight: 900;
    }
.bbc .bundle-features strong {
      color: var(--text);
    }
.bbc .product-archive {
      padding: 30px;
      display: grid;
      gap: 22px;
    }
.bbc .archive-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 20px;
    }
.bbc .archive-head h2 {
      font-size: clamp(26px, 3vw, 36px);
      line-height: 1.08;
      margin: 8px 0 0;
    }
.bbc .archive-copy {
      max-width: 560px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 0;
      text-align: right;
    }
.bbc .archive-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }
.bbc .archive-card {
      min-width: 0;
      border: 1px solid var(--line);
      background: #fff;
      display: flex;
      flex-direction: column;
    }
.bbc .archive-visual {
      aspect-ratio: 4 / 4.7;
      background: #f7f9fa;
      border-bottom: 1px solid var(--line);
      overflow: hidden;
      position: relative;
    }
.bbc .archive-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.bbc .archive-step {
      position: absolute;
      left: 10px;
      top: 10px;
      padding: 6px 8px;
      border: 1px solid rgba(255,126,32,.2);
      background: rgba(255,255,255,.94);
      color: var(--brand);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
.bbc .archive-card-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
.bbc .archive-card h3 {
      font-size: 17px;
      line-height: 1.25;
      margin-bottom: 8px;
    }
.bbc .archive-card-desc {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
      margin-bottom: 14px;
    }
.bbc .archive-meta {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: baseline;
      border-top: 1px solid var(--line);
      padding-top: 12px;
      margin-top: auto;
    }
.bbc .archive-price {
      font-size: 21px;
      font-weight: 900;
      white-space: nowrap;
    }
.bbc .archive-code {
      color: var(--muted);
      font-size: 11px;
      font-weight: 700;
      text-align: right;
    }
.bbc .archive-actions {
      display: grid;
      gap: 8px;
      margin-top: 14px;
    }
.bbc .archive-action, .bbc .archive-product-link {
      width: 100%;
      min-height: 46px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--text);
      cursor: pointer;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 10px 12px;
    }
.bbc .archive-action:hover:not(:disabled), .bbc .archive-action.active {
      border-color: var(--brand);
      color: var(--brand);
    }
.bbc .archive-action.complete {
      background: var(--accent);
      border-color: rgba(255,126,32,.28);
      color: var(--brand);
    }
.bbc .archive-product-link {
      background: var(--brand);
      border-color: var(--brand);
      color: #fff;
    }
.bbc .archive-product-link:hover {
      background: var(--brand-dark);
      border-color: var(--brand-dark);
    }
.bbc .archive-action:disabled {
      cursor: not-allowed;
      opacity: .5;
      background: #f5f7f8;
    }
.bbc .related-sets-archive {
      padding: 30px;
      display: grid;
      gap: 22px;
    }
.bbc .related-set-card {
      min-width: 0;
      border: 1px solid var(--line);
      background: #fff;
      display: flex;
      flex-direction: column;
    }
.bbc .related-set-visual {
      aspect-ratio: 4 / 4.7;
      background: #f7f9fa;
      border-bottom: 1px solid var(--line);
      overflow: hidden;
      position: relative;
    }
.bbc .related-set-body {
      padding: 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
.bbc .related-set-card h3 {
      font-size: 18px;
      line-height: 1.25;
      margin-bottom: 8px;
    }
.bbc .related-set-card p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
      margin-bottom: 16px;
    }
.bbc .related-set-meta {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: auto;
      padding-top: 12px;
      border-top: 1px solid var(--line);
    }
.bbc .related-set-chip {
      border: 1px solid var(--line);
      background: #fafcfc;
      color: var(--muted);
      padding: 6px 8px;
      font-size: 11px;
      font-weight: 900;
    }
.bbc .related-set-actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-top: 14px;
    }
.bbc .related-set-config, .bbc .related-set-link {
      min-height: 46px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--text);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 10px 12px;
      font-weight: 900;
    }
.bbc .related-set-config:hover {
      border-color: var(--brand);
      color: var(--brand);
    }
.bbc .related-set-link {
      background: var(--brand);
      border-color: var(--brand);
      color: #fff;
    }
.bbc .related-set-link:hover {
      background: var(--brand-dark);
      border-color: var(--brand-dark);
    }
.bbc .cart-success {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 100;
      background: rgba(20,33,38,.56);
      backdrop-filter: blur(4px);
      place-items: center;
      padding: 18px;
    }
.bbc .cart-success.is-open { display: grid; }
.bbc .success-dialog {
      width: min(480px, 100%);
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 28px 70px rgba(20,33,38,.28);
      padding: 30px;
      text-align: center;
    }
.bbc .success-icon {
      width: 68px;
      height: 68px;
      margin: 0 auto 16px;
      display: grid;
      place-items: center;
      background: var(--success-soft);
      color: var(--success);
      font-size: 32px;
      font-weight: 900;
      border: 1px solid rgba(19,115,51,.22);
    }
.bbc .success-dialog h2 { margin-bottom: 8px; }
.bbc .success-dialog .cta { margin-top: 14px; min-width: 220px; }
@media (max-width: 1120px) {
.bbc .configurator-layout { grid-template-columns: 270px minmax(0,1fr); }
.bbc .product-workspace { grid-template-columns: 1fr; }
.bbc .product-gallery { border-right: 0; border-bottom: 1px solid var(--line); }
.bbc .gallery-main { min-height: 540px; }
.bbc .summary-grid { grid-template-columns: 1fr; }
.bbc .order-box { position: static; }
}
@media (max-width: 840px) {
.bbc .bundle-description { grid-template-columns: 1fr; gap: 18px; }
.bbc .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bbc .archive-head { align-items: start; }
.bbc .archive-copy { text-align: left; }
.bbc .configurator-layout { grid-template-columns: 1fr; }
.bbc .figure-column { position: static; max-height: none; }
.bbc .body-map-wrap { min-height: 380px; padding: 14px 8px 72px; }
.bbc .body-map { height: 300px; max-width: 160px; }
.bbc .step-list { grid-template-columns: repeat(2, 1fr); }
.bbc .mini-set { display: none; }
.bbc .product-benefits { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
.bbc .container { width: min(100% - 20px, 1320px); }
.bbc .intro-card { display: grid; padding: 20px; }
.bbc .step-list { grid-template-columns: 1fr; }
.bbc .product-gallery { grid-template-columns: 1fr; }
.bbc .thumb-list { display: flex; overflow-x: auto; }
.bbc .gallery-thumb { min-width: 74px; width: 74px; }
.bbc .gallery-main { min-height: 430px; }
.bbc .product-summary { padding: 22px; }
.bbc .purchase-row { grid-template-columns: 1fr; }
.bbc .qty { width: 100%; grid-template-columns: 1fr 1fr 1fr; }
.bbc .back-row { grid-template-columns: 1fr; }
.bbc .trust-grid { grid-template-columns: 1fr; }
.bbc .summary-view { padding: 20px; }
.bbc .summary-hero { display: grid; }
.bbc .summary-badge { white-space: normal; }
.bbc .summary-item { grid-template-columns: 72px minmax(0,1fr); }
.bbc .summary-item-image { height: 88px; }
.bbc .summary-price { grid-column: 2; text-align: left; }
.bbc .product-archive { padding: 20px; }
.bbc .archive-head { display: grid; }
.bbc .archive-grid { grid-template-columns: 1fr; }
.bbc .related-set-actions { grid-template-columns: 1fr; }
}

/* Warianty niedostępne (brak stanu magazynowego) */
.bbc .size-option.oos {
  opacity: .45;
  cursor: not-allowed;
  text-decoration: line-through;
  background: #f5f7f8;
  color: var(--muted);
}
.bbc .size-option.oos:hover { border-color: var(--line); background: #f5f7f8; color: var(--muted); }
.bbc .swatch.oos { opacity: .4; position: relative; }
.bbc .swatch.oos::after {
  content: "";
  position: absolute;
  left: 6px; right: 6px; top: 50%;
  height: 1px;
  background: var(--danger);
  transform: rotate(-45deg);
}
.bbc .availability.oos-text,
.bbc .selection-note.oos-text { color: var(--danger); }

/* Lista cech w opisie zestawu – odporny układ (bez grida, który w motywie
   kolapsował kolumnę tekstu i łamał tekst słowo po słowie). */
.bbc .bundle-features {
  list-style: none;
  margin: 2px 0 0;
  padding: 0;
  display: block;
}
.bbc .bundle-features li {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.bbc .bundle-features li::before {
  content: "\2713"; /* ✓ */
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  font-weight: 900;
}
.bbc .bundle-features li span { display: inline; }
