.header {
  padding: 2rem;
  position: sticky;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  z-index: 100;
  border-bottom: 1px solid var(--color--gray-90);
}

[dir="ltr"] .header {
  left: 0;
}

[dir="rtl"] .header {
  right: 0;
}

@media (max-width: 48rem) {
  .header {
    padding: 1rem 0;
  }
}

.header .container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

@media (max-width: 48rem) {
  .header .container {
    flex-direction: column;
    gap: 1rem;
  }
}

.header .top-section {
  display: flex;
  width: 300px;
}

@media (max-width: 48rem) {
  .header .top-section {
    width: 100%;
    justify-content: space-between;
  }

  .header .top-section .region--top-bar {
    width: 100%;
    justify-content: space-between;
  }

  .header .top-section .container {
    padding: 0 !important;
  }
}

.header .top-section .region--top-bar {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
  flex-wrap: nowrap;
}

.header .top-section .region--top-bar .field--name-field-link a {
  display: block;
  font-family: var(--font-medium);
  font-size: var(--font-size-base);
  line-height: 1;
  text-align: center;
  color: white;
  padding: 10px 18px;
  border: 1px solid var(--accent-color);
  border-radius: 8px;
  background: var(--accent-color);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 170px;
}

.header .top-section .region--top-bar .field--name-field-link a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

[dir="ltr"] .header .top-section .region--top-bar .field--name-field-link a::before {
  left: -100%;
}

[dir="rtl"] .header .top-section .region--top-bar .field--name-field-link a::before {
  right: -100%;
}

[dir="ltr"] .header .top-section .region--top-bar .field--name-field-link a:hover::before {
  left: 100%;
}

[dir="rtl"] .header .top-section .region--top-bar .field--name-field-link a:hover::before {
  right: 100%;
}

.header .top-section .region--top-bar .field--name-field-link a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.header .top-section select.form-select {
  background: none;
  border: none;
  padding: 0 !important;
  text-transform: uppercase;
  font-size: 16px;
}

.header .top-section select.form-select:focus {
  border: none !important;
}

.header .header-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.header .header-section .region--header.container {
  padding: 0 !important;
}

.header .header-section .main-menu--region {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 48rem) {
  .header .header-section .main-menu--region .container {
    padding: 0 !important;
  }

  [dir="ltr"] .header .header-section .main-menu--region .container {
    margin-left: auto;
    margin-right: 0;
  }

  [dir="rtl"] .header .header-section .main-menu--region .container {
    margin-right: auto;
    margin-left: 0;
  }
}

.header .header-section .main-menu--region .block-superfishmain .menu {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.header .header-section .main-menu--region .block-superfishmain .menu li {
  background: transparent;
  list-style-type: none;
}

.header .header-section .main-menu--region .block-superfishmain .menu li a {
  font-family: var(--font-secondary-regular);
  font-weight: normal;
  font-size: var(--font-size-s);
  color: black;
  padding: 6px 12px;
  background: transparent;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}

@media (min-width: 76rem) {
  .header .header-section .main-menu--region .block-superfishmain .menu li a {
    font-size: 0.83rem;
  }
}

.header .header-section .main-menu--region .block-superfishmain .menu li a:hover {
  background: transparent;
  color: var(--link-color);
}

#superfish-main-toggle {
  display: flex;
  gap: 0;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 48rem) {
  .block-superfish {
    max-width: 100%;
  }
}

#superfish-main-accordion {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

[dir="ltr"] #superfish-main-accordion {
  left: 0 !important;
}

[dir="rtl"] #superfish-main-accordion {
  right: 0 !important;
}

#superfish-main-accordion.sf-expanded {
  height: 100vh;
  position: fixed;
  top: 108px !important;
  background: rgba(226, 120, 14, 0.9);
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

#superfish-main-accordion.sf-expanded li {
  flex: unset;
}

#superfish-main-accordion.sf-expanded li a {
  font-family: var(--font-medium);
  font-size: 1.3rem;
}

@media (max-width: 29.25rem) {
  #superfish-main-accordion.sf-expanded {
    width: 100vw;
    top: 115px !important;
  }

  [dir="ltr"] #superfish-main-accordion.sf-expanded {
    right: 0;
  }

  [dir="rtl"] #superfish-main-accordion.sf-expanded {
    left: 0;
  }
}

#superfish-main-accordion.sf-expanded .active-trail,
#superfish-main-accordion.sf-expanded .sf-no-children {
  padding: 0 !important;
}

#superfish-main-accordion.sf-expanded a,
#superfish-main-accordion.sf-expanded .nolink {
  display: flex;
  align-items: center;
  font-size: var(--font-size-l);
  line-height: var(--line-height-m);
  color: var(--color--white);
  background: transparent;
  padding: 15px 20px;
}

#superfish-main-accordion.sf-expanded .sf-expanded {
  background: var(--accent-color);
}

#superfish-main-accordion.sf-expanded .sf-has-clone-parent {
  background: var(--accent-color);
}

[dir="ltr"] #superfish-main-accordion.sf-expanded .sf-has-clone-parent {
  float: left !important;
}

[dir="rtl"] #superfish-main-accordion.sf-expanded .sf-has-clone-parent {
  float: right !important;
}

#superfish-main-accordion.sf-expanded .sf-has-clone-parent .sf-clone-parent {
  display: none;
}

#superfish-main-accordion.sf-expanded .sf-has-clone-parent .sf-depth-2 a {
  font-family: var(--font-light);
  font-size: var(--font-size-base);
  line-height: var(--line-height-s);
  color: var(--color--white) !important;
}

[dir="ltr"] #superfish-main-accordion.sf-expanded .sf-has-clone-parent .sf-depth-2 a {
  padding: 5px 15px 5px 45px;
}

[dir="rtl"] #superfish-main-accordion.sf-expanded .sf-has-clone-parent .sf-depth-2 a {
  padding: 5px 45px 5px 15px;
}
