.bundle-app-bundle-data {
  --babb-accent: #2e3c32;
  --babb-accent-soft: #eef5f0;
  --babb-accent-hover: rgba(46, 60, 50, 0.45);
  --babb-pay-color: #000000;
  --babb-check-color: #1a1a1a;
  --babb-sale-color: #000000;
  --babb-lead-color: #2e3c32;
  --babb-lead-pill-bg: #eef5f0;
  --babb-lead-pill-border: transparent;
  --babb-summary-bg: #f5f5ed;
  --babb-summary-border: rgba(0, 0, 0, 0.12);
  --babb-card-padding: 14px 16px 12px;
  --babb-card-radius: 12px;
  --babb-btn-bg: #d9f99d;
  --babb-btn-text: #000000;
  --babb-bundle-badge-bg: #d9f99d;
  --babb-bundle-badge-text: #000000;
  --babb-total-badge-bg: #333333;
  --babb-total-badge-text: #ffffff;
  --babb-label-color: #1a1a1a;
  --babb-muted-val-color: #1a1a1a;
  --babb-compare-color: #999999;
  --babb-value-pill-bg: #eef2f7;
  --babb-value-pill-border: transparent;
  --babb-value-pill-text: #374151;
  --babb-includes-bg: #ffffff;
  --babb-includes-border: rgba(0, 0, 0, 0.12);
  --babb-includes-border-width: 1px;
  --babb-includes-border-accent: #1a5c3e;
  --babb-includes-border-accent-width: 1px;
  --babb-pill-border: rgba(0, 0, 0, 0.12);
  --babb-body-font: 'Poppins', ui-sans-serif, system-ui, sans-serif;
  --babb-title-font: 'Poppins', ui-sans-serif, system-ui, sans-serif;
  font-family: var(--babb-body-font);
}

.bundle-app-bundle-data--custom-body-font {
  font-family: var(--babb-body-font, inherit);
  font-style: var(--babb-body-font-style, normal);
  font-weight: var(--babb-body-font-weight, inherit);
}

.bundle-app-bundle-data__content {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.bundle-app-bundle-data__title {
  display: none;
  margin: 0;
}

.bundle-app-bundle-data__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 0;
}

.bundle-app-bundle-data__pdp-title {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-family: var(--babb-title-font, inherit);
  font-style: var(--babb-title-font-style, normal);
  font-weight: var(--babb-title-font-weight, 700);
  line-height: 1.2;
  color: var(--color-text, #111827);
  letter-spacing: -0.02em;
}

.bundle-app-bundle-data__pdp-subtitle {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.62);
}

.bundle-app-bundle-data__pdp-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--babb-lead-color, #1a5c3e);
  font-weight: 600;
}

