/** Shopify CDN: Minification failed

Line 7:4 Unexpected "<"
Line 537:4 Unexpected "<"

**/
    <style>
      a {
        color: #000;
        text-decoration: none;
      }
      .container {
        margin: 0 auto;
        padding: 0 24px;
      }
.header-shift {
  margin-top: 36px;
  transition: margin 0.3s ease;
}


      header {
        background-color:#faf9fb !important;
        border-bottom: 1px solid var(--subtle);
        position: fixed;
        width:100%;
        top: 0;
        z-index: 60;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter : blur(14px);
      }
      .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 68px;
      }
      .logo {
        display: flex;
        align-items: center;
        width: 80px;
        height: 28px;
        gap: 8px;
        font-weight: 700;
        font-size: 1.25rem;
        /* background-color: var(--subtle);
        border-radius: 100%; */
      }
      .logo img {
        width: 100%;
        height: 100%;
      }

      /* nav */
      nav {
        display: flex;
        align-items: center;
        gap: 20px;
      }
      nav a {
        display: flex;
        align-items: center;
        height: 68px;
        font-weight: 700;
        font-size:13px;
            letter-spacing: 0.65px;
    line-height: 18px;
        padding: 0 6px;
        border-bottom: 4px solid transparent;
        transition: all 0.22s ease;
        text-decoration:none !important;
        color:#000 !important;
      }
      nav a:hover {
        color:#282828 !important;
        border-color:#282828 !important;
      }
      nav .active {
        color: var(--secondary);
        border-color: var(--secondary);
      }
      .right-icons {
        display: flex;
      }

      /* mega menu (always in DOM) */
      .mega-menu {
        position: absolute;
        left: 50%; /* move to center horizontally */
        top: 100%; /* place below the parent nav item */
        width: 90vw;
        border-radius: 0px 0px 12px 12px;
        background: var(--neutral);
        border-bottom: 1px solid var(--subtle);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08),
          0 4px 6px -4px rgba(0, 0, 0, 0.06);
        background-color: #faf9fb !important;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        opacity: 0;
        transform: translate(
          -50%,
          -12px
        ); /* center horizontally & initial Y offset */
        pointer-events: none;
        will-change: transform, opacity;
        z-index: 20;
      }

      .mega-menu-grid {
        max-width: 1280px;
        justify-content : center;
        padding: 28px 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
      }
      .mega-menu h3 {
        font-size : 14px ;
        font-weight: 700;
        margin-bottom: 10px;
        color: #282828 !important;
      }
      .mega-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .mega-menu li {
        margin-bottom: 8px;
      }
      .mega-menu a {
        height: 20px;
        font-size: 1.3rem; 
        color: rgb(40, 40, 40) !important;
        transition: color 0.18s;
        padding: 0;
        font-weight: 400;
        font-size:12px;
      }
      .mega-menu a:hover {
        text-decoration:underline;
        color: #000;
        border:none !important ;
      }

      /* search & icons */
      .search-box {
        position: relative;
        max-width: 220px;
        width: 100%;
      }
      .search-box input {
        width: 100%;
        padding: 11px 11px 11px 36px;
        border-radius: 12px;
        border:none !important;
        background-color:#f3f3f3; 
      }
      .search-box svg {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        color: var(--muted);
      }
      .icon-btn {
        padding: 8px;
        border-radius: 9999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background 0.18s;
        margin-left:16px;
      }
      .icon-btn:hover {
        background:rgb(218, 218, 218);
      }
      .cart-badge {
        position: absolute;
        right: 3px;
        top: 3px;
        transform: translate(40%, -40%);
        background: var(--subtle);
        color: rgba(97, 97, 97, 1);
        border-radius: 9999px;
        width: 7px;
        height: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.7rem;
        font-weight: 700;
      }

      /* main hero section  */
      main {
        position: relative;
        overflow: hidden;
        height: auto;
      }
      .hero-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
      }
      .hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      /* bluer effect on header on scroll  */
      .blur {
        background: rgb(0 0 0 / 80%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
      }
      /* small responsive tweak */
      @media (max-width: 900px) {
        .mega-menu-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        .nav-wrapper{
          order : 2;
        }
      }
      @media (max-width: 560px) {
        nav {
          display: none;
        } /* we can add a mobile menu separately later */
      }
      .hamburger {
        display: none;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        width: 25px;
        height: 16px;
        justify-content: center;
      }
      .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background:rgb(0, 0, 0);
        border-radius: 2px;
        transition: 0.3s;
      }
      .hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.hamburger span {
  transition: all 0.3s ease;
}

      /* mobile nav menu */
      .mobile-nav {
        /* display: none; */
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #faf9fb !important;
        backdrop-filter: blur(14px);
        border-top: 1px solid var(--subtle);
        flex-direction: column;
        gap: 10px;
        padding: 16px;
        z-index: 50;
        opacity: 0;
        transform: translateY(-200%);
        will-change: transform, opacity;
      }
      /* .mobile-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 1rem;
  border-top: 1px solid #eee;
} */
 .mobile-nav a,
