@media (max-width: 767px) {
  .mobile-search--fixed {
    position: fixed;
    top: 55px;
    z-index: 20;
    background-color: #F2F5F9;
    border-bottom: 1px solid #DEDEDE;
    padding: 5px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s; }
  .menuMobile--bottom .mobile-search--fixed {
    top: auto;
    bottom: 3.4375rem; }
  .mobileSearch label.mobileSearch__textfield {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE; }
    .mobileSearch label.mobileSearch__textfield input {
      width: 100%;
      padding-left: 10px; }
  .mobileSearch .mobileSearch__label {
    background-color: #FFFFFF; }
  .searchIcon {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: absolute; }
  .searchHamburgerMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; }
    .searchHamburgerMenu::before, .searchHamburgerMenu::after {
      content: "";
      display: block;
      background-color: #FFFFFF;
      height: 0.125rem;
      width: 1.25rem;
      transition: opacity 0.8s ease-in-out, transform 0.3s ease-out;
      position: absolute; }
    .searchHamburgerMenu::after {
      transform: translateY(-6px); }
    .searchHamburgerMenu::before {
      transform: translateY(6px); } }
/*# sourceMappingURL=mobile-search--fixed.css.map */
