/* Passenger Confessions v1.16 — merch popup crop correction.
   Keep the model's head in frame while preserving the compact popup footprint. */
.product-pop img{
  height:210px;
  object-fit:cover;
  object-position:center top;
}

/* Cutover CSP cleanup: forced popup QA state is expressed in external CSS. */
.product-pop[data-qa-forced]:not([hidden]){
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  z-index:9999!important;
}

@media(max-width:600px){
  .product-pop img{
    height:210px;
    object-position:center top;
  }
}
