/* Green Pi V6.31 - product gallery visibility correction */
body.single-greenpi_product .gp-premium-gallery--single{
  grid-template-columns:minmax(0,1fr) !important;
  width:100%;
}
body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage{
  width:100%;
  min-width:0;
  min-height:520px;
  border-radius:26px;
  background:
    radial-gradient(circle at 50% 42%,rgba(76,224,190,.12),transparent 28%),
    radial-gradient(circle at 50% 110%,rgba(18,145,180,.12),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(0,0,0,.17));
}
body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:520px !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:28px !important;
  transform-origin:center center;
}
body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage:hover img{
  transform:scale(1.075) !important;
}

/* Multi-image products retain thumbnail rail, but main visual gains more presence */
body.single-greenpi_product .gp-premium-gallery:not(.gp-premium-gallery--single) .gp-premium-gallery__stage{
  min-height:500px;
}
body.single-greenpi_product .gp-premium-gallery:not(.gp-premium-gallery--single) .gp-premium-gallery__stage img{
  max-height:500px;
  padding:18px;
}

/* A subtle frame helps pale/transparent product imagery read better */
body.single-greenpi_product .gp-premium-gallery__stage::after{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.045);
  border-radius:18px;
  pointer-events:none;
}

@media(max-width:1180px){
  body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage{min-height:460px}
  body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage img{max-height:460px!important}
}
@media(max-width:820px){
  body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage{min-height:370px}
  body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage img{max-height:370px!important;padding:18px!important}
}
@media(max-width:560px){
  body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage{min-height:310px}
  body.single-greenpi_product .gp-premium-gallery--single .gp-premium-gallery__stage img{max-height:310px!important;padding:12px!important}
}
