@media (min-width:992px) {
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 1294px;
      }
      .sticky + .content {
        padding-top: 60px;
      }
    
      .sticky #search-button-desktop{
        height: 40px;
        padding: 20px;
        border-bottom-left-radius: 7px;
        border-top-left-radius: 7px;
        margin-right: 8px;
      }
    
      .sticky .sub-menu{
        top:55px
      }
    
      .sticky .navbar-bar{
        max-height: 53px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
      }
    
      .sticky .navbar-brand img{
        height: 30px;
      }
    
      .sticky svg:has(.magnifier){
        width: 18px;
      }
    
      /* header:has(.sticky) + main{
        padding-top: 20px;
      } */

      #parent-sticky:has(.sticky){
        display: flex;
        justify-content: center;
      }
}