/** Shopify CDN: Minification failed

Line 347:1 Expected "}" to go with "{"

**/
.header-nav--second-row {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
}
@media only screen and (max-width: 1199px) {
  .header-layout.header-layout--center-drawer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .header-layout.header-layout--center-drawer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

store-switcher {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  column-gap: 0.8rem;
  row-gap: 0;
  align-items: center;
  justify-content: end;
  height: 100%;
  & * {
    margin: 0;
    padding: 0;
  }
  & input {
    display: none;
  }
  & .store-switcher__btn {
    border: 1px solid;
    border-radius: 0.3rem;
    border-color: var(--store-switch-buttons-text-color);
    background-color: var(--store-switch-buttons-bg);
    color: var(--store-switch-buttons-text-color);
    padding: 6px 18px;
    height: fit-content;
  }
  & .store-switcher-title {
    letter-spacing: 0.032rem;
    line-height: 1.4rem;
    font-size: 1rem;
    color: var(--store-switch-buttons-text-color);
  }
  & .store-switcher__btn:has(input:checked) {
    border-color: var(--selected-store-switch-btn-color);
    color: var(--selected-store-switch-btn-text-color);
    background-color: var(--selected-store-switch-btn-color);
  }
  & .store-switcher__btn:has(input:checked) .store-switcher-title {
    color: var(--selected-store-switch-btn-text-color);
  }
  @media only screen and (max-width: 768px) {
    flex-wrap: wrap;
  }
}

store-switch-menus {
  & * {
    margin: 0;
    padding: 0;
  }
  & .ssm__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  & .ssm__menu {
    display: flex;
    gap: 1.5rem;
  }
  & .ssm__menu-link {
    /* text-transform: uppercase; */
  }
  & .ssm__menu-link:hover {
    text-decoration: underline;
    outline-offset: 2px;
  }
  li:has(> .ssm__menu--submenu) {
    position: relative;
  }

  .ssm__menu--submenu {
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    padding: 10px;
    background-color: var(--colorNav);
    min-width: 180px;
    gap: 8px;
  }
  li:hover > .ssm__menu--submenu {
    display: flex;
  }
  li > .ssm__menu--submenu li:hover > .ssm__menu--submenu {
    left: 100%;
    transform: translateX(0%);
    top: 0;
  }

  li:has(> .ssm__mega-menu) {
    /* position: relative; */
  }
  & .ssm__mega-menu {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;

    background-color: var(--colorNav);
    padding: 1rem 1.5rem;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    pointer-events: none;
  }
  .ssm__mega-menu.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  /* ===== UPDATED MEGA MENU CONTAINER ===== */
  & .ssm__mega-menu-container {
    display: flex;
    gap: 2rem;
    line-height: 2;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
  }

  /* Ensure columns don't stretch too wide */
  & .ssm__mega-menu-container > * {
    flex: 0 0 auto;
    min-width: 150px;
    max-width: 200px;
  }
  /* ===== END UPDATED SECTION ===== */
  
  & .ssm__menu-link--title {
    text-transform: uppercase;
    font-weight: 600;
  }
  @media only screen and (max-width: 1350px) {
    .ssm__menu-link--title {
      font-size: 14px;
      line-height: 1.5;
    }
    & .ssm__mega-menu-container {
      line-height: 1.7;
    }

    & .ssm__mega-menu .ssm__menu-link {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 1250px) {
    & .ssm__mega-menu.ssm__menu-link {
      font-size: 14px;
    }
    & .ssm__mega-menu-container {
      gap: 1rem;
      padding: 0 1rem;
    }
  }
}
/* Brand-specific adjustments */
html[data-store-selected="oxygen"] .ssm__mega-menu-container {
  max-width: 900px !important;
  gap: 3rem !important;
}

html[data-store-selected="quorum"] .ssm__mega-menu-container {
  max-width: 1200px !important;
  gap: 2rem !important;
}

/* Additional responsive adjustments */
@media only screen and (max-width: 1350px) {
  html[data-store-selected="oxygen"] .ssm__mega-menu-container {
    max-width: 800px !important;
    gap: 2rem !important;
  }
  
  html[data-store-selected="quorum"] .ssm__mega-menu-container {
    max-width: 1000px !important;
    gap: 1.5rem !important;
  }
}

@media only screen and (max-width: 1250px) {
  html[data-store-selected="oxygen"] .ssm__mega-menu-container {
    max-width: 700px !important;
  }
  
  html[data-store-selected="quorum"] .ssm__mega-menu-container {
    max-width: 900px !important;
  }
}

@media only screen and (max-width: 990px) {
  .ssm__mega-menu-container {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 1rem !important;
  }
  
  .ssm__mega-menu-container > * {
    flex: 1 1 200px !important;
    min-width: 150px !important;
  }
}

/* END OF MODIFICATIONS */

#PBarNextFrameWrapper {
  display: none !important;
}

.store-switch-buttons--drawer {
  position: fixed;
  bottom: -0;
  z-index: 9999;
  background: var(--colorDrawers);
  width: 100%;
  padding: 20px;
  border-top: 1px solid var(--colorDrawerBorder);
  padding-bottom: 40px;
  left: 0;
}

#mobile-nav:has(.store-switch-buttons--drawer) {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
store-switcher .store-switcher__btn {
padding: 1px 20px;
margin: 3px;}

.store-switch-buttons--drawer {
padding: 5px 24px 10px;
}

.hamburger-menu {
  display: flex;
  align-items: center;
}

.store-switch-navigations {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.store-switch-navigations .navigation-cenetered-bottom > .site-nav {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1235px) {
  .navigation-cenetered-top {
    display: none !important;
  }
}
@media only screen and (min-width: 1236px) {
  .navigation-cenetered-bottom {
    display: none !important;
  }
}

html[data-store-selected="oxygen"] .tag:has(> #tag-oxygen){
  display: none!important;
}

html[data-store-selected="quorum"] .tag:has(> #tag-quorum){
  display: none!important;
}


/* Add these 3 sections to your existing store-switch.css */

/* 1. Add "all brands" mega menu container support */
html[data-store-selected="all brands"] .ssm__mega-menu-container {
  max-width: 1400px !important;
  gap: 2rem !important;
}

/* 2. Add responsive support for "all brands" */
@media only screen and (max-width: 1350px) {
  html[data-store-selected="oxygen"] .ssm__mega-menu-container {
    max-width: 800px !important;
    gap: 2rem !important;
  }
  
  html[data-store-selected="quorum"] .ssm__mega-menu-container {
    max-width: 1000px !important;
    gap: 1.5rem !important;
  }
  
  /* NEW: all brands responsive */
  html[data-store-selected="all brands"] .ssm__mega-menu-container {
    max-width: 1200px !important;
    gap: 1.5rem !important;
  }
}

@media only screen and (max-width: 1250px) {
  html[data-store-selected="oxygen"] .ssm__mega-menu-container {
    max-width: 700px !important;
  }
  
  html[data-store-selected="quorum"] .ssm__mega-menu-container {
    max-width: 900px !important;
  }
  
  /* NEW: all brands responsive */
  html[data-store-selected="all brands"] .ssm__mega-menu-container {
    max-width: 1000px !important;
  }
}

/* 3. Tag visibility for "all brands" - SHOW all tags when "all brands" is selected */
html[data-store-selected="all brands"] .tag:has(> #tag-oxygen),
html[data-store-selected="all brands"] .tag:has(> #tag-quorum) {
  display: block !important; /* Override the hide rules and show all tags */
}