/* Generated by build_static_components.py from component templates. */

/* navbar */
.lb-navbar {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  #mainNav.lb-navbar,
  #mainNav.lb-navbar.navbar-shrink {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.05) !important;
  }

  #mainNav.lb-navbar .navbar-brand.lb-brand {
    padding: 0 !important;
    margin-right: 0 !important;
    border-bottom: 0 !important;
    color: inherit !important;
  }

  .lb-navbar .container {
    min-height: 78px;
  }

  .lb-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    min-width: 0;
    max-width: 100%;
  }

  .lb-brand:hover {
    text-decoration: none;
  }

  .lb-brand-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.08);
    flex: 0 0 auto;
  }

  .lb-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
    min-width: 0;
  }

  .lb-brand-name {
    color: #1f2328;
    font-size: clamp(1.45rem, 1.15rem + 0.9vw, 2.1rem);
    white-space: nowrap;
  }

  .lb-brand-tagline {
    margin-top: 0.24rem;
    font-family: "Quicksand", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a5d00;
    white-space: nowrap;
  }

  .lb-navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border: 1px solid #d8c8a7;
    border-radius: 999px;
    padding: 0.76rem 1.05rem;
    background: #ffffff;
    color: #2e2a24 !important;
    box-shadow:
      0 0.35rem 0.9rem rgba(0, 0, 0, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  #mainNav.lb-navbar .navbar-toggler.lb-navbar-toggler {
    border-color: #d8c8a7 !important;
    background: #ffffff !important;
    color: #2e2a24 !important;
  }

  .lb-navbar-toggler *,
  .lb-navbar-toggler i,
  .lb-navbar-toggler span {
    color: inherit !important;
  }

  .lb-navbar-toggler:hover,
  .lb-navbar-toggler:focus,
  .lb-navbar-toggler:active {
    background: #fbf7ef;
    color: #3f3527 !important;
    border-color: #cbb894;
  }

  .lb-navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 93, 0, 0.14);
  }

  .lb-navbar-toggler .small {
    font-size: 0.98rem;
    font-weight: 700;
    color: inherit !important;
  }

  .lb-offcanvas {
    width: min(430px, 100vw);
    max-width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #ffffff !important;
    color: #1f2328;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.12);
    z-index: 1060;
  }

  .lb-offcanvas .offcanvas-header,
  .lb-offcanvas .offcanvas-body {
    background: #ffffff !important;
  }

  .lb-offcanvas .offcanvas-header {
    align-items: flex-start;
    padding: 1rem 1rem 0.9rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbf9f6 100%) !important;
  }

  .lb-offcanvas .offcanvas-header > div {
    min-width: 0;
    flex: 1 1 auto;
    padding-right: 0.75rem;
  }

  .lb-offcanvas .offcanvas-header .text-muted {
    display: block;
    margin-top: 0.28rem;
    font-size: 0.92rem;
    line-height: 1.35;
    color: #66707b !important;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .lb-offcanvas .btn-close {
    margin: 0;
    flex: 0 0 auto;
  }

  .lb-offcanvas .offcanvas-body {
    display: block !important;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.9rem 1rem 1.15rem;
    overflow-y: auto;
    background: #ffffff !important;
  }

  .lb-mobile-only {
    font-family: "Quicksand", sans-serif;
  }

  .lb-mobile-top-links {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 1fr;
  }

  .lb-mobile-quick-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    text-decoration: none;
    color: #1f2328;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  }

  .lb-mobile-quick-link:hover,
  .lb-mobile-quick-link:focus {
    text-decoration: none;
    color: #1f2328;
    background: #fbf7ef;
  }

  .lb-mobile-section + .lb-mobile-section {
    margin-top: 0.95rem;
  }

  .lb-mobile-label {
    margin-bottom: 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a5d00;
  }

  .lb-mobile-list {
    display: grid;
    gap: 0.55rem;
  }

  .lb-mobile-list .lb-menu-item {
    padding: 0.74rem 0.84rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  }

  .lb-mobile-cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .lb-mobile-cta .btn {
    border-radius: 999px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
  }

  .lb-mobile-note {
    border-radius: 1rem;
    background: #fbf7ef;
    border: 1px solid rgba(138, 93, 0, 0.12);
  }

  .lb-desktop-only {
    display: none !important;
  }

  .lb-desktop-nav {
    font-family: "Quicksand", sans-serif;
    gap: 0.22rem !important;
    flex-wrap: nowrap;
  }

  .lb-desktop-nav .nav-item {
    flex: 0 0 auto;
  }

  .lb-desktop-nav .nav-link,
  .lb-desktop-nav .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.58rem 0.72rem;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #2e2a24 !important;
    font-weight: 700;
    line-height: 1;
    background: transparent;
    white-space: nowrap;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .lb-desktop-nav .nav-link:hover,
  .lb-desktop-nav .dropdown-toggle:hover,
  .lb-desktop-nav .nav-link:focus,
  .lb-desktop-nav .dropdown-toggle:focus,
  .lb-desktop-nav .show > .dropdown-toggle,
  .lb-desktop-nav .dropdown-toggle.show {
    color: #3f3527 !important;
    background: #e9e0cd !important;
    border-color: #dccfb2 !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    outline: none;
  }

  .lb-desktop-nav .nav-link:focus-visible,
  .lb-desktop-nav .dropdown-toggle:focus-visible,
  .lb-desktop-nav .nav-link:active,
  .lb-desktop-nav .dropdown-toggle:active {
    color: #3f3527 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    outline: none;
  }

  .lb-nav-cta {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.64rem 0.9rem;
    white-space: nowrap;
    flex: 0 0 auto;
    box-shadow: 0 0.55rem 1rem rgba(220, 53, 69, 0.16);
  }

  .lb-nav-dropdown {
    width: min(290px, 92vw);
    padding: 0.68rem;
    margin-top: 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
    max-height: min(72vh, 680px);
    overflow-y: auto;
  }

  .lb-dropdown-label {
    display: block;
    margin: 0.15rem 0.15rem 0.5rem;
    font-family: "Quicksand", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a5d00;
  }

  .lb-menu-item {
    display: flex;
    align-items: flex-start;
    gap: 0.62rem;
    padding: 0.58rem 0.64rem;
    border-radius: 0.95rem;
    text-decoration: none;
    color: #1f2328;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .lb-menu-item:hover,
  .lb-menu-item:focus {
    color: #1f2328;
    text-decoration: none;
    background: #fbf7ef;
    transform: translateY(-1px);
  }

  .offcanvas-backdrop.show {
    opacity: 0.42;
  }

  .lb-menu-icon {
    width: 2.05rem;
    height: 2.05rem;
    flex: 0 0 auto;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.14);
    color: #8a5d00;
    font-size: 0.95rem;
  }

  .lb-menu-icon img {
    width: 1.42rem;
    height: 1.42rem;
    object-fit: contain;
  }

  .lb-menu-copy {
    min-width: 0;
    line-height: 1.08;
  }

  .lb-menu-copy strong {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1f2328;
  }

  .lb-menu-copy small {
    display: block;
    margin-top: 0.18rem;
    color: #5f6872;
    font-family: "Quicksand", sans-serif;
    font-size: 0.79rem;
  }

  .lb-nav-dropdown .lb-menu-copy small {
    display: none;
  }

  .lb-nav-dropdown .lb-menu-item + .lb-menu-item {
    margin-top: 0.12rem;
  }

  @media (min-width: 992px) {
    .lb-navbar-toggler {
      display: none !important;
    }

    .lb-mobile-only {
      display: none !important;
    }

    .lb-desktop-only {
      display: flex !important;
    }

    .lb-offcanvas {
      position: static !important;
      inset: auto !important;
      transform: none !important;
      visibility: visible !important;
      width: auto !important;
      height: auto !important;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important;
      flex: 1 1 auto;
    }

    .lb-offcanvas .offcanvas-body {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0;
      overflow: visible;
      background: transparent !important;
    }

    .lb-menu-dropdown {
      width: min(620px, calc(100vw - 2rem));
      max-height: calc(100vh - 7rem);
      overflow-y: auto;
    }

    .lb-menu-dropdown.show {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: start;
      gap: 0.18rem 0.45rem;
    }

    .lb-menu-dropdown .lb-dropdown-label {
      grid-column: 1 / -1;
      margin-bottom: 0.38rem;
    }

    .lb-menu-dropdown .lb-menu-item {
      min-width: 0;
    }

    .lb-menu-dropdown .lb-menu-item + .lb-menu-item {
      margin-top: 0;
    }
  }

  @media (max-width: 1199.98px) {
    .lb-brand-tagline {
      display: none;
    }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    .lb-brand-text {
      display: none;
    }

    .lb-desktop-nav {
      gap: 0.1rem !important;
    }

    .lb-desktop-nav .nav-link,
    .lb-desktop-nav .dropdown-toggle {
      gap: 0.28rem;
      padding: 0.54rem 0.5rem;
      font-size: 0.94rem;
    }

    .lb-nav-cta {
      padding: 0.6rem 0.72rem;
      font-size: 0.86rem;
    }
  }

  @media (max-width: 991.98px) {
    #mainNav.lb-navbar {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .lb-navbar .container {
      min-height: 74px;
    }

    .lb-brand-logo {
      width: 52px;
      height: 52px;
    }

    .lb-brand-name {
      font-size: clamp(1.35rem, 1.05rem + 0.8vw, 1.85rem);
    }
  }

  @media (max-width: 575.98px) {
    .lb-navbar .container {
      min-height: 68px;
    }

    .lb-offcanvas {
      width: 100vw !important;
    }

    .lb-brand {
      gap: 0.5rem;
    }

    .lb-brand-logo {
      width: 44px;
      height: 44px;
    }

    .lb-brand-name {
      font-size: 1.38rem;
    }

    .lb-navbar-toggler {
      padding: 0.7rem 0.92rem;
    }

    .lb-navbar-toggler .small {
      font-size: 0.95rem;
    }

    .lb-offcanvas .offcanvas-header {
      padding: 0.9rem 0.95rem 0.85rem;
    }

    .lb-offcanvas .offcanvas-body {
      padding: 0.8rem 0.9rem 1rem;
    }

    .lb-mobile-cta {
      grid-template-columns: 1fr;
    }
  }

