
/* NobleToyz Jr. — Shop Lightbox (inline-extracted) */
.ntjLB{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.78);z-index:999999}
.ntjLB[aria-hidden="false"]{display:flex;animation:ntjFade .16s ease-out}
.ntjLB figure{position:relative;margin:0;max-width:96vw;max-height:90vh;background:#0b0f14;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.5);animation:ntjPop .18s ease-out}
.ntjLB img{max-width:96vw;max-height:90vh;display:block;object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}
.ntjLB button{position:absolute;top:8px;right:8px;border:0;border-radius:10px;background:rgba(20,20,20,.8);color:#fff;font-weight:700;padding:8px 10px;cursor:pointer}
html.ntjLock,body.ntjLock{overflow:hidden!important}
@keyframes ntjFade{from{opacity:0}to{opacity:1}}
@keyframes ntjPop{from{transform:scale(.98)}to{transform:scale(1)}}
