/* =========================================================
   PGP v240 — rollback bad v239 home product card sizing
   This file restores normal homepage product card sizing if v239 CSS is still cached.
   ========================================================= */

html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product:not(.pgp-most-garage){
  height:inherit!important;
  min-height:unset!important;
  max-height:none!important;
}

html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product:not(.pgp-most-garage) > .pgp-most-media{
  position:absolute!important;
  inset:0!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  border-radius:inherit!important;
}

html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product:not(.pgp-most-garage) > .pgp-most-info{
  position:absolute!important;
  left:13px!important;
  right:13px!important;
  bottom:13px!important;
  top:auto!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  padding:0!important;
  background:transparent!important;
}

html body #home :is(.pgp-most-viewed-card,.pgp-home-managed-section) .pgp-most-product:not(.pgp-most-garage) > .pgp-most-info span{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
