@media (max-width: 1024px) {
  body.force-cart-drawer-mobile .vicora-mobile-header,
  html.force-cart-drawer-mobile .vicora-mobile-header,
  body.cc-drawer-active .vicora-mobile-header,
  html.cc-drawer-active .vicora-mobile-header,
  body.vicora-search-popup-open .vicora-mobile-header,
  html.vicora-search-popup-open .vicora-mobile-header {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .ast-mobile-header-wrap,
  .ast-header-break-point .main-header-bar,
  .ast-header-break-point #masthead .main-header-container,
  .ast-header-break-point .site-header-primary-section-left,
  .ast-header-break-point .site-header-primary-section-right,
  .ast-header-break-point .ast-builder-grid-row-container,
  .ast-header-break-point .ast-builder-layout-element[data-section="section-header-mobile-trigger"],
  .ast-header-break-point .ast-builder-layout-element[data-section="mobile-header-logo"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body {
    padding-top: 110px !important;
  }

  .vicora-mobile-header {
    position: fixed;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 760px;
    height: 88px;
    z-index: 999999;
    border-radius: 999px;
    border: 1.5px solid #d8b56a;
    background:
      radial-gradient(200px 90px at 12% 25%, rgba(216, 181, 106, 0.25), transparent 65%),
      radial-gradient(260px 100px at 88% 78%, rgba(216, 181, 106, 0.20), transparent 70%),
      linear-gradient(110deg, #f7f1e8 0%, #efe6d8 49%, #f5efe5 100%);
    box-shadow:
      0 10px 45px rgba(0, 0, 0, 0.18),
      0 0 28px rgba(216, 181, 106, 0.32),
      inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    overflow: hidden;
  }

  .vicora-mobile-header::before {
    content: "";
    position: absolute;
    left: 3%;
    right: 3%;
    top: 7px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
  }

  .vicora-mobile-header::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
      radial-gradient(circle at 10% 48%, rgba(255, 255, 255, 0.55) 0 2px, transparent 3px),
      radial-gradient(circle at 86% 15%, rgba(255, 232, 173, 0.75) 0 2px, transparent 3px),
      radial-gradient(circle at 72% 88%, rgba(255, 232, 173, 0.75) 0 2px, transparent 3px);
  }

  .vicora-mobile-header-inner {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0 22px;
    color: #0b2c26;
  }

  .vicora-mobile-header-logo {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  .vicora-mobile-header-logo img {
    height: 42px;
    width: auto;
    display: block;
    object-fit: contain;
  }

  .vicora-mobile-header-cart {
    justify-self: end;
    width: 38px;
    height: 38px;
    position: relative;
    color: #0b2c26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .vicora-mobile-header-cart img {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
  }

  .vicora-mobile-header-cart::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d8b56a;
    box-shadow: 0 0 8px rgba(216, 181, 106, 0.8);
  }
}

@media (min-width: 1025px) {
  .vicora-mobile-header {
    display: none !important;
  }
}
