.store-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 260px);
    padding: 0 24px;
}

.store-coming-soon {
    font-family: 'Suisse Intl Mono', monospace;
    letter-spacing: -0.15cm;
    font-size: 60px;
    color: #f3f3f3;
    text-shadow: 0 0 20px rgba(243, 243, 243, 0.5), 0 0 40px rgba(243, 243, 243, 0.25);
    text-align: center;
}

/* Safari-only: remove all blur & glow site-wide */

