
/* =========================================================
   SK JAYA STORE — PRODUCT IMAGE FULL / NO CROP
   Semua foto produk tampil utuh, tanpa dipotong.
   ========================================================= */
.product-gallery .main-photo img,
.product-detail .main-photo img,
.product-photo-frame img,
.product-card .photo img,
.phone-photo img,
.gallery-main img,
.photo img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#f5f6f7!important;
}

/* Stable frame, image is contained within it */
.product-gallery .main-photo,
.product-detail .main-photo,
.product-photo-frame,
.gallery-main,
.product-card .photo,
.phone-photo,
.photo{
  overflow:hidden!important;
  background:#f5f6f7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Detail gallery */
.product-gallery .main-photo,
.product-detail .main-photo,
.product-photo-frame,
.gallery-main{
  aspect-ratio:4 / 5!important;
}

/* Product listing */
.product-card .photo,
.phone-photo,
.photo{
  aspect-ratio:1 / 1!important;
}

/* Mobile keeps full image too */
@media(max-width:700px){
  .product-gallery .main-photo,
  .product-detail .main-photo,
  .product-photo-frame,
  .gallery-main{
    aspect-ratio:1 / 1!important;
  }
  .product-card .photo,
  .phone-photo,
  .photo{
    aspect-ratio:1 / 1!important;
  }
}
