@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";
/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --font-heading: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.brand-logo-wrap, .brand-logo-text, .brand-text-shahara, .brand-text-mart, .dz-logo, .dz-m-logo, .ch-footer-logo-text, h1, h2, h3, h4, h5, h6, .section-title, .top-cat-title, .showcase-title, .ch-footer-heading, .cd-title, .dz-sidebar-header-title, .dz-top-welcome span {
  font-family: var(--font-heading) !important;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@media (max-width: 1024px) {
  .swiper-button-prev, .swiper-button-next, .swiper-button-disabled {
    display: none !important;
  }
}

/* [project]/src/components/layout/brand-logo.css [app-client] (css) */
.brand-logo-wrap {
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: inline-flex;
}

.brand-logo-icon {
  background: linear-gradient(135deg, var(--theme-primary, #ff5722) 0%, #f97316 100%);
  color: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: inline-flex;
  box-shadow: 0 4px 14px #ff57224d;
}

.brand-logo-text {
  letter-spacing: -.4px;
  align-items: baseline;
  gap: 4px;
  font-family: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.brand-text-shahara {
  color: #0f172a;
  font-weight: 900;
}

.brand-text-mart {
  color: var(--theme-primary, #ff5722);
  font-weight: 800;
}

.brand-logo-wrap.mobile .brand-logo-icon {
  border-radius: 8px;
  width: 30px;
  height: 30px;
}

.brand-logo-wrap.mobile .brand-logo-icon svg {
  width: 17px;
  height: 17px;
}

.brand-logo-wrap.mobile .brand-logo-text {
  font-size: 19px;
}

.brand-logo-wrap.mobile .brand-text-shahara {
  color: #fff;
}

.brand-logo-wrap.footer {
  margin-bottom: 16px;
}

.brand-logo-wrap.footer .brand-text-shahara {
  color: #fff;
}

/* [project]/src/components/layout/header.css [app-client] (css) */
.dz-header {
  --dz-orange: #0284c7;
  --dz-orange-dark: #0369a1;
  --dz-text-dark: #333;
  --dz-text-muted: #888;
  z-index: 1000;
  background: #fff;
  position: sticky;
  top: 0;
}

.dz-header * {
  box-sizing: border-box;
}

.dz-container {
  max-width: var(--theme-container-width, 1520px);
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.dz-topbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}

.dz-topbar .dz-container {
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.dz-top-welcome {
  color: #374151;
  white-space: nowrap;
}

.dz-top-welcome span {
  font-weight: 500;
}

.dz-top-links {
  color: #374151;
  align-items: center;
  gap: 16px;
  display: flex;
}

.dz-top-links a {
  color: #374151;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.dz-top-links a:hover {
  color: var(--theme-accent, #0284c7);
}

.dz-top-links a i {
  color: var(--theme-accent, #0284c7);
  font-size: 15px;
}

.dz-logobar {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}

.dz-logobar .dz-container {
  align-items: center;
  gap: 20px;
  display: flex;
}

.dz-logo {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.dz-logo img, .dz-logo-img {
  object-fit: contain;
  width: auto;
  max-width: 140px;
  height: 38px;
  display: block;
}

.dz-search {
  flex: 1 1 0;
  min-width: 0;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.dz-search-form {
  background: #fff;
  border: 1px solid #0284c7;
  border-radius: 6px;
  align-items: center;
  height: 44px;
  transition: border-color .15s, box-shadow .15s;
  display: flex;
  position: relative;
}

.dz-search-form:focus-within {
  border-color: var(--theme-accent, #0284c7);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--theme-accent, #0284c7) 45%, transparent);
}

.dz-search-form input {
  color: #374151;
  background: none;
  border: 0;
  border-radius: 6px;
  outline: none;
  flex: 1;
  padding: 8px 40px 8px 16px;
  font-size: 14px;
}

.dz-search-form input::placeholder {
  color: #9ca3af;
}

.dz-search-form button {
  width: 40px;
  color: var(--theme-accent, #0284c7);
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: color .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.dz-search-form button:hover {
  color: var(--dz-orange-dark);
}

.dz-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  display: flex;
}

.dz-action-divider {
  background: var(--theme-accent, #0284c7);
  border-radius: 2px;
  width: 2px;
  height: 32px;
}

.dz-call {
  color: var(--dz-text-dark);
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  display: flex;
}

.dz-call-icon {
  color: #000;
  font-size: 30px;
}

.dz-call-text {
  flex-direction: column;
  line-height: 1.2;
  display: flex;
}

.dz-call-sub {
  color: var(--dz-text-dark);
  font-size: 12px;
}

.dz-call-num {
  color: var(--dz-text-dark);
  font-size: 15px;
  font-weight: 600;
}

.dz-action-link {
  color: #000;
  align-items: center;
  font-size: 28px;
  text-decoration: none;
  transition: opacity .15s;
  display: flex;
  position: relative;
}

.dz-action-link:hover {
  opacity: .75;
}

.dz-cart-icon {
  display: flex;
  position: relative;
}

.dz-cart-icon i {
  color: #000;
  font-size: 28px;
}

.dz-cart-count {
  background: var(--theme-accent, #0284c7);
  color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -6px;
  right: -8px;
}

.dz-navbar {
  background: none;
}

.dz-navbar-inner {
  background: var(--theme-navbar-bg, #000);
  border-radius: 6px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.dz-allcat-btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #0000002e;
  border: 0;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s;
  display: flex;
}

.dz-allcat-btn:hover {
  color: #fff;
  background: #0000004d;
}

.dz-allcat-btn i {
  font-size: 15px;
}

.dz-nav-links {
  flex: 1;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.dz-nav-links > li {
  align-items: center;
  display: flex;
  position: relative;
}

.dz-nav-links > li > a {
  color: #fff;
  white-space: nowrap;
  border-bottom: 3px solid #0000;
  align-items: center;
  gap: 4px;
  height: 44px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s, background .15s;
  display: flex;
}

.dz-nav-links > li > a:hover, .dz-nav-links > li > a.active {
  background: #0000001f;
  border-bottom-color: #fffc;
}

.dz-nav-links > li > a i {
  opacity: .8;
  font-size: 10px;
}

.dz-nav-links > li:hover > .dz-nav-dropdown {
  display: block;
}

.dz-nav-dropdown {
  z-index: 9999;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 6px 6px;
  min-width: 200px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 6px 20px #0000001a;
}

.dz-nav-dropdown li a {
  color: #333;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 9px 16px;
  font-size: 12px;
  text-decoration: none;
  transition: background .12s;
  display: flex;
}

.dz-nav-dropdown li a:hover {
  color: var(--dz-orange);
  background: #f0f9ff;
}

.dz-nav-dropdown li.has-child > a:after {
  content: "";
  color: #9ca3af;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  right: 14px;
}

.dz-nav-child {
  z-index: 1002;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0 8px 8px;
  width: 220px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  box-shadow: 0 10px 25px -5px #0000001a;
}

.dz-nav-dropdown li.has-child:hover > .dz-nav-child {
  display: block;
}

.dz-nav-child li a {
  color: #374151;
  padding: 7px 16px;
  font-size: 13px;
  text-decoration: none;
  transition: background .15s, color .15s;
  display: block;
}

.dz-nav-child li a:hover {
  color: var(--dz-orange);
  background: #f0f9ff;
}

.dz-track-link {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.dz-track-link a {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  height: 44px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.dz-track-link a:hover {
  color: #ffffffd9;
}

.dz-mobile-header {
  background: var(--theme-navbar-bg, #000);
  display: none;
}

.dz-mobile-bar {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  display: flex;
}

.dz-mobile-bar .dz-m-toggle, .dz-mobile-bar .dz-m-bag {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dz-mobile-bar .dz-m-logo img, .dz-mobile-bar .dz-m-logo-img {
  object-fit: contain;
  width: auto;
  max-width: 95px;
  height: 26px;
  display: block;
}

.dz-mobile-bar .dz-m-actions {
  align-items: center;
  gap: 18px;
  display: flex;
}

.dz-mobile-bar .dz-cart-icon i {
  color: #fff;
  font-size: 24px;
}

.dz-mobile-bar .dz-m-bag .dz-cart-count {
  top: -6px;
  right: -10px;
}

.dz-mobile-search {
  border-bottom: 2px solid var(--dz-orange);
  background: #fff;
  padding: 8px 14px;
  display: none;
}

.dz-mobile-search .dz-search-form {
  height: 40px;
}

.dz-mobile-search .dz-search-form button {
  font-size: 14px;
}

.dz-overlay {
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  background: #00000080;
  transition: opacity .2s;
  position: fixed;
  inset: 0;
}

.dz-overlay.open {
  opacity: 1;
  visibility: visible;
}

.dz-sidebar {
  z-index: 1101;
  background: #fff;
  flex-direction: column;
  width: 280px;
  max-width: 85vw;
  transition: transform .25s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

.dz-sidebar.open {
  transform: translateX(0);
}

.dz-sidebar-header {
  background: var(--dz-orange);
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  display: flex;
}

.dz-sidebar-header-title {
  color: #fff;
  letter-spacing: .3px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.dz-sidebar-close {
  color: #fff;
  cursor: pointer;
  background: #fff3;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: background .15s;
  display: flex;
}

.dz-sidebar-close:hover {
  background: #ffffff59;
}

.dz-sidebar-body {
  background: #fff;
  flex: 1;
  overflow: hidden auto;
}

.dz-cat-item {
  border-bottom: 1px solid #f2f2f2;
}

.dz-cat-row {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  transition: background .12s;
  display: flex;
}

.dz-cat-row:hover {
  background: #f0f9ff;
}

.dz-cat-item.open > .dz-cat-row {
  border-left: 3px solid var(--dz-orange);
  background: #f0f9ff;
}

.dz-cat-item.open > .dz-cat-row .dz-cat-name {
  color: var(--dz-orange);
}

.dz-cat-item.open > .dz-cat-row .dz-cat-chevron {
  color: var(--dz-orange);
  transform: rotate(180deg);
}

.dz-cat-img {
  object-fit: cover;
  background: #f5f5f5;
  border-radius: 6px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.dz-cat-name {
  color: #333;
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: color .12s;
}

.dz-cat-name:hover {
  color: var(--dz-orange);
}

.dz-cat-chevron {
  color: #bbb;
  cursor: pointer;
  background: none;
  border: 0;
  flex-shrink: 0;
  padding: 4px;
  font-size: 10px;
  transition: transform .2s, color .12s;
}

.dz-subcat-list {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  padding: 4px 0;
}

.dz-subcat-item.open > .dz-subcat-row .dz-subcat-name {
  color: var(--dz-orange);
}

.dz-subcat-item.open > .dz-subcat-row .dz-cat-chevron {
  color: var(--dz-orange);
  transform: rotate(180deg);
}

.dz-subcat-row {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 8px 14px 8px 56px;
  transition: background .12s;
  display: flex;
}

.dz-subcat-row:hover {
  background: #f0f9ff;
}

.dz-subcat-name {
  color: #444;
  flex: 1;
  font-size: 12px;
  text-decoration: none;
  transition: color .12s;
}

.dz-subcat-name:hover {
  color: var(--dz-orange);
}

.dz-child-list {
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 4px 0;
}

.dz-child-link {
  color: #555;
  padding: 7px 14px 7px 70px;
  font-size: 11.5px;
  text-decoration: none;
  transition: background .12s, color .12s;
  display: block;
}

.dz-child-link:hover {
  color: var(--dz-orange);
  background: #f0f9ff;
}

.dz-footer-nav {
  display: none;
}

@media (max-width: 991.98px) {
  .dz-topbar, .dz-navbar, .dz-logobar {
    display: none;
  }

  .dz-mobile-header, .dz-mobile-search {
    display: block;
  }

  .dz-header {
    position: sticky;
  }

  .dz-footer-nav {
    z-index: 1050;
    padding: 0 12px env(safe-area-inset-bottom);
    box-shadow: none;
    pointer-events: none;
    background: none;
    border: 0;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .dz-footer-nav ul {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    pointer-events: auto;
    background: #ffffffe6;
    border: 1px solid #0f172a0f;
    border-radius: 22px;
    align-items: center;
    margin: 0;
    padding: 5px;
    list-style: none;
    display: flex;
    box-shadow: 0 10px 30px #0f172a29;
  }

  .dz-footer-nav li {
    flex: 1;
    display: flex;
  }

  .dz-footer-nav li a, .dz-footer-nav li button {
    color: #64748b;
    cursor: pointer;
    background: none;
    border: 0;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 100%;
    padding: 8px 2px;
    font-size: 10.5px;
    font-weight: 600;
    text-decoration: none;
    transition: color .15s, background .15s;
    display: flex;
    position: relative;
  }

  .dz-footer-nav li a i, .dz-footer-nav li button i {
    font-size: 18px;
  }

  .dz-footer-nav li a:active, .dz-footer-nav li button:active {
    color: var(--dz-orange);
    background: #0284c714;
  }

  .dz-footer-nav li.dz-home {
    flex: none;
  }

  .dz-footer-nav li.dz-home a {
    color: #fff;
    background: linear-gradient(135deg, #0284c7, #0ea5e9);
    border: 4px solid #fff;
    border-radius: 50%;
    gap: 0;
    width: 56px;
    height: 56px;
    margin: -24px 6px 0;
    padding: 0;
    box-shadow: 0 8px 18px #0284c76b;
  }

  .dz-footer-nav li.dz-home a i {
    font-size: 21px;
  }

  .dz-footer-nav li.dz-home a span {
    display: none;
  }

  .dz-footer-nav li.dz-home a:active {
    background: linear-gradient(135deg, #0369a1, #0284c7);
  }

  .dz-footer-nav .dz-cart-count {
    background: var(--dz-orange);
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    margin-right: -20px;
    padding: 0 4px;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    position: absolute;
    top: 2px;
    right: 50%;
  }
}

/* [project]/src/components/layout/footer.css [app-client] (css) */
.ch-footer {
  --ch-accent: var(--theme-top-bar-bg, #f85606);
  color: #fff;
  background: linear-gradient(#1e1e1e 0%, #161616 100%);
  margin-top: 40px;
  position: relative;
}

.ch-footer * {
  box-sizing: border-box;
}

.ch-footer:before {
  content: "";
  background: linear-gradient(90deg, var(--ch-accent), transparent 70%);
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ch-footer-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.ch-footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding: 56px 0 40px;
  display: grid;
}

.ch-footer-logo-link {
  margin-bottom: 8px;
  display: inline-block;
}

.ch-footer-logo {
  object-fit: contain;
  width: auto;
  max-width: 160px;
  height: 42px;
  margin-bottom: 0;
  display: block;
}

.ch-footer-logo-text {
  color: #fff;
  letter-spacing: .5px;
  font-size: 24px;
  font-weight: 700;
}

.ch-footer-brand-title {
  color: #fff;
  letter-spacing: .5px;
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.ch-footer-desc {
  color: #b8b8b8;
  max-width: 320px;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
}

.ch-footer-heading {
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  margin: 4px 0 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.ch-footer-heading:after {
  content: "";
  background: var(--ch-accent);
  border-radius: 2px;
  width: 44px;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ch-footer-col:hover .ch-footer-heading:after {
  width: 100%;
}

.ch-footer-menu {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ch-footer-menu li {
  float: none;
  width: 100%;
  margin: 0;
}

.ch-footer-link {
  color: #a8a8a8;
  align-self: flex-start;
  padding-bottom: 2px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, transform .2s;
  display: inline-block;
  position: relative;
}

.ch-footer-link:after {
  content: "";
  background: var(--ch-accent);
  width: 0;
  height: 1px;
  transition: width .25s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ch-footer-link:hover {
  color: #fff;
  transform: translateX(3px);
}

.ch-footer-link:hover:after {
  width: 100%;
}

.ch-footer-contact {
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ch-footer-contact li {
  float: none;
  width: 100%;
  margin: 0;
}

.ch-footer-contact-link {
  color: #d4d4d4;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.ch-footer-contact-link i {
  color: var(--ch-accent);
  text-align: center;
  flex-shrink: 0;
  width: 16px;
  margin-top: 2px;
}

.ch-footer-contact-link:hover {
  color: #fff;
}

.ch-social {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  display: flex;
}

.ch-social-btn {
  color: #e5e7eb;
  background: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.ch-social-btn i {
  font-size: 18px;
  line-height: 1;
}

.ch-social-btn:hover {
  background: var(--ch-accent, #0284c7);
  border-color: var(--ch-accent, #0284c7);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px #0284c766;
}

.ch-social-btn.ch-social-facebook:hover {
  color: #fff;
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 6px 16px #1877f266;
}

.ch-social-btn.ch-social-whatsapp:hover {
  color: #fff;
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 6px 16px #25d36666;
}

.ch-footer-bottom {
  text-align: center;
  border-top: 1px solid #ffffff14;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  display: flex;
}

.ch-footer-copy {
  text-align: center;
  color: #9a9a9a;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
}

.ch-footer-copy a {
  color: var(--ch-accent);
  font-weight: 500;
  text-decoration: none;
}

.ch-footer-copy a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .ch-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 40px 0 32px;
  }
}

@media (max-width: 575.98px) {
  .ch-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0 24px;
  }

  .ch-footer-desc {
    max-width: none;
  }

  .ch-footer {
    margin-bottom: 56px;
  }
}

/* [project]/node_modules/lenis/dist/lenis.css [app-client] (css) */
html.lenis, html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-wheel], .lenis [data-lenis-prevent-touch], .lenis [data-lenis-prevent-vertical], .lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-behavior: allow-discrete;
  transition-property: overflow;
  transition-duration: 1ms;
}

/*# sourceMappingURL=_0673am0._.css.map*/