/* FLB Subnav (global) */
.flb-subnav[hidden] {
  display: none !important;
}

.flb-subnav {
  /* container styles as needed */
  /* e.g., border-top: 1px solid var(--border-color); background: #fff; */
}

.flb-subnav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .flb-subnav__list {
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .flb-subnav__item {
    max-width: 120px;
    min-width: 70px;
    flex: 1;
    text-align: center;
    line-height: 1;
  }
}

.flb-subnav__link {
  text-decoration: none;

  font-family: "Brandon Grotesque", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0.4px;
  word-spacing: 0em;

  color: var(--e-global-color-primary, #153a42);

  font-family: var(--e-global-typography-de1fe4c-font-family), Sans-serif;
  font-weight: var(--e-global-typography-de1fe4c-font-weight);
  text-transform: var(--e-global-typography-de1fe4c-text-transform);
  font-style: var(--e-global-typography-de1fe4c-font-style);
  text-decoration: var(--e-global-typography-de1fe4c-text-decoration);
  font-size: var(--e-global-typography-de1fe4c-font-size);
  line-height: var(--e-global-typography-de1fe4c-line-height);
  letter-spacing: var(--e-global-typography-de1fe4c-letter-spacing);
  word-spacing: var(--e-global-typography-de1fe4c-word-spacing);
}

.flb-subnav__link:hover,
.flb-subnav__link:focus {
  text-decoration: underline;
  color: var(--e-global-color-e2c7108);
}

.is-current .flb-subnav__link {
  font-weight: 600;
  color: white;
}

.flb-subnav-toggle {
  background-image: url("https://fl-bakerypr.com/wp-content/uploads/2025/07/btn-header@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-radius: 25px 25px 25px 25px; */

  background-color: #153a4200;
  font-family: "Brandon Grotesque", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0px;
  word-spacing: 0em;
  fill: #ffffff;
  color: #ffffff;
  border-style: none;
  border-radius: 100px 100px 100px 100px;
  padding: 16px 45px 16px 45px;
}
