header#headerNew { position: sticky; top: 0; z-index: 1001; }


@media screen and (min-width:1100px) {
    #headerNew .cart-item a.header-cart-link.headerButon .sepetUrunSayisi { display: block; position: absolute; right: -8px; top: 12px; width: 14px; line-height: 14px; text-align: center; border-radius: 100%; color: #fff; font-size: 10px; background-color: #cc9966; }

    #headerNew .header-favori-item a.favori-link .header-favori-count #favCount { display: block; position: absolute; right: 0px; top: 8px; width: 14px; line-height: 14px; text-align: center; border-radius: 100%; color: #fff; font-size: 10px; background-color: #cc9966; }

}

@media screen and (min-width:768px) and (max-width:1099px) {
    .cart-item a.header-cart-link.headerButon .sepetUrunSayisi { right: -12px; top: -8px; }
}

@media screen and (max-width: 767px) {
    body:has(#headerNew) {
        padding-top: 0px;
    }
}