/** Shopify CDN: Minification failed

Line 247:14 Unexpected "{"
Line 247:23 Expected ":"
Line 247:30 Unexpected "{"
Line 257:14 Unexpected "{"
Line 257:23 Expected ":"
Line 263:14 Unexpected "{"
Line 263:23 Expected ":"
Line 272:14 Unexpected "{"
Line 272:23 Expected ":"
Line 279:14 Unexpected "{"
... and 69 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* ===== Chartlex Footer base ===== */

.clxf-footer {
  background-color: #020617;
  color: rgba(248, 250, 252, 0.88);
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  padding: 3rem 1.5rem 2.6rem;
  font-size: 14px;
}

.clxf-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top layout: brand / menus / newsletter */

.clxf-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 2.5rem;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .clxf-footer__top {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Brand */

.clxf-footer__brand {
  max-width: 320px;
}

.clxf-footer__logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
}

.clxf-footer__logo {
  max-width: 160px;
  height: auto;
}

.clxf-footer__logo-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.clxf-footer__tagline {
  margin: 0;
  font-size: 14px;
  color: rgba(148, 163, 184, 0.95);
  line-height: 1.5;
}

/* Menus */

.clxf-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

@media (max-width: 768px) {
  .clxf-footer__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .clxf-footer__menus {
    grid-template-columns: minmax(0, 1fr);
  }
}

.clxf-footer__menu {
  min-width: 0;
}

.clxf-footer__heading {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(248, 250, 252, 0.9);
  margin: 0 0 0.75rem;
}

.clxf-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clxf-footer__list li + li {
  margin-top: 0.35rem;
}

.clxf-footer__list a {
  color: rgba(156, 163, 175, 0.98);
  text-decoration: none;
  font-size: 14px;
}

.clxf-footer__list a:hover {
  color: #f9fafb;
}

/* Newsletter */

.clxf-footer__newsletter {
  max-width: 320px;
}

.clxf-footer__newsletter-text {
  font-size: 14px;
  color: rgba(148, 163, 184, 0.96);
  margin: 0 0 0.9rem;
}

.clxf-footer__newsletter-form {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

@media (max-width: 520px) {
  .clxf-footer__newsletter-form {
    flex-direction: column;
  }
}

.clxf-footer__input {
  flex: 1 1 auto;
  padding: 0.55rem 0.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(51, 65, 85, 0.9);
  background-color: #020617;
  color: #f9fafb;
  font-size: 14px;
}

.clxf-footer__input::placeholder {
  color: rgba(148, 163, 184, 0.9);
}

.clxf-footer__input:focus {
  outline: none;
  border-color: #1DB954;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.4);
}

.clxf-footer__button {
  padding: 0.55rem 1.1rem;
  border-radius: 9999px;
  border: none;
  background: #1DB954;
  color: #020617;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.clxf-footer__button:hover {
  background: #22c55e;
}

.clxf-footer__newsletter-success {
  margin-top: 0.6rem;
  font-size: 13px;
  color: #bbf7d0;
}

/* Bottom strip */

.clxf-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  font-size: 13px;
  color: rgba(148, 163, 184, 0.96);
}

@media (max-width: 768px) {
  .clxf-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.clxf-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.clxf-footer__meta-sep {
  opacity: 0.5;
}

.clxf-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.clxf-footer__social a {
  color: rgba(148, 163, 184, 0.96);
  text-decoration: none;
  font-size: 13px;
}

.clxf-footer__social a:hover {
  color: #f9fafb;
}
/* ----- Core header bar (force dark) ----- */

#clxh-header-{{ section.id }} {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 40;
  background-color: #050810 !important;          /* FORCE dark bar */
  color: #ffffff !important;
  border-bottom: 1px solid rgba(15,23,42,0.9);
}

#clxh-header-{{ section.id }} .clxh-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.7rem 1.4rem;
}

#clxh-header-{{ section.id }} .clxh-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Make all links inside header white & remove weird backgrounds from theme */

