.product-img img.product-lightbox { cursor: zoom-in; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-grid_wrapper { display: block !important; }
.product-content .box-title { text-align: center; margin: 16px 8px 4px; }
.image-lightbox { position: fixed; inset: 0; z-index: 100000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(0,0,0,.88); }
.image-lightbox.is-open { display: flex; }
.image-lightbox img { max-width: min(1100px, 94vw); max-height: 90vh; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.image-lightbox button { position: absolute; top: 18px; right: 22px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 30px; line-height: 1; cursor: pointer; }
body.lightbox-open { overflow: hidden; }
