/* Product Detail Pinch Zoom */

/* 줌 활성화 시 브라우저 기본 제스처 차단 */
.detail-page-img-area-wrapper.is-zoomed {
  touch-action: none;
}
