.page-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: sticky;
  top: 0;
  z-index: 9999999;
  background-color: #fff;
}
.page-header .top-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  max-width: 1440px;
  position: relative;
  z-index: 20;
}
.page-header .top-row .logoWrapper {
  padding-left: 3rem;
}
.page-header .top-row .logoWrapper img {
  object-fit: contain;
  max-height: 6.7rem;
  max-width: 23rem;
  height: auto;
  margin: 1rem;
}
.page-header .top-row .searchWrapper {
  flex: 1;
  max-width: 500px;
  position: relative;
  z-index: 100;
}
.page-header .top-row .searchWrapper .amsearch-wrapper-block,
.page-header .top-row .searchWrapper .amsearch-results,
.page-header .top-row .searchWrapper .amsearch-form-container {
  z-index: 100 !important;
}
.page-header .top-row .searchWrapper .block-search {
  width: 100%;
}
.page-header .top-row .searchWrapper .block-search .control {
  position: relative;
  width: 100%;
}
.page-header .top-row .searchWrapper .block-search .control input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.page-header .top-row .searchWrapper .block-search .control .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.page-header .top-row .searchWrapper .block-search .control .actions .action.search {
  background: none;
  border: none;
  padding: 0 10px;
  height: 40px;
  cursor: pointer;
}
.page-header .top-row .searchWrapper .block-search .control .actions .action.search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}
.page-header .top-row .searchWrapper .block-search .control .actions .action.search span {
  display: none;
}
.page-header .top-row .searchWrapper .block-search .search-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 100;
  display: none;
}
.page-header .top-row .linksWrapper {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  padding-right: 2rem;
}
.page-header .top-row .linksWrapper div, .page-header .top-row .linksWrapper a {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  color: var(--base);
  align-items: center;
  white-space: nowrap;
}
.page-header .top-row .linksWrapper div img, .page-header .top-row .linksWrapper a img {
  object-fit: contain;
  height: auto;
  width: 100%;
  max-width: 2rem;
}
.page-header .header-top-banner {
  background-color: #CFECAF;
  padding: 0.5rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 101vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.page-header .header-top-banner .MenuTopBanner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page-header .header-top-banner .MenuTopBanner p {
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}
.page-header .custom-header-wrapper {
  background-color: var(--secondary);
  width: 101vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  z-index: 10;
}
.page-header .custom-header-wrapper .right-col {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-right: 2rem;
}
@media (max-width: 1100px) {
  .page-header .custom-header-wrapper .right-col {
    flex-shrink: 0;
    padding-right: 1.5rem;
  }
  .page-header .custom-header-wrapper .right-col > * {
    flex-shrink: 0;
  }
}
.page-header .custom-header-wrapper .right-col .wishlist_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header .custom-header-wrapper .right-col .wishlist_icon img {
  object-fit: contain;
  height: fit-content;
}
.page-header .custom-header-wrapper .right-col .minicart-wrapper {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.page-header .custom-header-wrapper .right-col .minicart-wrapper .action.showcart:before {
  content: url("/static/frontend/Magento/flosfloret/lv_LV/Magento_Theme/images/cart_icon.svg") !important;
}

.headerNavigationBar {
  display: flex;
  width: 100%;
  max-width: 1440px;
  background-color: var(--secondary);
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .headerNavigationBar {
    padding: 0 1rem;
  }
}

@media (max-width: 1100px) {
  .page-header .top-row {
    display: none;
  }
  .page-header .left-col {
    padding-left: 2.5rem;
  }
  .mobile_mega_menu {
    display: flex;
  }
  .mega_menu {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .mega_menu {
    display: flex;
  }
  .mobile_mega_menu {
    display: none !important;
  }
}
.mobile_mega_menu {
  display: flex;
  position: relative;
}
.mobile_mega_menu .rotated {
  transform: rotate(0deg) !important;
  transition: transform 0.3s ease !important;
}
.mobile_mega_menu .fl--item--open, .mobile_mega_menu .sl--item--open, .mobile_mega_menu .tl--item--open {
  transform: rotate(180deg);
  transition: transform 0.3s ease !important;
}
.mobile_mega_menu .mobile_header_open_wrapper .mobile_header--left_side {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  padding: 1.2rem 0;
}
.mobile_mega_menu .mobile_header_open_wrapper .mobile_header--left_side .mobile_header_wrapper--open_icon {
  object-fit: contain;
  max-width: 3.2rem;
  max-height: 2.2rem;
  height: 100%;
  width: auto;
  cursor: pointer;
}
.mobile_mega_menu .mobile_header_open_wrapper .mobile_header--left_side .mobile_header_wrapper--logo {
  width: auto;
  height: 100%;
  max-height: 4rem;
  max-width: 16rem;
  object-fit: contain;
}
.mobile_mega_menu .menu_wrapper {
  display: none;
  position: absolute;
  width: 100vw;
  left: -2.4rem;
  height: 100dvh;
  z-index: 22;
  max-height: 100dvh;
  overflow-y: scroll;
  background-color: #F2FBE9;
}
.mobile_mega_menu .menu_wrapper .inner_header {
  background-color: var(--secondary);
  padding: 2rem 2.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile_mega_menu .menu_wrapper .inner_header .left-side {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.mobile_mega_menu .menu_wrapper .inner_header .left-side .profile_link {
  max-height: 2.3rem;
  height: 100%;
  width: auto;
  object-fit: contain;
}
.mobile_mega_menu .menu_wrapper .inner_header .right-side .close {
  cursor: pointer;
}
.mobile_mega_menu .menu_wrapper .inner_header .right-side .close img {
  object-fit: contain;
  width: 100%;
  max-width: 1.5rem;
  height: auto;
  max-height: 1.5rem;
}
.mobile_mega_menu .menu_wrapper .links_wrapper {
  background-color: var(--white);
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item {
  padding: 0 2.5rem;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item:last-child .fl--item--wrapper {
  border-bottom: unset;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .fl--item--wrapper {
  border-bottom: #D1D1D1 solid 1px;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .fl--item--wrapper .fl--item--wrapper--content .fl--item--link {
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--base);
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .fl--item--wrapper .fl--item--open {
  object-fit: contain;
  max-width: 1.5rem;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper {
  padding: 2rem;
  padding-right: 0 !important;
  display: none;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  border-bottom: #D1D1D1 solid 1px;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .sl--item--wrapper--row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .sl--item--wrapper--row .sl--item--wrapper--content {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .sl--item--wrapper--row .sl--item--wrapper--content a {
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--base) !important;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .sl--item--wrapper--row .sl--item--wrapper--content .sl--item--icon {
  max-width: 2.2rem;
  width: 100%;
  height: auto;
  max-height: 2.2rem;
  object-fit: contain;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .sl--item--wrapper--row .sl--item--open {
  object-fit: contain;
  max-width: 1.5rem;
  width: 100%;
  height: auto;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .tl--item--wrapper {
  padding-left: 5rem;
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .tl--item--wrapper .tl--item--wrapper--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .tl--item--wrapper .tl--item--wrapper--content a {
  min-width: 0;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .tl--item--wrapper .tl--item--wrapper--content .tl--item--open {
  max-width: 1.5rem;
  width: auto;
  height: auto;
  margin-left: 1.5rem;
  cursor: pointer;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .tl--item--wrapper a {
  color: #484F3F;
  font-size: 1.8rem;
  font-weight: 400;
}
.mobile_mega_menu .menu_wrapper .links_wrapper .mega_menu_wrapper .mega_menu_fl--item .sl--wrapper .sl--item--wrapper .tl--item--wrapper .fourl--item--wrapper {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
}
.mobile_mega_menu .mega_menu_footer {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.mobile_mega_menu .mega_menu_footer .mega_menu_footer--logo_wrapper img {
  object-fit: contain;
  max-height: 5.4rem;
  width: auto;
  height: 100%;
}
.mobile_mega_menu .mega_menu_footer .linksWrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.mobile_mega_menu .mega_menu_footer .linksWrapper div, .mobile_mega_menu .mega_menu_footer .linksWrapper a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--base);
  align-items: flex-start;
  white-space: wrap;
}
.mobile_mega_menu .mega_menu_footer .linksWrapper div img, .mobile_mega_menu .mega_menu_footer .linksWrapper a img {
  object-fit: contain;
  max-height: 2rem;
  width: auto;
  height: 100%;
}
.mobile_mega_menu .mega_menu_footer .menu_footer--wrapper {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #D1D1D1;
}
.mobile_mega_menu .mega_menu_footer .menu_footer--wrapper span {
  font-weight: 500;
  font-size: 1.4rem;
  color: rgba(72, 79, 63, 0.6);
}
.mobile_mega_menu .mega_menu_footer .menu_footer--wrapper .menu_footer--socials--wrapper {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
.mobile_mega_menu .mega_menu_footer .menu_footer--wrapper .menu_footer--socials--wrapper a img {
  object-fit: contain;
  max-height: 2.5rem;
  width: auto;
  height: 100%;
}

.mega_menu {
  background-color: var(--secondary);
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.mega_menu .megaMenuWrapper {
  display: flex;
  flex-direction: row;
}
.mega_menu .mobile_menu_header_wrapper {
  display: none;
}
.mega_menu .menu--item {
  color: var(--white) !important;
  padding: 2rem 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
.mega_menu img {
  border-radius: 0 !important;
}
.mega_menu .mega_menu--category {
  position: relative;
  width: fit-content;
}
@media (min-width: 1100px) {
  .mega_menu .mega_menu--category:hover .first_level_wrapper {
    display: block;
  }
}
.mega_menu .mega_menu--category .open {
  display: block;
}
.mega_menu .mega_menu--category .mega_menu_button {
  background-color: #CFECAF;
  cursor: pointer;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 31rem;
  color: var(--base);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  height: 100%;
}
.mega_menu .mega_menu--category .mega_menu_button img {
  max-width: 2.2rem;
  object-fit: contain;
  height: auto;
  width: 100%;
}
.mega_menu .mega_menu--category .first_level_wrapper {
  display: none;
  position: absolute;
  z-index: 20;
  width: 31rem;
  background-color: var(--white);
  padding: 4rem 0 4rem 2.5rem;
}
.mega_menu .mega_menu--category .first_level_wrapper .first_level {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.mega_menu .mega_menu--category .first_level_wrapper .first_level .first_level--item a {
  padding: 0.9rem 0;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  cursor: pointer;
  width: 100%;
  color: var(--base);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 18px;
}
.mega_menu .mega_menu--category .first_level_wrapper .first_level .first_level--item img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  height: auto;
  width: 100%;
  object-fit: contain;
}
.mega_menu .mega_menu--category .first_level_wrapper .second_level_wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 31rem;
  padding: 4.8rem 2.5rem;
  background-color: var(--white);
  display: none;
  flex-direction: column;
  width: calc(30.5rem + 100vw);
  max-width: calc(1440px - 31rem);
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.mega_menu .mega_menu--category .first_level_wrapper .second_level_wrapper .second_level_inner_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mega_menu .mega_menu--category .first_level_wrapper .second_level_wrapper span {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--base);
  font-size: 1.8rem;
}
.mega_menu .mega_menu--category .first_level_wrapper .second_level_wrapper .second_level {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.mega_menu .mega_menu--category .first_level_wrapper .second_level_wrapper .second_level .second_level--item {
  font-weight: 300;
  color: var(--base);
  font-size: 1.8rem;
}
.mega_menu .mega_menu--category .first_level_wrapper .second_level_wrapper .second_level .second_level--item a {
  font-weight: 300;
  color: var(--base);
  font-size: 1.8rem;
}

@media (max-width: 1100px) {
  .custom-header-wrapper .right-col .wishlist_icon, .custom-header-wrapper .right-col .profile-dropdown {
    display: none !important;
  }
  .custom-header-wrapper .right-col .mobile_profile_link {
    display: flex;
    align-items: center;
  }
  .custom-header-wrapper .right-col .mobile_profile_link img {
    max-height: 2.4rem;
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}
/* Hide mobile profile dropdown on desktop */
.mobile-profile-dropdown {
  display: none !important;
}

/* Hide the logout button in header since it's now in the mobile profile dropdown */
.logout-mobile-only {
  display: none !important;
}

/* Hide account sidebar navigation on mobile (now in mobile profile dropdown) */
@media (max-width: 1100px) {
  .block.block-collapsible-nav {
    display: none !important;
  }
}
/* Remove padding-top from account pages on mobile */
@media only screen and (max-width: 767px) {
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0 !important;
  }
}
@media (max-width: 1100px) {
  /* Overlay behind mobile profile content - starts below header */
  .mobile-profile-overlay {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999997;
  }
  .mobile-profile-overlay.active {
    display: block;
  }
  .mobile-profile-dropdown {
    display: flex !important;
    position: static;
    align-items: center;
  }
  .mobile-profile-dropdown .mobile-profile-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
    border-radius: 4px;
    transition: background-color 0.2s;
  }
  .mobile-profile-dropdown .mobile-profile-icon.active {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mobile-profile-dropdown .mobile-profile-icon img {
    max-height: 1.8rem;
    width: auto;
    height: 100%;
    object-fit: contain;
    min-width: 1.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background-color: #fff;
    z-index: 999998;
    overflow-y: auto;
  }
  .mobile-profile-dropdown .mobile-profile-content.active {
    display: block;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a {
    padding: 2rem 2.5rem;
    color: #000 !important;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s;
    position: relative;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:hover {
    background-color: #f9f9f9;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(4) {
    padding-bottom: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(4)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 1px;
    background-color: #e8e8e8;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(8) {
    padding-top: 2.5rem;
    margin-top: 0.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(8)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 1px;
    background-color: #e8e8e8;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a.mobile-profile-logout {
    padding-top: 2.5rem;
    margin-top: 0.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a.mobile-profile-logout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 1px;
    background-color: #e8e8e8;
  }
}
/* Remove padding-top from account pages on mobile */
@media only screen and (max-width: 767px) {
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0 !important;
  }
}
@media (max-width: 1100px) {
  /* Overlay behind mobile profile content - starts below header */
  .mobile-profile-overlay {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999997;
  }
  .mobile-profile-overlay.active {
    display: block;
  }
  .mobile-profile-dropdown {
    display: flex !important;
    position: static;
    align-items: center;
  }
  .mobile-profile-dropdown .mobile-profile-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
    border-radius: 4px;
    transition: background-color 0.2s;
  }
  .mobile-profile-dropdown .mobile-profile-icon.active {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mobile-profile-dropdown .mobile-profile-icon img {
    max-height: 1.8rem;
    width: auto;
    height: 100%;
    object-fit: contain;
    min-width: 1.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content {
    display: none;
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 6rem);
    background-color: #fff;
    z-index: 999998;
    overflow-y: auto;
  }
  .mobile-profile-dropdown .mobile-profile-content.active {
    display: block;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a {
    padding: 2rem 2.5rem;
    color: #000 !important;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s;
    position: relative;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:hover {
    background-color: #f9f9f9;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(4) {
    padding-bottom: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(4)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 1px;
    background-color: #e8e8e8;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(8) {
    padding-top: 2.5rem;
    margin-top: 0.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a:nth-child(8)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 1px;
    background-color: #e8e8e8;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a.mobile-profile-logout {
    padding-top: 2.5rem;
    margin-top: 0.5rem;
  }
  .mobile-profile-dropdown .mobile-profile-content .mobile-profile-links a.mobile-profile-logout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 1px;
    background-color: #e8e8e8;
  }
}
.test4215125 {
  z-index: 99998 !important;
}

/* Lower cookie banner z-index on mobile so  it's below the profil e menu  */
@media (max-width: 1100px) {
  #cookiescript_badge,
  #cookiescript_injected,
  #cookiescript_injected_wrapper,
  div[id^=cookiescript] {
    z-index: 99998 !important;
  }
  /* When mobile profile is active, hide the cookie badge completely */
  body:has(.mobile-profile-content.active) #cookiescript_badge {
    display: none !important;
  }
}
.mobile-search-bar {
  display: none;
}

@media (min-width: 768px), print {
  .page-header .mobile-search-bar .amsearch-wrapper-block {
    padding: 20px 0;
  }
}
@media (max-width: 1100px) {
  .mobile-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5%;
    z-index: 9;
    box-sizing: border-box;
  }
  .mobile-search-bar:before,
  .mobile-search-bar > *:before,
  .mobile-search-bar .amsearch-wrapper-block:before,
  .mobile-search-bar section:before {
    display: none !important;
    content: none !important;
  }
  .mobile-search-bar > * {
    width: 100%;
    max-width: 100%;
  }
  .mobile-search-bar .amsearch-wrapper-block,
  .mobile-search-bar .block-search {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }
  .mobile-search-bar .amsearch-input-wrapper {
    width: 100% !important;
    position: relative;
  }
  .mobile-search-bar .amsearch-input-wrapper input,
  .mobile-search-bar .amsearch-input-wrapper .amsearch-input {
    width: 100% !important;
    height: 40px;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .mobile-search-bar .amsearch-input-wrapper .amsearch-loupe,
  .mobile-search-bar .amsearch-input-wrapper .amsearch-button {
    position: absolute;
    right: 10px;
    left: auto;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .mobile-search-bar .amsearch-input-wrapper .-typed .amsearch-button.-loupe {
    opacity: 0 !important;
    pointer-events: none;
  }
  .mobile-search-bar .amsearch-input-wrapper .amsearch-close,
  .mobile-search-bar .amsearch-input-wrapper .amsearch-clear {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    z-index: 2;
  }
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-loupe,
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-button {
    display: none;
  }
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-close,
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-clear {
    display: flex;
  }
  .mobile-search-bar .amsearch-wrapper-block,
  .mobile-search-bar .amsearch-wrapper-block.-opened,
  .mobile-search-bar .amsearch-form-container {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
  }
  .mobile-search-bar .amsearch-results,
  .mobile-search-bar .amsearch-leftside,
  .mobile-search-bar .amsearch-products-section {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box;
  }
  .mobile-search-bar .block-search .block-content {
    width: 100%;
  }
  .mobile-search-bar .block-search .field.search {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .mobile-search-bar .block-search .field.search .label {
    display: none;
  }
  .mobile-search-bar .block-search .field.search .control {
    flex: 1;
    position: relative;
    width: 100%;
  }
  .mobile-search-bar .block-search .field.search .control input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .mobile-search-bar .block-search .field.search .actions {
    position: absolute;
    right: 0;
    top: 0;
  }
  .mobile-search-bar .block-search .field.search .actions .action.search {
    background: none;
    border: none;
    padding: 0 10px;
    height: 40px;
    cursor: pointer;
  }
  .mobile-search-bar .block-search .field.search .actions .action.search:before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #666;
  }
  .mobile-search-bar .block-search .field.search .actions .action.search span {
    display: none;
  }
  .mobile-search-bar .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: -20rem;
    right: auto;
    opacity: 0 !important;
    pointer-events: none;
    transition: unset;
  }
}
@media (max-width: 1100px) {
  .mobile-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5%;
    z-index: 9;
    box-sizing: border-box;
  }
  .mobile-search-bar:before,
  .mobile-search-bar > *:before,
  .mobile-search-bar .amsearch-wrapper-block:before,
  .mobile-search-bar section:before {
    display: none !important;
    content: none !important;
  }
  .mobile-search-bar > * {
    width: 100%;
    max-width: 100%;
  }
  .mobile-search-bar .amsearch-wrapper-block,
  .mobile-search-bar .block-search {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }
  .mobile-search-bar .amsearch-input-wrapper {
    width: 100% !important;
    position: relative;
  }
  .mobile-search-bar .amsearch-input-wrapper input,
  .mobile-search-bar .amsearch-input-wrapper .amsearch-input {
    width: 100% !important;
    height: 40px;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .mobile-search-bar .amsearch-input-wrapper .amsearch-loupe,
  .mobile-search-bar .amsearch-input-wrapper .amsearch-button {
    position: absolute;
    right: 10px;
    left: auto;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .mobile-search-bar .amsearch-input-wrapper .-typed .amsearch-button.-loupe {
    opacity: 0 !important;
    pointer-events: none;
  }
  .mobile-search-bar .amsearch-input-wrapper .amsearch-close,
  .mobile-search-bar .amsearch-input-wrapper .amsearch-clear {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    z-index: 2;
  }
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-loupe,
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-button {
    display: none;
  }
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-close,
  .mobile-search-bar .amsearch-wrapper-block.-opened .amsearch-input-wrapper .amsearch-clear {
    display: flex;
  }
  .mobile-search-bar .amsearch-wrapper-block,
  .mobile-search-bar .amsearch-wrapper-block.-opened,
  .mobile-search-bar .amsearch-form-container {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
  }
  .mobile-search-bar .amsearch-results,
  .mobile-search-bar .amsearch-leftside,
  .mobile-search-bar .amsearch-products-section {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box;
  }
  .mobile-search-bar .block-search .block-content {
    width: 100%;
  }
  .mobile-search-bar .block-search .field.search {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .mobile-search-bar .block-search .field.search .label {
    display: none;
  }
  .mobile-search-bar .block-search .field.search .control {
    flex: 1;
    position: relative;
    width: 100%;
  }
  .mobile-search-bar .block-search .field.search .control input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .mobile-search-bar .block-search .field.search .actions {
    position: absolute;
    right: 0;
    top: 0;
  }
  .mobile-search-bar .block-search .field.search .actions .action.search {
    background: none;
    border: none;
    padding: 0 10px;
    height: 40px;
    cursor: pointer;
  }
  .mobile-search-bar .block-search .field.search .actions .action.search:before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #666;
  }
  .mobile-search-bar .block-search .field.search .actions .action.search span {
    display: none;
  }
  .mobile-search-bar .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: -20rem;
    right: auto;
    opacity: 0 !important;
    pointer-events: none;
    transition: unset;
  }
}
@media (max-width: 1100px) {
  .checkout-index-index .mobile-search-bar,
  .checkout-onepage-success .mobile-search-bar,
  .customer-account-create .mobile-search-bar,
  .customer-account-logoutSuccess .mobile-search-bar,
  .customer-account-index .mobile-search-bar,
  .customer-account-edit .mobile-search-bar,
  .customer-account-login .mobile-search-bar,
  .customer-address-index .mobile-search-bar,
  .customer-address-form .mobile-search-bar,
  .sales-order-history .mobile-search-bar,
  .sales-order-view .mobile-search-bar,
  .wishlist-index-index .mobile-search-bar,
  .review-customer-index .mobile-search-bar,
  .newsletter-manage-index .mobile-search-bar,
  .vault-cards-listaction .mobile-search-bar,
  .downloadable-customer-products .mobile-search-bar,
  .paypal-billing-agreement-index .mobile-search-bar,
  .customer-account-forgotpassword .mobile-search-bar,
  .customer-account-createpassword .mobile-search-bar,
  [class*=customer-account-] .mobile-search-bar,
  [class*=checkout-] .mobile-search-bar {
    display: none !important;
  }
}
/* Lower cookie banner z-index on mobile so  it's below the profil e menu  */
@media (max-width: 1100px) {
  #cookiescript_badge,
  #cookiescript_injected,
  #cookiescript_injected_wrapper,
  div[id^=cookiescript] {
    z-index: 99998 !important;
  }
  /* When mobile profile is active, hide the cookie badge completely */
  body:has(.mobile-profile-content.active) #cookiescript_badge {
    display: none !important;
  }
}
@media (min-width: 1281px) and (max-width: 1434px) {
  .page-header .top-row {
    gap: 0.5rem;
    padding-right: 2rem;
  }
  .page-header .top-row .logoWrapper {
    padding-left: 1.5rem;
  }
  .page-header .top-row .logoWrapper img {
    max-width: 20rem;
    margin: 0.5rem;
  }
  .page-header .top-row .searchWrapper {
    max-width: 380px;
  }
  .page-header .top-row .linksWrapper {
    flex-direction: column;
    gap: 0.4rem;
    padding-right: 0;
    align-items: flex-end;
  }
  .page-header .top-row .linksWrapper div, .page-header .top-row .linksWrapper a {
    font-size: 1.4rem;
    gap: 0.7rem;
  }
  .headerNavigationBar .left-col {
    flex: 1 1 auto;
    min-width: 0;
  }
  .headerNavigationBar .right-col {
    flex: 0 0 auto;
    gap: 1.5rem;
    padding-right: 1rem;
  }
  .mega_menu {
    gap: 0.8rem;
  }
  .mega_menu .mega_menu_button {
    width: 26rem;
    padding: 2rem 2rem;
    font-size: 1.8rem;
  }
  .mega_menu .menu--item {
    padding: 2rem 1rem;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .page-header .top-row {
    gap: 0.5rem;
    padding-right: 2rem;
  }
  .page-header .top-row .logoWrapper {
    padding-left: 1rem;
  }
  .page-header .top-row .logoWrapper img {
    max-width: 16rem;
    margin: 0.5rem;
  }
  .page-header .top-row .searchWrapper {
    max-width: 280px;
  }
  .page-header .top-row .linksWrapper {
    flex-direction: column;
    gap: 0.4rem;
    padding-right: 0;
    align-items: flex-end;
  }
  .page-header .top-row .linksWrapper div, .page-header .top-row .linksWrapper a {
    font-size: 1.3rem;
    gap: 0.5rem;
  }
  .headerNavigationBar .left-col {
    flex: 1 1 auto;
    min-width: 0;
  }
  .headerNavigationBar .right-col {
    flex: 0 0 auto;
    gap: 1rem;
    padding-right: 0.8rem;
  }
  .mega_menu {
    gap: 0.4rem;
  }
  .mega_menu .mega_menu_button {
    width: 22rem;
    padding: 1.8rem 1.5rem;
    font-size: 1.6rem;
  }
  .mega_menu .mega_menu_button img {
    max-width: 2rem;
  }
  .mega_menu .menu--item {
    padding: 1.8rem 0.6rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=mega-menu.css.map */