#clxh-header-{{ section.id }} a {
  color: rgba(255,255,255,0.85) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
}

#clxh-header-{{ section.id }} a:hover {
  color: #ffffff !important;
}

/* ----- Logo ----- */

#clxh-header-{{ section.id }} .clxh-logo {
  display: inline-flex;
  align-items: center;
}

#clxh-header-{{ section.id }} .clxh-logo-img {
  height: 18px;
  width: auto;
  display: block;
}

#clxh-header-{{ section.id }} .clxh-logo-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #ffffff;
}

/* ----- Desktop nav ----- */

#clxh-header-{{ section.id }} .clxh-nav-desktop {
  display: none;
}

@media (min-width: 1024px) {
  #clxh-header-{{ section.id }} .clxh-nav-desktop {
    display: block;
    flex: 1 1 auto;
  }
}

#clxh-header-{{ section.id }} .clxh-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

#clxh-header-{{ section.id }} .clxh-nav-item {
  position: relative;
}

#clxh-header-{{ section.id }} .clxh-nav-link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0;
}

/* Dropdown (already looks okay – just enforce dark) */

#clxh-header-{{ section.id }} .clxh-dropdown {
  position: absolute;
  top: 150%;
  left: 0;
  min-width: 200px;
  padding: 0.4rem 0;
  list-style: none;
  margin: 0;
  background-color: #050810 !important;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 38px rgba(0,0,0,0.7);
  display: none;
}

#clxh-header-{{ section.id }} .clxh-nav-item:hover > .clxh-dropdown {
  display: block;
}

#clxh-header-{{ section.id }} .clxh-dropdown-link {
  padding: 0.45rem 0.9rem;
  font-size: 13px;
  color: rgba(255,255,255,0.78) !important;
}

/* ----- Desktop CTAs ----- */

#clxh-header-{{ section.id }} .clxh-cta-desktop {
  display: none;
}

@media (min-width: 1024px) {
  #clxh-header-{{ section.id }} .clxh-cta-desktop {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

#clxh-header-{{ section.id }} .clxh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}

#clxh-header-{{ section.id }} .clxh-btn-outline {
  border-color: rgba(255,255,255,0.45) !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

#clxh-header-{{ section.id }} .clxh-btn-outline:hover {
  border-color: #ffffff !important;
  background-color: rgba(255,255,255,0.06) !important;
}

/* Tighten at mid widths so things don’t wrap */

@media (min-width: 1024px) and (max-width: 1280px) {
  #clxh-header-{{ section.id }} .clxh-nav-list {
    gap: 1.2rem;
  }
  #clxh-header-{{ section.id }} .clxh-btn {
    padding-inline: 0.75rem;
    font-size: 12px;
  }
}

/* ----- Mobile toggle ----- */

#clxh-header-{{ section.id }} .clxh-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  border: none;
  background: transparent;
  padding: 0.25rem;
}

#clxh-header-{{ section.id }} .clxh-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  #clxh-header-{{ section.id }} .clxh-toggle {
    display: none;
  }
}

/* ----- Mobile overlay menu ----- */

#clxh-header-{{ section.id }} .clxh-mobile {
  position: fixed;
  inset: 0;
  background-color: rgba(5,8,16,0.98);
  z-index: 60;
  transform: translateY(-100%);
  transition: transform 220ms ease-out;
}

#clxh-header-{{ section.id }} .clxh-mobile.open {
  transform: translateY(0);
}

#clxh-header-{{ section.id }} .clxh-mobile-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 1.2rem 1.5rem 2.3rem;
}

#clxh-header-{{ section.id }} .clxh-mobile-close {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

#clxh-header-{{ section.id }} .clxh-mobile-nav {
  list-style: none;
  padding: 0;
  margin: 3.1rem 0 0;
}

#clxh-header-{{ section.id }} .clxh-mobile-item {
  border-bottom: 1px solid rgba(148,163,184,0.35);
}

#clxh-header-{{ section.id }} .clxh-mobile-link {
  display: block;
  width: 100%;
  padding: 0.95rem 0;
  border: none;
  background: transparent !important;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff !important;
}