.mobile-nav button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
  color: rgba(97, 97, 97, 1) !important;
  font-size: 1rem;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  text-decoration:none !important;
}

/* submenu styling */
.submenu {
  display: none;
  flex-direction: column;
  padding-left: 1rem;
  border-left: 2px solid #5a0117;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}
.submenu.open {
  display: flex;
}

/* sub-submenu */
.sub-submenu {
  padding-left: 1rem;
  border-left: 2px dashed #5a0117;
}

/* chevron icon */
.chevron-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  stroke: rgba(97, 97, 97, 1) !important;
}
.submenu-toggle.open .chevron-icon {
  transform: rotate(180deg);
}

/* hamburger toggle - show mobile menu */
#hamburger.active + .right-icons + .mobile-nav,
.mobile-nav.active {
  display: flex;
}

@media (max-width: 992px) {
  .mobile-nav {
    display: none;
  }
  .mobile-nav.active {
    display: flex;
  }
}
      .mobile-nav a {
        padding: 10px 0;
        font-weight: 600;
        color: var(--secondary);
      }
      .mobile-nav a:hover {
        color: var(--primary);
      }
      .mobile-nav.active {
        display: flex;
      }

      /* adjust mega menu inside mobile */
@media (max-width: 560px) {
  nav {
    display: none; /* hide desktop nav */
  }

  /* SHOW search + icons + hamburger */
  .search-box {
    display:none;
  }

  .right-icons {
    display: flex !important;
    align-items: center;
  }

  .icon-btn ,.icon-btn img {
    display: flex !important;
  }
    .icon-btn {
    display: flex !important;
    width:40px;
      margin-left:4px;
  }

  /* MOBILE HEADER ALIGNMENT */
  .header-inner {
    display: grid;
    grid-template-columns: 40px 1fr 80px; 
    align-items: center;
  }

  /* Hamburger left */
  .hamburger {
    display: flex;
    order: 1;
    justify-self: start;
  }

  /* Logo centered */
  .logo {
    order: 2;
    justify-self: center;
    margin: 0 auto;
  }

  /* Search + Cart right */
  .right-icons {
    order: 3;
    justify-self: end;
  }

  /* Mega menu adjustments */
  .mega-menu {
    position: relative;
    box-shadow: none;
    backdrop-filter: none;
    background: transparent;
    border: none;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .mega-menu h3 {
    font-size: 1rem;
    margin-top: 10px;
  }

  .submenu-item {
    display: flex;
    flex-direction: column;
  }

  .submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    font: inherit;
    padding: 10px 0;
    cursor: pointer;
    color: var(--secondary) !important;
    font-weight: 600;
  }

  .submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-5px);
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 14px;
    transition: all 0.3s ease;
  }

  .submenu a {
    padding: 6px 0;
    font-size: 1rem;
  }

  .submenu-item.open > .submenu {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }

  .submenu-toggle i {
    transition: transform 0.3s ease;
  }

  .submenu-item.open > .submenu-toggle i {
    transform: rotate(180deg);
  }
}

/* QUICK LINKS BAR */
.quick-links-bar {
  width: 100%;
  background: #e5ded2;  /* Light beige like Allbirds */
  border-bottom: 1px solid #d8d1c7;
  display:none;
}

.quick-links-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  gap: 26px;
  overflow-x: auto;
  white-space: nowrap;
}

.quick-links-container a {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.quick-links-container a:hover {
  color: #000;
}

/* Mobile adjustments */
@media (max-width: 560px) {
  .quick-links-bar {
    background: #f0ebe4;
    margin-top:78px;
    display:block;
  }

  .quick-links-container {
    gap: 20px;
    padding: 8px 16px;
    overflow-x: scroll;
  }

  .quick-links-container::-webkit-scrollbar {
    display: none;
  }
}
    </style>