
/* FORCE HEADER STYLES */
.sm-header {
  all: unset;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
}

.sm-header * {
  box-sizing: border-box;
}

.sm-header__top {
  background: #0F2B46;
  color: #fff;
  padding: 8px 0;
  text-align: center;
}

.sm-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm-header__menu-left {
  display: flex;
  gap: 20px;
}

.sm-header__bottom {
  border-top: 1px solid #E5E7EB;
}

.sm-header__categories {
  display: flex;
  gap: 24px;
  align-items: center;
}



#header {
  display: none !important;
}