/* Mobile subnav */

#clxh-header-{{ section.id }} .clxh-mobile-sub {
  display: none;
  list-style: none;
  padding: 0 0 0.75rem 0.7rem;
  margin: 0;
}

#clxh-header-{{ section.id }} .clxh-mobile-sub li a {
  padding: 0.35rem 0;
  font-size: 15px;
  color: rgba(209,213,219,0.9) !important;
}

/* Mobile CTAs */

#clxh-header-{{ section.id }} .clxh-mobile-ctas {
  margin-top: 2.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

#clxh-header-{{ section.id }} .clxh-btn-full {
  width: 100%;
  text-align: center;
}

/* Tiny screens padding */

@media (max-width: 480px) {
  #clxh-header-{{ section.id }} .clxh-container {
    padding-inline: 1rem;
  }
  #clxh-header-{{ section.id }} .clxh-mobile-inner {
    padding-inline: 1.2rem;
  }
}
.clx-footer {
  background-color: #020617;
  color: rgba(248, 250, 252, 0.88);
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  padding: 3rem 1.5rem 2.5rem;
  font-size: 14px;
}

.clx-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.clx-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 2.5rem;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .clx-footer__top {
    grid-template-columns: minmax(0, 1fr);
  }
}

.clx-footer__brand {
  max-width: 320px;
}

.clx-footer__logo {
  max-width: 160px;
  height: auto;
}

.clx-footer__logo-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.clx-footer__logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
}

.clx-footer__tagline {
  margin: 0;
  font-size: 14px;
  color: rgba(148, 163, 184, 0.95);
  line-height: 1.5;
}

.clx-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

@media (max-width: 768px) {
  .clx-footer__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .clx-footer__menus {
    grid-template-columns: minmax(0, 1fr);
  }
}

.clx-footer__menu {
  min-width: 0;
}

.clx-footer__heading {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(248, 250, 252, 0.9);
  margin: 0 0 0.75rem;
}

.clx-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clx-footer__list li + li {
  margin-top: 0.35rem;
}

.clx-footer__list a {
  color: rgba(156, 163, 175, 0.98);
  text-decoration: none;
  font-size: 14px;
}

.clx-footer__list a:hover {
  color: #f9fafb;
}

.clx-footer__newsletter {
  max-width: 320px;
}

.clx-footer__newsletter-text {
  font-size: 14px;
  color: rgba(148, 163, 184, 0.96);
  margin: 0 0 0.9rem;
}

.clx-footer__newsletter-form {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

@media (max-width: 520px) {
  .clx-footer__newsletter-form {
    flex-direction: column;
  }
}

.clx-footer__input {
  flex: 1 1 auto;
  padding: 0.55rem 0.8rem;
  border-radius: 9999px;
  border: 1px solid rgba(51, 65, 85, 0.9);
  background-color: #020617;
  color: #f9fafb;
  font-size: 14px;
}

.clx-footer__input::placeholder {
  color: rgba(148, 163, 184, 0.9);
}

.clx-footer__input:focus {
  outline: none;
  border-color: #1DB954;
  box-shadow: 0 0 0 1px rgba(34,197,94,0.4);
}

.clx-footer__button {
  padding: 0.55rem 1.1rem;
  border-radius: 9999px;
  border: none;
  background: #1DB954;
  color: #020617;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.clx-footer__button:hover {
  background: #22c55e;
}

.clx-footer__newsletter-success {
  margin-top: 0.6rem;
  font-size: 13px;
  color: #bbf7d0;
}

.clx-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.9);
  font-size: 13px;
  color: rgba(148, 163, 184, 0.96);
}

@media (max-width: 768px) {
  .clx-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.clx-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.clx-footer__meta-sep {
  opacity: 0.5;
}

.clx-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.clx-footer__social a {
  color: rgba(148, 163, 184, 0.96);
  text-decoration: none;
  font-size: 13px;
}

.clx-footer__social a:hover {
  color: #f9fafb;
}