.cc_604ybkg1_footer .kombos-footer {
  width: 100%;
  border-top: 1px solid var(--kombos-gray-200);
  background: #171613;
  color: #f5f0e9;
}

.cc_604ybkg1_footer .kombos-footer__wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* ===== Top section ===== */

.cc_604ybkg1_footer .kombos-footer__top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* Brand */

.cc_604ybkg1_footer .kombos-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cc_604ybkg1_footer .kombos-footer__logo-wrap {
  width: 6rem;
  height: 4rem;
  overflow: hidden;
}

.cc_604ybkg1_footer .kombos-footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.cc_604ybkg1_footer .kombos-footer__desc {
  margin: 0;
  color: #bdb5aa;
  max-width: 21.5rem;
}

/* Socials */

.cc_604ybkg1_footer .kombos-footer__socials {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.25rem;
}

/* Link columns */

.cc_604ybkg1_footer .kombos-footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.cc_604ybkg1_footer .kombos-footer__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.cc_604ybkg1_footer .kombos-footer__col-title {
  margin: 0;
  color: #f5f0e9;
  font-family: var(--womania-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cc_604ybkg1_footer .kombos-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cc_604ybkg1_footer .kombos-footer__col-link {
  color: var(--footer-link-color, #bdb5aa);
  text-decoration: none;
  transition: color 0.15s ease;
  width: fit-content;
}

.cc_604ybkg1_footer .kombos-footer__col-link:hover {
  color: var(--footer-link-hover-color, #ffffff);
}

/* ===== Bottom bar ===== */

.cc_604ybkg1_footer .kombos-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cc_604ybkg1_footer .kombos-footer__copyright {
  margin: 0;
  color: #8f877d;
}

.cc_604ybkg1_footer .kombos-footer__badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 0;
  width: fit-content;
}

.cc_604ybkg1_footer .kombos-footer__badge-logo {
  width: 42px;
  height: auto;
  color: #f5f0e9;
}

.cc_604ybkg1_footer .kombos-footer__badge-text {
  color: #bdb5aa;
  white-space: nowrap;
}

/* ===== 2 columns (660px+) ===== */

@media (min-width: 660px) {
  .cc_604ybkg1_footer .kombos-footer__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Tablet (769px+) ===== */

@media (min-width: 768px) {
  .cc_604ybkg1_footer .kombos-footer__socials {
    gap: 0.75rem;
  }
}

/* ===== Desktop (1025px+) ===== */

@media (min-width: 1024px) {
  .cc_604ybkg1_footer .kombos-footer__wrapper {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .cc_604ybkg1_footer .kombos-footer__top {
    flex-direction: row;
    gap: 7.75rem;
  }

  .cc_604ybkg1_footer .kombos-footer__brand {
    width: 21.5rem;
    flex-shrink: 0;
  }

  .cc_604ybkg1_footer .kombos-footer__columns {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
  }

  .cc_604ybkg1_footer .kombos-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cc_604ybkg1_footer .kombos-footer__badge-text { font-size:.625rem; font-weight:400; color:#777; }
.cc_604ybkg1_footer .kombos-footer { background:#f7f7f5; color:#1b1b1b; border-color:#e6e6e3; }
.cc_604ybkg1_footer .kombos-footer__wrapper { gap:1.5rem; padding-top:2.5rem; padding-bottom:1.5rem; }
.cc_604ybkg1_footer .kombos-footer__top { gap:1.75rem; }
.cc_604ybkg1_footer .kombos-footer__columns { display:block; }
.cc_604ybkg1_footer .kombos-footer__col { display:block; border-bottom:1px solid #ddd; }
.cc_604ybkg1_footer .kombos-footer__col-title { padding:1rem 0; color:#242424; font-size:.75rem; letter-spacing:.04em; cursor:pointer; list-style:none; }
.cc_604ybkg1_footer .kombos-footer__col-title::-webkit-details-marker { display:none; }
.cc_604ybkg1_footer .kombos-footer__col-title::after { content:'+'; float:right; font-size:1rem; font-weight:400; }
.cc_604ybkg1_footer .kombos-footer__col[open]>.kombos-footer__col-title::after { content:'−'; }
.cc_604ybkg1_footer .kombos-footer__col-links { padding:0 0 1rem; gap:.625rem; }
.cc_604ybkg1_footer .kombos-footer__col-link { color:#626262; font-size:.75rem; line-height:1.6; }
.cc_604ybkg1_footer .kombos-footer__col-link:hover { color:#111; }
.cc_604ybkg1_footer .kombos-footer__bottom { border-color:#ddd; gap:.625rem; }
.cc_604ybkg1_footer .kombos-footer__copyright { color:#777; font-size:.625rem; }
.cc_604ybkg1_footer .kombos-footer__badge { border:0; padding:0; }
.cc_604ybkg1_footer .womania-privilege h2 { margin:0 0 .75rem; font:500 1.125rem/1.4 var(--womania-sans); letter-spacing:.09em; }
.cc_604ybkg1_footer .womania-privilege>p { margin:0 0 1.5rem; max-width:23rem; color:#666; font-size:.8125rem; line-height:1.7; }
.cc_604ybkg1_footer .womania-privilege__entry { display:flex; border-bottom:1px solid #242424; }
.cc_604ybkg1_footer .womania-privilege__entry input { flex:1; min-width:0; width:100%; border:0; background:transparent; padding:.875rem 0; font:400 .875rem/1.4 var(--womania-sans); color:#222; border-radius:0; }
.cc_604ybkg1_footer .womania-privilege__entry button { border:0; background:transparent; padding:.875rem 0 .875rem 1rem; font:500 .75rem/1.4 var(--womania-sans); color:#222; cursor:pointer; white-space:nowrap; }
.cc_604ybkg1_footer .womania-privilege__entry :disabled { opacity:.5; cursor:wait; }
.cc_604ybkg1_footer .womania-privilege__consent { display:flex; align-items:flex-start; gap:.625rem; margin-top:1rem; font-size:.625rem; color:#747474; line-height:1.7; }
.cc_604ybkg1_footer .womania-privilege__consent input { margin:.125rem 0 0; width:1rem; height:1rem; flex-shrink:0; accent-color:#222; }
.cc_604ybkg1_footer .womania-privilege__consent a { color:inherit; text-decoration:underline; }
.cc_604ybkg1_footer .womania-privilege__status { font-size:.75rem; line-height:1.5; margin:.75rem 0 0; }
.cc_604ybkg1_footer .womania-privilege__status:empty { display:none; }
@media(min-width:1024px) {
 .cc_604ybkg1_footer .kombos-footer__wrapper { padding-top:3.5rem; }
 .cc_604ybkg1_footer .kombos-footer__top { gap:4rem; }
 .cc_604ybkg1_footer .kombos-footer__brand { width:23rem; }
 .cc_604ybkg1_footer .kombos-footer__columns { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:2rem; }
 .cc_604ybkg1_footer .kombos-footer__col { border:0; }
 .cc_604ybkg1_footer .kombos-footer__col-title { padding:.25rem 0 1.25rem; }
 .cc_604ybkg1_footer .kombos-footer__col-title::after { display:none; }
}
/* Shared editorial body for the small set of corporate pages carried from the previous site. */
.cc_604ybkg1_footer .womania-information-page { background:var(--womania-ivory,#faf9f6); color:#272727; padding:5rem 0 4rem; }
.cc_604ybkg1_footer .womania-information-page .kombos-container { max-width:48rem; }
.cc_604ybkg1_footer .womania-information-page__eyebrow { margin:0 0 .7rem; font-size:.6875rem; letter-spacing:.16em; }
.cc_604ybkg1_footer .womania-information-page h1 { margin:0 0 3rem; font:400 clamp(2rem,4vw,3.25rem)/1.1 var(--womania-sans); }
.cc_604ybkg1_footer .womania-information-page section { padding:1.25rem 0; border-top:1px solid #ddd8d0; }
.cc_604ybkg1_footer .womania-information-page h2 { margin:0 0 .6rem; font:500 1rem/1.4 var(--womania-sans); }
.cc_604ybkg1_footer .womania-information-page p { margin:.35rem 0; color:#5d5851; font:400 .9375rem/1.7 var(--womania-sans); white-space:pre-line; }
@media (max-width: 767px) { .cc_604ybkg1_footer .womania-information-page { padding:3rem 0 2.5rem; } .cc_604ybkg1_footer .womania-information-page h1 { margin-bottom:2rem; } }
