/* Sticky gallery (forced by JS) – Kadence / Woo */
@media (min-width: 1024px) {

  /* kleimy wrapper galerii, nie elementy splide */
  .single-product .ksk-gallery.glosoft-sticky {
    position: relative;
    align-self: flex-start;
    will-change: transform;
    transform: translate3d(0, var(--glosoft-sticky-y, 0px), 0);
  }

  /* typowe “psujki” – zostawiamy overflow widoczny */
  .single-product .entry-content-wrap.product,
  .single-product .content-area,
  .single-product .site-content,
  .single-product .summary.entry-summary {
    overflow: visible !important;
  }
}
