body:before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:9999;pointer-events:none}body:has([id*=wishlist][role=dialog].active):before,body:has([id*=wish-list][role=dialog].active):before{opacity:1;visibility:visible;pointer-events:auto}