/* 2026-07-29 주문차단(제주·도서산간 배송지역 / 산지직송 택배공급불가일) 시각 처리.
   담기·주문 버튼만 회색으로 비활성 표시. 클릭은 살려 안내문구를 띄운다(commFunctions.jsp).
   상품 상세·후기·상세정보 등 나머지 정보는 무영향(그대로 노출·동작).
   body.order-blocked 클래스는 orderBlockYn/sanjiOffYn = Y 일 때 commFunctions.jsp가 부여. */

/* 상품상세 메인 담기/바로구매 버튼 — PC(#id_btnBasketM/S) + 모바일(.btn_order 내 초록버튼) */
body.order-blocked #id_btnBasketM,
body.order-blocked #id_btnBasketS,
body.order-blocked .btn_order .btn_green {
	opacity: 0.45 !important;
	filter: grayscale(100%) !important;
	cursor: not-allowed !important;
}
