.elementor-257 .elementor-element.elementor-element-5047849{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-257 .elementor-element.elementor-element-943f418 > .elementor-widget-container{padding:35px 35px 35px 35px;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================
   STORE PAGE CONTAINER
   ========================= */

#store-loading-page {
  min-height: 50vh;
  width: 100%;
  background: #000;
  color: #00ff33;
  font-family: "Workbench", "Courier New", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

/* =========================
   WINDOW
   ========================= */

.store-loading-window {
  width: 80%;
  max-width: 900px;
  background: #000;
  color: #00ff33;
  border: 2px solid #00ff33;
  box-shadow: 0 0 18px rgba(0, 255, 51, 0.35);
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

/* =========================
   HEADER (RESPONSIVE)
   ========================= */

.store-loading-header {
  font-size: clamp(18px, 3.5vw, 32px);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #00ff33;
  padding-bottom: 12px;
}

/* =========================
   BODY TEXT
   ========================= */

.store-loading-body {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.6;
}

/* =========================
   STATUS BLINK
   ========================= */

#store-loading-status {
  animation: storeBlink 1s steps(2, start) infinite;
}

@keyframes storeBlink {
  to {
    visibility: hidden;
  }
}

/* =========================
   PROGRESS BAR
   ========================= */

.store-progress {
  margin: 20px auto;
  height: 14px;
  width: 100%;
  border: 2px solid #00ff33;
  background: #000;
  overflow: hidden;
}

.store-progress-bar {
  height: 100%;
  width: 0%;
  background: #00ff33;
  transition: width 3s linear;
}

/* =========================
   SMALL TEXT
   ========================= */

.store-loading-small {
  font-size: 12px;
  opacity: 0.85;
  margin-top: 14px;
}/* End custom CSS */