/* handling incorrect image trackers which break layout */
body > img[width='0'], body > img[width='1'] {
    position: absolute;
}

/* fixing main nav search on mobile -- so it's immediately visible as an icon, not a square without mask */
.part_icn_a.npg_header_search_button::after {
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmVyc2lvbj0iMS4wIj48cGF0aCBkPSJNMCAwaDEydjEySDB6IiBzdHlsZT0iZmlsbDpub25lIi8+PC9zdmc+);
}
.npg_container .part_icn_a.npg_header_search_button::after {
    mask: url(../images/icons/icon_search.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
}