/* footer-component */
.lb-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    color: #2b2b2b;
  }

  .lb-footer,
  .lb-footer p,
  .lb-footer a,
  .lb-footer address,
  .lb-footer span {
    font-family: "Quicksand", sans-serif;
  }

  .lb-footer-brand {
    font-family: "Butterfly Kids", cursive;
    font-size: 2rem;
    line-height: 1;
    color: #111;
    display: inline-block;
    margin-bottom: 0.5rem;
    text-decoration: none;
  }

  .lb-footer-brand:hover {
    color: #111;
    text-decoration: none;
  }

  .lb-footer-address {
    margin: 0;
    font-style: normal;
    line-height: 1.7;
    color: #343a40;
    font-size: 0.98rem;
  }

  .lb-footer-address a,
  .lb-footer-copy a {
    color: #343a40;
    text-decoration: none;
  }

  .lb-footer-address a:hover,
  .lb-footer-copy a:hover {
    text-decoration: underline;
  }

  .lb-footer-note {
    color: #6c757d;
    font-size: 0.93rem;
    margin-top: 0.35rem;
    margin-bottom: 0;
  }

  .lb-footer-copy {
    color: #343a40;
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .lb-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.85rem;
    list-style: none;
    padding: 0;
    margin: 0 0 0.65rem;
  }

  .lb-footer-links a {
    color: #343a40;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }

  .lb-footer-copy .designer-link {
    font-weight: 600;
  }

  .lb-footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .lb-footer-social a {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    transition:
      transform 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .lb-footer-social a:hover {
    color: #5c3f00;
    background: #fff7df;
    border-color: rgba(138, 93, 0, 0.18);
    transform: translateY(-1px);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
  }

  .lb-footer-social i {
    font-size: 1.2rem;
    line-height: 1;
  }

  @media (max-width: 767.98px) {
    .lb-footer {
      text-align: center;
      padding-top: 1.5rem;
    }

    .lb-footer .lb-footer-col + .lb-footer-col {
      margin-top: 1rem;
    }

    .lb-footer-social {
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.75rem;
    }

    .lb-footer-brand {
      font-size: 1.95rem;
    }

    .lb-footer-copy,
    .lb-footer-address {
      font-size: 0.95rem;
    }
  }
