/** Shopify CDN: Minification failed

Line 147:7 Expected identifier but found "."
Line 155:0 Unexpected "}"

**/
  /*********** HEADER CSS ***********/
  /* .site-navigation {
    width: auto;
    
  }
  .site-navigation .navmenu-depth-1 {
    display: inline-block;
  }
  .site-navigation-wrapper {
    width: 100%;
    text-align: center;
    display: flex;
  }  */

  /* ── 1. Hide the announcement bar on this page ── */
  .site-announcement {
    display: none;
  }

  /* ── 2. Transparent, overlapping header ── */
  body:has(.pf-flex-section) .site-header {
    position: absolute !important;
  }
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header-wrapper {
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header-main {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0px 50px !important;
    margin:20px 0px !important;
    min-width: 100% !important;
  }

  /* ── 3. Remove top margin/padding from main content so it sits under the header ── */
  #site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* ── 4. Layout: logo left, nav + actions pushed right ── */
  .site-header-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px 20px 40px;
    margin-right: 10px !important;
  }

  .site-header-logo .site-logo-image {
    max-height: 60px;
  }

  .site-navigation {
    background-color: transparent !important;
    padding: 0px;
  }

  /* Push navigation and actions to the right */
  .site-navigation-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  .navmenu-depth-1 {
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .navmenu-link-depth-1 {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.02em;
    padding: 12px 8px;
  }

  .navmenu-link-depth-1:hover {
    font-weight: 800;
  }

  body.white-text-header {
    .navmenu-link-depth-1,
    .site-header-right,
    .site-header-cart--button {
      color: #fff !important;
    }
  }
  body:not(.white-text-header) {
    .navmenu-link-depth-1 {
      color: #333 !important;
    }
  }

  /* Actions (cart/account icons) inline with nav */
  .site-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .site-header-cart {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center;
    height: auto;
    flex: 0 0 auto;
  }

  .site-header-actions__account-link {
    margin-right: 0px !important;
  }

  /* ── 5. Hide the hamburger toggle on desktop ── */
  @media (min-width: 768px) {
    .site-header-menu-toggle {
      display: none;
    }
  }

  /* PAGEFLY GLOBAL SETTINGS */
  /* Increase the width of all template sections */
  body..template-product .pf-flex-section {
    max-width: 1500px !important;
  }

  /* Increase the width of all template sections */
  .pf-flex-section form > [data-pf-type="FlexBlock"] {
    margin-top: 150px;
  }
}