/**
 * Location: /wp-content/plugins/suntechmall-engine/modules/widgets/assets/css/stm-product-sidebar-sticky.css
 * Purpose:
 * - Safe base CSS for the JS-bounded STM Big Card sticky behavior.
 * - Does not use CSS-only sticky fallback because that can jump above the original widget position.
 *
 * @package SuntechMallEngine
 */
@media (min-width: 992px) {
  .single-product aside.stm-sidebar--product,
  .single-product aside.stm-sidebar--shop,
  .single-product aside.stm-sidebar,
  .single-product aside.stm-sidebar--product .stm-sidebar__inner,
  .single-product aside.stm-sidebar--shop .stm-sidebar__inner,
  .single-product aside.stm-sidebar .stm-sidebar__inner {
    overflow: visible !important;
  }

  .single-product .stm-bigcard-sticky[data-stm-bigcard-sticky="1"] {
    will-change: top, left, width;
  }

  .single-product [data-stm-sticky-placeholder="1"] {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
