#ss-header {
  overflow-x: hidden; }
  #ss-header .hidden {
    display: none; }
  #ss-header .seller-store__header-fixed {
    position: fixed !important; }
  #ss-header .seller-store__header {
    position: relative;
    width: 100%;
    height: 119px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translate3d(0px, 0px, 0px); }
    #ss-header .seller-store__header__content-back {
      margin: 0 15px 0 15px;
      text-align: center;
      vertical-align: center;
      z-index: 2; }
      #ss-header .seller-store__header__content-back img {
        width: 15px; }
    #ss-header .seller-store__header__content-seller {
      display: flex;
      align-content: stretch;
      min-width: 0;
      width: 60%; }
    #ss-header .seller-store__header__content-follow {
      z-index: 2;
      margin-right: 15px;
      display: flex;
      width: 36%;
      justify-content: flex-end; }
      #ss-header .seller-store__header__content-follow__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white !important;
        height: 24px;
        font-weight: 600;
        font-size: 12px;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        right: 20px;
        padding: 0 12px;
        top: 25px; }
    #ss-header .seller-store__header__overlay {
      content: ' ';
      z-index: 1;
      display: flex;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0; }
  #ss-header .sticky-header-up {
    top: 50px;
    transition: all 0.5s ease; }
  #ss-header .follow {
    color: #333; }
  #ss-header .unfollow {
    color: #999; }
  #ss-header .blocked {
    pointer-events: none; }
  #ss-header .seller {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    min-width: 0; }
    #ss-header .seller-info__wrapper {
      line-height: 20px;
      z-index: 2; }
      #ss-header .seller-info__wrapper .seller-info {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        #ss-header .seller-info__wrapper .seller-info__name {
          font-size: 16px;
          font-style: normal;
          font-stretch: normal;
          justify-content: center;
          letter-spacing: normal;
          margin-right: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          z-index: 2; }
      #ss-header .seller-info__wrapper .seller__follower-count {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal; }
    #ss-header .seller-icon {
      border: solid 1px #e6e6e6;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      background-color: #ffffff;
      z-index: 2; }
      #ss-header .seller-icon img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%; }
  @media screen and (max-width: 414px) {
    #ss-header .seller-info__name {
      max-width: 150px; } }
  @media screen and (max-width: 375px) {
    #ss-header .seller-info__name {
      max-width: 110px; } }
  @media screen and (max-width: 360px) {
    #ss-header .seller-info__name {
      max-width: 90px; } }
  @media screen and (max-width: 320px) {
    #ss-header .seller-info__name {
      max-width: 60px; } }
  #ss-header .score {
    width: 34px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    font-size: 10px;
    z-index: 2; }
    #ss-header .score-actual {
      font-size: 12px; }
    #ss-header .score-max {
      font-size: 8px; }
  #ss-header .search {
    background-color: #f5f5f5;
    margin: 15px;
    border-radius: 5px;
    display: flex;
    z-index: 2; }
    #ss-header .search form {
      width: 100%; }
      #ss-header .search form input[type='search'] {
        width: 100%;
        height: 32px;
        border: none;
        color: #7a797b;
        background: url("https://cdn.dsmcdn.com/seller-store/mobilewebgw/resources/search-ico.png") no-repeat scroll 9px 9px;
        background-size: 15px;
        padding-left: 35px; }
        #ss-header .search form input[type='search']::placeholder {
          font-size: 16px;
          font-weight: 500;
          line-height: 21px;
          color: #999999; }
  #ss-header .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center; }
  #ss-header .column {
    display: flex;
    flex-direction: column;
    flex: 1; }

/*# sourceMappingURL=ss-header.style.css.map*/