/* Fresh AOV Bump – Bundle "Vaak samen gekocht" */
.fab-bundle {
  margin: 28px 0;
  padding: 20px;
  border: 1px solid var(--fab-border);
  border-radius: var(--fab-radius);
  background: #fafafa;
}

.fab-bundle__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px;
}

.fab-bundle__products {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.fab-bundle__plus {
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  flex-shrink: 0;
}

.fab-bundle__item {
  text-align: center;
  width: 130px;
}

.fab-bundle__item--main .fab-bundle__image img {
  border: 2px solid var(--fab-primary);
}

.fab-bundle__image img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: var(--fab-radius);
  border: 2px solid transparent;
  display: block;
  margin: 0 auto 8px;
}

.fab-bundle__item-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
  line-height: 1.3;
}

.fab-bundle__item-price {
  font-size: 12px;
  color: var(--fab-primary);
  font-weight: 600;
}

.fab-bundle__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--fab-border);
  padding-top: 16px;
}

.fab-bundle__total {
  font-size: 16px;
  color: #333;
}

.fab-bundle__total strong {
  color: var(--fab-primary);
  font-size: 18px;
}

.fab-bundle__add-all {
  padding: 12px 24px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
