.preview-notice { position: relative; z-index: 9999; padding: 7px 12px; background: #f1eee6; color: #514b3f; text-align: center; font: 600 11px/1.45 Inter, sans-serif; border-bottom: 1px solid #dfd9ce; }
#checkout-preview-notice { position: fixed; z-index: 100000; bottom: 110px; left: 50%; transform: translateX(-50%); width: min(90%, 460px); padding: 16px 20px; border-radius: 12px; background: #252942; color: white; box-shadow: 0 4px 24px #0004; font: 600 14px/1.5 Inter, sans-serif; text-align: center; }
