#preloader { position: fixed; inset: 0; background: #F4F4F4; display: flex; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.8s ease; } #preloader-text { font-family: var(--e-global-typography-primary-font-family); font-size: 4rem; color: #0a0a0a; position: relative; text-align: center; } #squiggle { position: absolute; left: 50%; transform: translateX(-50%); margin-top: 12px; width: 0; height: 12px; background-image: repeating-linear-gradient( -45deg, #E04527 0, #E04527 6px, transparent 6px, transparent 12px ); background-size: 16px 16px; transition: width 0.4s ease; } .fade-out { opacity: 0; } .center-name { position: absolute; left: 50%; transform: translateX(-50%); }