/* V14.1 — SCROLL FIX ONLY.
   No typography, color, spacing, sizing, card, icon, or visual design overrides. */

@media (min-width:1025px){
  /* Let the document own vertical scrolling. */
  .product-page .product-hero-grid{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    align-items:start!important;
  }

  /* Remove nested gallery scroll trap while preserving existing gallery styling. */
  .product-page .product-media-column{
    position:relative!important;
    top:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
    scroll-snap-type:none!important;
  }

  /* Keep existing right-side product panel behavior visually intact. */
  .product-page .product-info-panel{
    position:sticky!important;
    top:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    overscroll-behavior:auto!important;
  }

  .product-page .product-media-shot{
    scroll-snap-align:none!important;
  }
}

@media (max-width:1024px){
  .product-page .product-hero-grid,
  .product-page .product-media-column,
  .product-page .product-info-panel{
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
}
