.cc_kt1antepya_VSL8Gagrfc .bundle-suggestion {
  padding: 18px 0;
}

.cc_kt1antepya_VSL8Gagrfc .bundle-card {
  padding: 20px 18px;
  background: var(--kt-surface);
  border: 1px solid var(--kt-border);
  border-radius: var(--kt-radius);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-title {
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 800;
  color: var(--kt-text);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cc_kt1antepya_VSL8Gagrfc .bundle-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.cc_kt1antepya_VSL8Gagrfc .bundle-plus {
  font-size: 18px;
  font-weight: 700;
  color: var(--kt-text-muted);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 130px;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--kt-border);
  border-radius: var(--kt-radius-sm);
  transition: border-color 0.15s ease;
}

.cc_kt1antepya_VSL8Gagrfc .bundle-item:hover {
  border-color: var(--kt-border-strong);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-item-media {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--kt-surface-soft);
  border-radius: var(--kt-radius-sm);
  aspect-ratio: 1 / 1;
}

.cc_kt1antepya_VSL8Gagrfc .bundle-item-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cc_kt1antepya_VSL8Gagrfc .bundle-item-name {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.35;
  color: var(--kt-text);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cc_kt1antepya_VSL8Gagrfc .bundle-item-price {
  font-size: 13px;
  font-weight: 800;
  color: var(--kt-green-800);
}

/* ---------------- Toplam ---------------- */

.cc_kt1antepya_VSL8Gagrfc .bundle-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 14px 16px;
  background: var(--kt-surface-soft);
  border-radius: var(--kt-radius);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-total-label {
  font-size: 13px;
  color: var(--kt-text-muted);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-total-value {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--kt-green-800);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-note {
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--kt-gold-ink);
  background: var(--kt-gold);
  border-radius: var(--kt-radius-sm);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--kt-text-invert);
  background: var(--kt-green-900);
  border: 0;
  border-radius: var(--kt-radius-sm);
  cursor: pointer;
  transition: filter 0.15s ease;
}

.cc_kt1antepya_VSL8Gagrfc .bundle-add:hover:not(:disabled) {
  filter: brightness(1.15);
}

.cc_kt1antepya_VSL8Gagrfc .bundle-add:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

@media (min-width: 768px) {
  .cc_kt1antepya_VSL8Gagrfc .bundle-card {
    padding: 24px;
  }

  .cc_kt1antepya_VSL8Gagrfc .bundle-body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
  }

  .cc_kt1antepya_VSL8Gagrfc .bundle-items {
    flex: 1 1 auto;
  }

  .cc_kt1antepya_VSL8Gagrfc .bundle-total {
    flex: 0 0 auto;
    width: 220px;
  }
}
