.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  line-height: 1;
  vertical-align: middle;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.freshswfl-logo__lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.freshswfl-logo__icon {
  width: 34px;
  height: 34px;
  display: block;
}

.freshswfl-logo__text {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1;
  color: var(--thm-black, #1c1c1c);
}

.freshswfl-logo__tagline {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--thm-gray, #6b6b6b);
  text-transform: none;
}

.main-menu__list > li > a.freshswfl-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02) !important;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.main-menu__list > li > a.freshswfl-home-link .material-symbols-outlined {
  font-size: 22px;
}

.main-menu__list > li > a.freshswfl-home-link:hover,
.main-menu__list > li > a.freshswfl-home-link:focus,
.main-menu__list > li > a.freshswfl-home-link[aria-current='page'] {
  transform: translateY(-1px);
  background: rgba(var(--thm-base-rgb), 0.08) !important;
  border-color: rgba(var(--thm-base-rgb), 0.22);
  color: var(--thm-base);
}

.freshswfl-nav-chevron {
  margin-left: 2px;
  font-size: 18px;
  opacity: 0.75;
}

/* Header UX improvements: compact, modern, consistent */
.main-header-one__top {
  padding: 10px 0;
}

.main-header-one__top-address ul li {
  margin-right: 18px;
}

.main-header-one__top-address ul li .text p {
  font-size: 13px;
  line-height: 20px;
}

.main-header-one__bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.main-menu__wrapper-inner {
  min-height: 78px;
  padding: 6px 0;
}

.main-header-one__bottom-left .logo a {
  text-decoration: none !important;
  background: none !important;
}

.main-header-one__bottom-left .logo a:hover,
.main-header-one__bottom-left .logo a:focus {
  text-decoration: none !important;
  background: none !important;
}

.main-menu__inner {
  gap: 14px;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media (min-width: 1200px) {
  .main-menu__inner {
    gap: 18px;
  }

  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 16px;
  }
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-family: var(--thm-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 14px 12px;
  border-radius: 999px;
  text-decoration: none !important;
  background: none !important;
}

.main-menu .main-menu__list > li > a:hover,
.main-menu .main-menu__list > li > a:focus,
.stricky-header .main-menu__list > li > a:hover,
.stricky-header .main-menu__list > li > a:focus {
  color: var(--thm-base);
  background: rgba(var(--thm-base-rgb), 0.10) !important;
}

.main-menu .main-menu__list > li > a[aria-current='page'],
.stricky-header .main-menu__list > li > a[aria-current='page'] {
  color: var(--thm-base);
  background: rgba(var(--thm-base-rgb), 0.14) !important;
}

.mega-menu > a::before {
  content: none !important;
}

.freshswfl-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}

.freshswfl-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.04) !important;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none !important;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.freshswfl-icon-btn:hover,
.freshswfl-icon-btn:focus {
  transform: translateY(-1px);
  background: rgba(var(--thm-base-rgb), 0.08) !important;
  border-color: rgba(var(--thm-base-rgb), 0.22);
  color: var(--thm-base);
}

.freshswfl-icon-btn .material-symbols-outlined {
  font-size: 22px;
}

.freshswfl-icon-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.freshswfl-icon-badge--accent {
  background: var(--thm-accent);
}

.freshswfl-icon-badge--base {
  background: var(--thm-base);
}

.main-header-one__bottom-right-btn .thm-btn {
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 14px 26px rgba(var(--thm-base-rgb), 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.main-header-one__bottom-right-btn .thm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(var(--thm-base-rgb), 0.24);
}

/* Hide the styled-components mobile trigger on desktop (avoid the stray hamburger in the screenshot). */
@media (min-width: 1200px) {
  .freshswfl-mobile-menu-trigger {
    display: none !important;
  }
}

.mega-menu {
  position: relative;
}

.mega-menu__panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: min(980px, calc(100vw - 36px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease, visibility 0ms linear 160ms;
  z-index: 1000;
  padding-top: 14px;
}

.mega-menu__panel-inner {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.mega-menu:hover .mega-menu__panel,
.mega-menu:focus-within .mega-menu__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition: opacity 160ms ease, transform 160ms ease;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 0.9fr;
  gap: 0;
}

.mega-menu__col {
  padding: 18px;
}

.mega-menu__col--muted {
  background: rgba(0, 0, 0, 0.02);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.mega-menu__title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 12px 0;
}

.mega-menu__items {
  display: grid;
  gap: 10px;
}

.mega-menu__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
}

.mega-menu__item:hover,
.mega-menu__item:focus {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.mega-menu__item-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-base, #4baf47);
}

.mega-menu__item-icon .material-symbols-outlined {
  font-size: 20px;
}

.mega-menu__item-text {
  min-width: 0;
}

.mega-menu__item-label {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.2;
}

.mega-menu__item-desc {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .mega-menu__grid {
    grid-template-columns: 1fr 1fr;
  }

  .mega-menu__col--muted {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
}

@media (max-width: 767px) {
  .mega-menu__panel {
    display: none;
  }

  .freshswfl-logo__text {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .freshswfl-header-actions {
    display: none;
  }

  .main-header-one__bottom-right-btn {
    display: none;
  }
}
