/* ZooMag Product Gallery Fill — 2026-04-25
   After variant buttons were added, the info column became taller.
   This expands the gallery/thumb area so the left side does not feel empty. */

@media (min-width: 992px){
  body.zoomag-2026.product-product .zoohub-product-jungle,
  body.zoomag-2026 #product-product .zoohub-product-jungle,
  .zoohub-product-showcase .zoohub-product-jungle{
    grid-template-columns:minmax(520px,1.08fr) minmax(420px,.92fr) !important;
    align-items:stretch !important;
  }

  body.zoomag-2026.product-product .zoohub-gallery-den,
  body.zoomag-2026 #product-product .zoohub-gallery-den,
  .zoohub-product-showcase .zoohub-gallery-den{
    min-height:100% !important;
  }

  body.zoomag-2026.product-product .zoohub-gallery-habitat,
  body.zoomag-2026 #product-product .zoohub-gallery-habitat,
  .zoohub-product-showcase .zoohub-gallery-habitat{
    position:sticky;
    top:14px;
  }

  body.zoomag-2026.product-product .zoohub-image-frame,
  body.zoomag-2026 #product-product .zoohub-image-frame,
  .zoohub-product-showcase .zoohub-image-frame{
    aspect-ratio:1 / 1.08 !important;
    min-height:clamp(540px,48vw,690px) !important;
    max-height:760px !important;
  }

  body.zoomag-2026.product-product .zoohub-gallery-image,
  body.zoomag-2026 #product-product .zoohub-gallery-image,
  .zoohub-product-showcase .zoohub-gallery-image{
    padding:8px !important;
    object-fit:contain !important;
  }

  body.zoomag-2026.product-product .zoohub-gallery-thumbnails,
  body.zoomag-2026 #product-product .zoohub-gallery-thumbnails,
  .zoohub-product-showcase .zoohub-gallery-thumbnails{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  body.zoomag-2026.product-product .zoohub-thumb-frame,
  body.zoomag-2026 #product-product .zoohub-thumb-frame,
  .zoohub-product-showcase .zoohub-thumb-frame{
    min-height:104px !important;
  }

  body.zoomag-2026.product-product .zoohub-gallery-thumb-image,
  body.zoomag-2026 #product-product .zoohub-gallery-thumb-image,
  .zoohub-product-showcase .zoohub-gallery-thumb-image{
    object-fit:contain !important;
    padding:5px !important;
    background:#fff !important;
  }
}

@media (min-width: 1400px){
  body.zoomag-2026.product-product .zoohub-image-frame,
  body.zoomag-2026 #product-product .zoohub-image-frame,
  .zoohub-product-showcase .zoohub-image-frame{
    min-height:620px !important;
  }
}

@media (max-width: 991.98px){
  body.zoomag-2026.product-product .zoohub-gallery-thumbnails,
  body.zoomag-2026 #product-product .zoohub-gallery-thumbnails,
  .zoohub-product-showcase .zoohub-gallery-thumbnails{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:10px !important;
  }
}
