/** Shopify CDN: Minification failed

Line 270:3 Expected "}" to go with "{"

**/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.i-ham {

  color:white;
} 
.custom-header__link:hover {
  color: #0062bd;
  text-decoration: underline;
}



.custom-header__search-icon > svg {
  height: 18px;
  width: 18px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.search-header__phone > svg, .search-header__cart > svg  {
  margin-top:6px;
  margin-right:4px;
  width:25px;
  height:25px;
}

.search-header__cart > svg {
  margin-top:4px;
}

.mobileMenu-toggle > svg {
  width: 25px;
  height: 25px;
}

.links-header__navbar > ul.nav-l1-list {
  gap: 0;
}

.custom-header__mobile-spacing {
  display: none;
}

/* ── Multi-level click dropdown ── */
.nav-l1-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-l1-item {
  position: relative;
}

.nav-l1-btn,
.nav-l1-link {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.nav-l1-btn:hover,
.nav-l1-link:hover,
.nav-l1-item.nav-open > .nav-l1-btn {
  color: #0062bd;
  text-decoration: underline;
}

.nav-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.nav-l1-item.nav-open > .nav-l1-btn .nav-chevron {
  transform: rotate(180deg);
}

.nav-dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #eaebec;
  border-top: 2px solid #0062bd;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  z-index: 99999;
  flex-direction: row;
  align-items: stretch;
}

.nav-l1-item.nav-open > .nav-dropdown-panel {
  display: flex;
}

/* rule moved above into the panel declaration */

.nav-l2-list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  min-width: 220px;
  max-height: 70vh;
  overflow-y: auto;
  flex-shrink: 0;
}

.nav-l2-item {
  position: relative;
}

.nav-l2-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 9px 16px;
  font-weight: 600;
  font-size: 13px;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  color: inherit;
}

.nav-l2-link {
  display: block;
  padding: 9px 16px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
}

.nav-l2-btn:hover,
.nav-l2-link:hover,
.nav-l2-item.nav-open > .nav-l2-btn {
  background: #f5f5f5;
  color: #0062bd;
}

.nav-l2-item.nav-open > .nav-l2-btn .nav-chevron {
  transform: rotate(90deg);
}

.nav-l2-go-to {
  font-size: 11px !important;
  color: #0062bd !important;
  font-style: italic;
  border-bottom: 2px solid #eaebec !important;
  padding: 6px 16px !important;
  font-weight: 400 !important;
}

/* .nav-l3-list is a hidden data source — content is cloned into .nav-l3-panel by JS */
.nav-l3-list {
  display: none !important;
}

/* Right column: L3 items panel */
.nav-l3-panel {
  display: none;
  min-width: 230px;
  max-height: 70vh;
  overflow-y: auto;
  border-left: 1px solid #eaebec;
  padding: 6px 0;
  flex-shrink: 0;
}

.nav-l3-panel.nav-l3-panel--active {
  display: block;
}

.nav-l3-panel .nav-l3-go-to {
  display: block;
  padding: 6px 16px;
  font-size: 11px;
  color: #0062bd;
  font-style: italic;
  text-decoration: none;
  border-bottom: 2px solid #eaebec;
  font-weight: 400;
}

.nav-l3-panel a {
  display: block;
  padding: 9px 16px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 400;
  white-space: nowrap;
}

.nav-l3-panel a:hover {
  background: #eef3ff;
  color: #0062bd;
}

@media (max-width: 1100px) {
  .nav-l1-btn,
  .nav-l1-link {
    padding: 10px 8px;
    font-size: 13px;
  }
}

@media (max-width: 1025px) {
  .custom-header__logo {
    width: 100%;
  }

  .search-header__cart > svg {
    fill: white;
  }
  
  .custom-header__spacing {
    display: none;
  }

  .custom-header__mobile-spacing {
    display: block;
  }
}



@media (max-width: 1024px) {
  .custom-header__logo {
    width: 75%;
  }