@media (min-width: 1042px) {
    .homeBody #headerNew:not(.fixed) { position:fixed; top: 0; left: 0; right: 0; z-index: 1; background: linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 45px, rgba(0,0,0,0) 100%); }
    .homeBody #headerNew:not(:hover, .fixed) .header-main { background: transparent; }
    .homeBody #headerNew:not(:hover, .fixed) .header-main #hb-logo img { filter: invert(1) brightness(10); }
    body.homeBody #headerNew:not(:hover, .fixed) .newHeaderNavigation:not(.mobileStyle) .newHeaderNavUl > li > a { color: #fff; }
    body.homeBody #headerNew:not(:hover, .fixed) #divTopProductSearch .newSearcBtnClick a i { filter: invert(1); }
    .homeBody #headerNew:not(:hover, .fixed) .header-favori-item a.favori-link.headerButon .svgIcon svg path { fill: #fff; }
    .homeBody #headerNew:not(:hover, .fixed) #divHeaderUyeV2 a.account-link.headerButon .svgIcon svg path { fill: #fff; }
    .homeBody #headerNew:not(:hover, .fixed) .cart-item a.header-cart-link.headerButon .svgIcon svg path { fill: #fff; }
    #headerNew.fixed { position: fixed; top: -100%; left: 0; right: 0; margin: 0; padding: 0; z-index: 1000; width: 100%; border: none; transition: top .3s ease-in-out; }
    .homeBody #headerNew.fixed { transition: none; top: 0; }
    #headerNew.fixed.gectop { top: 0; }
    body:not(.homeBody).margin { margin-top: 119px; }
}
@media (max-width: 768px) {
    body {padding-top: 0px!important;}
}