.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group {
  display: flex;
  flex-direction: column;
}

/* ===== Title — accordion header on mobile, static heading on desktop ===== */
.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #737373;
  color: #212121;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

/* Title text (h3) — type set explicitly on the element itself so it never
   depends on inheritance or the global utility classes. Matches live <h3>:
   14px / 600 / 20px, #212121, Montserrat (from the storefront global font). */
.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__title-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #212121;
}

/* Plus icon → rotates 45° into a cross (×) when the panel is open */
.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__icon {
  font-size: 1rem;
  flex-shrink: 0;
  color: #000;
  stroke-width: 1.2px;
  transition: transform 0.2s ease;
}

.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group--open .kombos-footer-link-group__icon {
  transform: rotate(45deg);
}

/* ===== Links panel — collapsed by default on mobile ===== */
.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.25s ease,
    opacity 0.2s ease,
    padding 0.25s ease;
}

.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group--open .kombos-footer-link-group__links {
  max-height: 31.25rem;
  opacity: 1;
  /* live: nav margin 12px 0 8px → top 0.75rem, bottom 0.5rem */
  padding: 0.75rem 0 0.5rem;
}

.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__link {
  color: #212121;
  text-decoration: none;
  /* Explicit type (utility class unreliable here) — live: 14px / 400 / 20px */
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition: opacity 0.15s ease;
}

.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__link:hover {
  opacity: 0.7;
}

/* ===== Desktop ≥1280 — static columns, no accordion ===== */
@media (min-width: 1280px) {
.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__title {
    padding: 0;
    margin-bottom: 0.625rem;
    border-bottom: 0;
    cursor: default;
    pointer-events: none;
  }

.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__icon {
    display: none;
  }

.cc_cz58wx1d_JVL9jXLppT .kombos-footer-link-group__links {
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 0;
  }
}
