@charset "utf-8";

.ribbon { --ribbon-menu-primary-color: #a05d5d; --ribbon-search-button-color: #a05d5d; --ribbon-search-button-hover-color: #704141; }

@media screen and (max-width: 599px) {
  .desk-header { display: none; }
}

@media screen and (min-width: 600px) {
  .mob-header { display: none; }
}

.ribbon_wrapper { position: relative; }

.ribbon__menu-button--mobile { display: none; position: absolute; left: 0px; top: 0px; bottom: 0px; min-width: 44px; z-index: 10; margin: 0px; align-items: center; justify-content: center; background: rgb(255, 255, 255); }

.ribbon__menu-button--mobile .ribbon-button__button { background: transparent; }

@media screen and (max-width: 599px) {
  .ribbon__menu-button--mobile { display: flex; }
}
