  .header-wrapper.has-save-icon {
    grid-template-columns: 48px auto 96px;
  }
  .header-wrapper.no-border {
    border: 0 !important;
  }
  
  .has-banner {
    height: 112px;
  }
  
  .header-wrapper.one-entity-header {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #EDEDED; 
  }
  .header-wrapper.box-shadow {
    box-shadow: 0px 4px 8px rgba(151, 151, 151, 0.15);
  }
  .header-wrapper span {
    display: flex;
  }
  .header-wrapper span button {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border: unset;
    background: unset;
    box-shadow: unset;
    padding: 0;
  }
  .header-wrapper span button:focus-visible {
    outline: unset;
    box-shadow: unset;
  }
  .header-wrapper span button svg {
    width: 24px;
    height: 24px;
  }
  .header-wrapper span.back-icon {
    position: absolute;
    right: 16px;
  }
  .header-wrapper h1 {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .header-wrapper span svg {
    width:24px
  }
  .header-title{
    width: 100%;
  }
  .header-title h1{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #030303;
  }
  .header-wrapper.no-back {
    justify-content: left;
  }
  
  .product-view-logo{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-view-logo img {
    width: 88px;
  }
  .save-user {
    position: relative;
  }
  #header-has-no-search{    
    display: none;
  }
  @media (max-width: 991px){
    #header-has-no-search {
      /* position: fixed;
      z-index: 100;
      top: 0;
      right: 0; */
      width: 100%;
      direction: rtl;
      align-items: center;
      text-align: center;
      background-color: #ffffff;
      padding: 4px;
      background: #ffffff;
      gap: 4px;
      display: flex;
      flex-direction: column;
    }
    .header-wrapper{
      width: 100%;
      /* height: 56px; */
      display: grid;
      grid-template-columns: 48px auto 48px;
    }
    .header-wrapper .product-inner-header {
      font-size: 16px;
      font-weight: 500;
      line-height: 27px;
      display: inline-block !important;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: opacity 0.1s ease;
      text-align: right;
      opacity: 0;
      white-space: nowrap;
      /* max-width: 100%;  */
    }
  }