/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

@media (min-width: 993px) {
  /* 1) Turn OFF the default sticky summary */
  .theme-shoptimizer.single-product div.product .summary {
    position: static;   /* or: unset; */
    top: auto;
  }

  /* 2) Make the LEFT (gallery) sticky instead */
  .theme-shoptimizer.single-product div.product .product-details-wrapper > .images,
  .theme-shoptimizer.single-product div.product #commercegurus-pdp-gallery-wrapper {
    position: sticky;
    top: 30px;          /* match your existing offset */
    align-self: flex-start;
  }
}