/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/




/* If something leaves the body locked, re-enable vertical scrolling on mobile */
@media (max-width: 768px){
  html, body { overflow-y: auto !important; }
  body.wd-opened,
  body.wd-body-fixed,
  body.menu-open,
  body.mfp-zoom-out-cur,
  html.wd-body-fixed { 
    overflow-y: auto !important; 
    position: static !important;
  }

  /* Some sliders/overlays swallow touch events; allow vertical pan */
  .wd-product .swiper,
  .wd-product .wd-carousel { touch-action: pan-y !important; }
}