.bundle-app-bundle-data__pdp-lead--pill {
  display: inline-flex !important;
  align-items: center;
  width: fit-content !important;
  max-width: 100%;
  margin-top: 8px;
  padding: 7px 16px;
  border-radius: 999px !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  white-space: nowrap;
  color: var(--babb-lead-color, #1a5c3e);
  background: var(--babb-lead-pill-bg, var(--babb-accent-soft, #eef5f0));
  border: 1px solid var(--babb-lead-pill-border, transparent);
  box-shadow: inset 0 0 0 1px var(--babb-lead-pill-border, transparent);
  box-sizing: border-box;
}

.kilnfire-bundle-plugin-pdp-scope .bundle-app-bundle-data__pdp-lead--pill,
body:has([data-bundle-pdp-template="bundle-product"]) .bundle-app-bundle-data__pdp-lead--pill {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100%;
}

.bundle-app-bundle-data__guides {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bundle-app-bundle-data__guide {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.bundle-app-bundle-data__guide-summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 36px 12px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.72);
  position: relative;
}

.bundle-app-bundle-data__guide-summary::-webkit-details-marker {
  display: none;
}

.bundle-app-bundle-data__guide-summary::after {
  content: '▼';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
}

.bundle-app-bundle-data__guide[open] > .bundle-app-bundle-data__guide-summary::after {
  content: '▲';
}

.bundle-app-bundle-data__guide-body {
  padding: 0 14px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.78);
}

.bundle-app-bundle-data__guide-body p {
  margin: 0 0 0.75em;
}

.bundle-app-bundle-data__guide-body p:last-child {
  margin-bottom: 0;
}

.bundle-app-bundle-data__boot-hint {
  margin: 0;
  opacity: 0.65;
}

.bundle-app-bundle-data__publish-notice {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(180, 83, 9, 0.35);
  background: #fffbeb;
  color: #92400e;
  font-size: 13px;
  line-height: 1.45;
}

.bundle-app-bundle-data__publish-notice--muted {
  border-color: rgba(107, 114, 128, 0.35);
  background: #f9fafb;
  color: #4b5563;
}

.bundle-app-bundle-data__status {
  font-size: 14px;
  margin-bottom: 12px;
}

.bundle-app-bundle-data__status.is-error {
  color: #b91c1c;
}

.bundle-app-bundle-data__name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.bundle-app-bundle-data__price {
  font-size: 15px;
  color: var(--color-text-light, #6b7280);
  margin: 8px 0 0;
}

.bundle-app-bundle-data__meta {
  margin: 14px 0 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--color-bg-secondary, #f8fafc);
  border: 1px solid var(--color-entry-line, #e5e7eb);
  font-size: 13px;
  color: var(--color-text-light, #6b7280);
}

.bundle-app-bundle-data__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bundle-app-bundle-data__item {
  padding: 10px 12px;
  border: 1px solid var(--color-entry-line, #e5e7eb);
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bundle-app-bundle-data__item-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: #f3f4f6;
  flex: 0 0 auto;
}

.bundle-app-bundle-data__item-main {
  min-width: 0;
}

.bundle-app-bundle-data__item-title {
  font-weight: 600;
  color: var(--color-text, #111827);
  line-height: 1.3;
}

.bundle-app-bundle-data__item-price-row {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bundle-app-bundle-data__item-price-now {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: var(--babb-sale-color, #1a5c3e);
}

.bundle-app-bundle-data__item-value {
  display: inline-block;
  font-size: 12px;
  color: var(--babb-value-pill-text, #374151);
  background: var(--babb-value-pill-bg, #eef2f7);
  border: 1px solid var(--babb-value-pill-border, transparent);
  border-radius: 6px;
  padding: 3px 8px;
}

.bundle-app-bundle-data .bundle-pdp-includes__row-compare {
  font-size: 14px;
  font-weight: 500;
  color: var(--babb-compare-color, #aaacaa);
  line-height: 1.2;
  text-decoration: line-through;
  white-space: nowrap;
}

.bundle-app-bundle-data .bundle-pdp-includes__row-sale + .bundle-pdp-includes__row-compare {
  margin-left: 10px;
}

.bundle-app-bundle-data .bundle-pdp-includes__row-value-pill {
  background: var(--babb-value-pill-bg, #eef2f7) !important;
  border: 1px solid var(--babb-value-pill-border, transparent) !important;
  box-shadow: inset 0 0 0 1px var(--babb-value-pill-border, transparent) !important;
  color: var(--babb-value-pill-text, #374151) !important;
  box-sizing: border-box;
}

.bundle-app-bundle-data__item-check {
  margin-left: auto;
  width: 22px;
  height: 22px;
  border: 2px solid var(--babb-check-color, #4ba886);
  border-radius: 999px;
  color: var(--babb-check-color, #4ba886);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.bundle-app-bundle-data__item-id {
  font-size: 12px;
  opacity: 0.75;
  margin-top: 4px;
}

.bundle-app-bundle-data__content--loading {
  min-height: 220px;
}

.bundle-app-bundle-data__skeleton {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 4px 0;
}

.bundle-app-bundle-data__sk-line {
  height: 14px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);
  background-size: 200% 100%;
  animation: bundle-app-shimmer 1.1s ease-in-out infinite;
}

.bundle-app-bundle-data__sk-line--lg {
  width: 55%;
  height: 20px;
}

.bundle-app-bundle-data__sk-line--md {
  width: 35%;
}

.bundle-app-bundle-data__sk-row {
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);
  background-size: 200% 100%;
  animation: bundle-app-shimmer 1.1s ease-in-out infinite;
}

.bundle-app-bundle-data__sk-block {
  height: 112px;
  border-radius: 12px;
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);
  background-size: 200% 100%;
  animation: bundle-app-shimmer 1.1s ease-in-out infinite;
}

.bundle-app-bundle-data__sk-btn {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);
  background-size: 200% 100%;
  animation: bundle-app-shimmer 1.1s ease-in-out infinite;
}

.bundle-pdp-includes__box--loading .bundle-pdp-includes__heading--loading {
  margin: 0 0 12px;
  color: rgba(0, 0, 0, 0.72);
}

.bundle-pdp-includes__sk-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bundle-pdp-includes__sk-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bundle-pdp-includes__sk-list .bundle-pdp-includes__sk-row:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}

.bundle-pdp-includes__sk-heading,
.bundle-pdp-includes__sk-thumb,
.bundle-pdp-includes__sk-line,
.bundle-pdp-includes__sk-price,
.bundle-pdp-includes__sk-check,
.bundle-app-bundle-data__price-summary-skeleton .bundle-app-bundle-data__sk-row {
  background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100%);
  background-size: 200% 100%;
  animation: bundle-app-shimmer 1.1s ease-in-out infinite;
}

.bundle-pdp-includes__sk-heading {
  width: 52%;
  height: 18px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.bundle-pdp-includes__sk-thumb {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.bundle-pdp-includes__sk-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bundle-pdp-includes__sk-line {
  display: block;
  height: 12px;
  border-radius: 6px;
}

.bundle-pdp-includes__sk-line--title {
  width: 78%;
}

.bundle-pdp-includes__sk-line--sub {
  width: 42%;
  height: 10px;
}

.bundle-pdp-includes__sk-price {
  flex: 0 0 72px;
  width: 72px;
  height: 28px;
  border-radius: 8px;
}

.bundle-pdp-includes__sk-check {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
}

.bundle-app-bundle-data__price-summary-skeleton {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px 0 4px;
}

.bundle-app-bundle-data__price-summary-skeleton .bundle-app-bundle-data__sk-row--price {
  width: 100%;
  height: 22px;
  border-radius: 8px;
}

.bundle-app-bundle-data__price-summary-skeleton .bundle-app-bundle-data__sk-row--price-sm {
  width: 68%;
  height: 16px;
  border-radius: 6px;
}

@keyframes bundle-app-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bundle-app-bundle-data__sk-line,
  .bundle-app-bundle-data__sk-row,
  .bundle-app-bundle-data__sk-block,
  .bundle-app-bundle-data__sk-btn,
  .bundle-pdp-includes__sk-heading,
  .bundle-pdp-includes__sk-thumb,
  .bundle-pdp-includes__sk-line,
  .bundle-pdp-includes__sk-price,
  .bundle-pdp-includes__sk-check,
  .bundle-app-bundle-data__price-summary-skeleton .bundle-app-bundle-data__sk-row {
    animation: none;
    background: #e5e7eb;
  }
}

.bundle-app-bundle-data__error {
  padding: 12px 0;
}

.bundle-app-bundle-data__error-text {
  margin: 0 0 12px;
  font-size: 14px;
  color: #b91c1c;
  line-height: 1.5;
}

.bundle-app-bundle-data__retry {
  font: inherit;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid var(--color-entry-line, #d1d5db);
  background: var(--color-bg, #fff);
  color: var(--color-text, #111827);
  cursor: pointer;
}

.bundle-app-bundle-data__retry:hover {
  background: var(--color-bg-secondary, #f9fafb);
}

.bundle-app-bundle-data__retry:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

/* v2 选型 — 对齐参考 Bundle PDP */
.bundle-app-bundle-data__pickers {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 20px;
  max-width: 100%;
}

.bundle-app-bundle-data__color-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bundle-app-bundle-data__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.bundle-app-bundle-data__swatch {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50% !important;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.bundle-app-bundle-data__swatch-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.bundle-app-bundle-data__swatch:hover {
  transform: scale(1.05);
}

.bundle-app-bundle-data__swatch.is-active {
  border-color: var(--babb-accent, #1a5c3e);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12), 0 0 0 2px var(--babb-accent, #1a5c3e);
}

.bundle-app-bundle-data__selectors-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 749px) {
  .bundle-app-bundle-data__selectors-row {
    grid-template-columns: 1fr;
  }
}

.bundle-app-bundle-data__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bundle-app-bundle-data__field-label,
.bundle-app-bundle-data__section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.bundle-app-bundle-data__section-label {
  display: block;
  margin-bottom: 10px;
}

.bundle-app-bundle-data__select--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.bundle-app-bundle-data__thickness-section {
  display: flex;
  flex-direction: column;
}

.bundle-app-bundle-data__thickness-grid,
.bundle-app-bundle-data__size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bundle-app-bundle-data__size-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bundle-app-bundle-data__size-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.bundle-app-bundle-data__size-pill:hover {
  border-color: var(--babb-accent-hover, rgba(26, 92, 62, 0.45));
}

.bundle-app-bundle-data__size-pill.is-active {
  border-color: var(--babb-accent, #1a5c3e);
  background: var(--babb-accent-soft, #eef5f0);
}

.bundle-app-bundle-data__size-pill-label {
  line-height: 1.2;
}

.bundle-app-bundle-data__thickness-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.bundle-app-bundle-data__thickness-pill:hover {
  border-color: var(--babb-accent-hover, rgba(26, 92, 62, 0.45));
  background: #f8faf9;
}

.bundle-app-bundle-data__thickness-pill.is-active {
  border-color: var(--babb-accent, #1a5c3e);
  background: var(--babb-accent-soft, #eef5f0);
  box-shadow: 0 0 0 1px var(--babb-accent, #1a5c3e);
}

.bundle-app-bundle-data__thickness-pill:focus-visible {
  outline: 2px solid var(--babb-accent, #1a5c3e);
  outline-offset: 2px;
}

.bundle-app-bundle-data__thickness-pill-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.bundle-app-bundle-data__selectors-row--size-only {
  grid-template-columns: 1fr;
}

.bundle-app-bundle-data__select {
  font: inherit;
  font-size: 15px;
  padding: 11px 36px 11px 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: var(--color-bg, #fff)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E")
    no-repeat right 12px center;
  appearance: none;
  color: var(--color-text, #111827);
  width: 100%;
}

.bundle-app-bundle-data__select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.bundle-app-bundle-data__resolved {
  margin: 8px 0 0;
  padding: 0;
  border: none;
  background: transparent;
}

.bundle-app-bundle-data__resolved .bundle-pdp-includes__box--framed {
  margin-bottom: 0;
  padding: var(--babb-card-padding, 14px 16px 12px);
  border-radius: var(--babb-card-radius, 12px);
  border: 1px solid var(--babb-summary-border, rgba(26, 92, 62, 0.12));
  box-shadow: none;
  box-sizing: border-box;
}

.bundle-app-bundle-data__resolved .bundle-pdp-includes__heading {
  margin-top: 4px;
}

.bundle-app-bundle-data__resolved .bundle-pdp-includes__row {
  min-width: 0;
}

@media (max-width: 749px) {
  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row {
    grid-template-columns: 56px minmax(0, 1fr) auto !important;
    grid-template-areas:
      'thumb title check'
      'thumb price price' !important;
    align-items: start !important;
    gap: 8px 10px !important;
  }

  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row-thumb {
    grid-area: thumb;
  }

  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row-main {
    grid-area: title;
  }

  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row-price {
    grid-area: price;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px 8px !important;
  }

  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row-compare {
    font-size: 13px;
  }

  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row-sale {
    font-size: 18px;
    line-height: 1.2;
  }

  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row-value-pill {
    white-space: normal;
    max-width: 100%;
  }

  .bundle-app-bundle-data__resolved .bundle-pdp-includes__row-check {
    grid-area: check;
    align-self: start;
  }
}

.bundle-app-bundle-data__purchase-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 18px;
}

.bundle-app-bundle-data__price-summary {
  margin-top: 0;
  padding: var(--babb-card-padding, 14px 16px 12px);
  border-radius: var(--babb-card-radius, 12px);
  background: var(--babb-summary-bg, #f5f5ed);
  border: 1px solid var(--babb-summary-border, rgba(0, 0, 0, 0.12));
  box-sizing: border-box;
}

.bundle-app-bundle-data__purchase-stack .bundle-app-bundle-data__price-summary {
  margin-top: 0;
}

.bundle-app-bundle-data__sum-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  font-size: 14px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.bundle-app-bundle-data__sum-row--save .bundle-app-bundle-data__sum-val,
.bundle-app-bundle-data__sum-row--bundle-save .bundle-app-bundle-data__sum-val {
  color: #000000;
  font-weight: 600;
}

.bundle-app-bundle-data__sum-row--sale .bundle-app-bundle-data__sum-val {
  color: var(--babb-muted-val-color, #1a1a1a);
  font-weight: 500;
}

.bundle-app-bundle-data__sum-row--total-save .bundle-app-bundle-data__sum-val {
  color: #000000;
  font-weight: 700;
}

.bundle-app-bundle-data__sum-row--total-save .bundle-app-bundle-data__sum-label {
  color: #000000;
  font-weight: 700;
}

.bundle-app-bundle-data__sum-row--total-save {
  margin-top: 4px;
}

.bundle-app-bundle-data__sum-row--pay {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bundle-app-bundle-data__sum-row--pay .bundle-app-bundle-data__sum-val {
  font-size: clamp(1.375rem, 2.2vw, 1.625rem);
  font-weight: 600;
  color: var(--babb-pay-color, #000000);
  line-height: 1.15;
}

.bundle-app-bundle-data__sum-row--pay .bundle-app-bundle-data__sum-label {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
}

.bundle-app-bundle-data__pricing-note {
  margin: 8px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.58);
}

.bundle-app-bundle-data__sum-label {
  color: var(--babb-label-color, #1a1a1a);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
  font-weight: 500;
}

.bundle-app-bundle-data__sum-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  font-size: 9px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: rgba(0, 0, 0, 0.55);
  flex-shrink: 0;
}

.bundle-app-bundle-data__sum-info::before {
  content: 'i';
}

.bundle-app-bundle-data__sum-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--babb-bundle-badge-bg, #d9f99d);
  color: var(--babb-bundle-badge-text, #000000);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.bundle-app-bundle-data__sum-row--save .bundle-app-bundle-data__sum-badge,
.bundle-app-bundle-data__sum-row--bundle-save .bundle-app-bundle-data__sum-badge {
  background: var(--babb-bundle-badge-bg, #d9f99d);
  color: var(--babb-bundle-badge-text, #000000);
}

.bundle-app-bundle-data__sum-row--total-save .bundle-app-bundle-data__sum-badge {
  background: var(--babb-total-badge-bg, #333333);
  color: var(--babb-total-badge-text, #ffffff);
  font-weight: 600;
}

.bundle-app-bundle-data__sum-row:not(.bundle-app-bundle-data__sum-row--save):not(
    .bundle-app-bundle-data__sum-row--bundle-save
  ):not(.bundle-app-bundle-data__sum-row--total-save):not(.bundle-app-bundle-data__sum-row--pay)
  .bundle-app-bundle-data__sum-val {
  color: var(--babb-muted-val-color, #1a1a1a);
  font-weight: 500;
}

.bundle-app-bundle-data__sum-val {
  flex: 0 0 auto;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
  color: var(--babb-muted-val-color, #1a1a1a);
}

.bundle-app-bundle-data__checkout--cart {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  width: 100%;
  min-width: 0;
}

.bundle-app-bundle-data__checkout-row--cart {
  display: block;
  width: 100%;
}

.bundle-app-bundle-data__checkout-row--cart .bundle-app-bundle-data__btn-cart {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.bundle-app-bundle-data__checkout-draft--collapsed {
  display: none !important;
}

.bundle-app-bundle-data__btn-cart {
  width: 100%;
  min-height: 54px;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--babb-btn-bg, #d9f99d);
  color: var(--babb-btn-text, #000000);
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.15s ease;
  box-shadow: none;
}

/* 覆盖主题 .button 的 rgba 背景、opacity 与 ::after 描边层 */
.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart,
.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart:hover,
.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart:active,
.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart:disabled {
  opacity: 1 !important;
  background-color: var(--babb-btn-bg, #d9f99d) !important;
  background-image: none !important;
  color: var(--babb-btn-text, #fff) !important;
  border: none !important;
  box-shadow: none !important;
}

.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart:disabled {
  cursor: not-allowed;
}

.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart::after,
.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart:hover::after,
.bundle-app-bundle-data button.bundle-app-bundle-data__btn-cart:active::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  animation: none !important;
}

.bundle-app-bundle-data__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding-top: 4px;
}

@media (max-width: 749px) {
  .bundle-app-bundle-data__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .bundle-app-bundle-data__trust-item {
    gap: 6px;
  }

  .bundle-app-bundle-data__trust-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .bundle-app-bundle-data__trust-icon--shield::before {
    font-size: 15px;
  }

  .bundle-app-bundle-data__trust-icon--truck::before {
    font-size: 14px;
  }

  .bundle-app-bundle-data__trust-label {
    font-size: 10px;
    line-height: 1.3;
    max-width: none;
  }
}

.bundle-app-bundle-data__trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.bundle-app-bundle-data__trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--babb-accent-soft, #eef5f0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: var(--babb-accent, #1a5c3e);
}

.bundle-app-bundle-data__trust-icon--moon::before {
  content: '☾';
}

.bundle-app-bundle-data__trust-icon--shield::before {
  content: '✓';
  font-size: 18px;
  font-weight: 700;
}

.bundle-app-bundle-data__trust-icon--truck::before {
  content: '⎘';
  font-size: 17px;
}

.bundle-app-bundle-data__trust-label {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.72);
  max-width: 120px;
}

.bundle-app-bundle-data__btn-cart:hover:not(:disabled) {
  transform: translateY(-1px);
}

.bundle-app-bundle-data__btn-secondary {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--color-entry-line, #d1d5db);
  background: #fff;
  color: var(--color-text, #111827);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.bundle-app-bundle-data__checkout-draft {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}

.bundle-app-bundle-data__resolved-list-title {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--color-text-light, #6b7280);
}

.bundle-app-bundle-data__hero,
.bundle-app-bundle-data__hero-carousel {
  display: block;
  max-width: 100%;
  margin-bottom: 12px;
}

.bundle-app-bundle-data__hero {
  height: auto;
  border-radius: 8px;
}

.bundle-app-bundle-data__resolved-price {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--color-text, #111827);
}

.bundle-app-bundle-data__hint {
  color: var(--color-text-light, #6b7280);
  font-size: 14px;
  line-height: 1.5;
}

.bundle-app-bundle-data__checkout:not(.bundle-app-bundle-data__checkout--cart) {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--color-entry-line, #e5e7eb);
}

.bundle-app-bundle-data__checkout-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}

.bundle-app-bundle-data__checkout-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
}

.bundle-app-bundle-data__label {
  flex: 1 1 100%;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: -4px;
}

.bundle-app-bundle-data__input {
  flex: 1 1 200px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--color-entry-line, #e5e7eb);
  font: inherit;
  font-size: 15px;
  background: var(--color-bg, #fff);
  color: var(--color-text, #111827);
}

.bundle-app-bundle-data__btn-primary {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  background: #111827;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.bundle-app-bundle-data__btn-primary:hover {
  background: #374151;
}

.bundle-app-bundle-data__btn-primary:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.bundle-app-bundle-data__btn-primary:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.bundle-app-bundle-data__msg {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45;
  min-height: 1.35em;
}

.bundle-app-bundle-data__msg.is-error {
  color: #b91c1c;
}
