/* cc956-promo-popup-fix 20260806: Magnific 在觸控裝置預設把彈窗改成 absolute（跟著頁面捲走），
   這裡只鎖促銷彈窗專用的 basel-popup-effect class，蓋掉 inline position/top，
   讓彈窗固定在畫面中間；背景維持可捲動。 */
.mfp-wrap.basel-popup-effect {
	position: fixed !important;
	top: 0 !important;
	overflow-y: auto;
}
.mfp-bg.basel-popup-effect {
	position: fixed !important;
	top: 0 !important;
	height: 100% !important;
}
