/* 紅陽宇你購 H5 共用樣式（沿用 example.html） */

body {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.glass-modal {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(6px);
}

/* 隱藏滾動條但保持滑動 */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
