.off-canvas-wrap {
  overflow: inherit !important;
}

.header2026 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 75;
  background: #fff;
}
.header2026 *,
.header2026 *::before,
.header2026 *::after {
  box-sizing: border-box;
}
.header2026 a {
  text-decoration: none;
  color: inherit;
}
.header2026 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header2026 img {
  max-width: 100%;
  display: block;
}
.header2026 svg {
  display: inline-block;
  vertical-align: middle;
}
.header2026 button {
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  border-radius: 0;
  line-height: normal;
  -webkit-appearance: none;
}
.header2026 .header-topbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.header2026 .header-topbar-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header2026 .phone-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 600;
}
.header2026 .user-section {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}
.header2026 .welcome-text {
  color: #6b7280;
  font-weight: 600;
}
.header2026 .welcome-text strong {
  font-weight: 900;
  color: #111111;
}
.header2026 .logout-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #9ca3af;
  font-weight: 600;
}
.header2026 .help-link {
  font-size: 12px;
  color: #6b7280;
  font-weight: 700;
}
.header2026 .register-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 700;
}
.header2026 .submit-enquiry-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 600;
  white-space: nowrap;
}
.header2026 .logo-row {
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}
.header2026 .logo-row-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  height: 84px;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.header2026 .logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
.header2026 .search-bar-scaffold {
  flex-grow: 1;
  display: none;
}
.header2026 .search-bar {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  height: 48px;
  position: relative;
}
.header2026 .search-bar > svg {
  position: absolute;
  left: 15px;
  top: 15px;
  opacity: 0.5;
}
.header2026 .search-bar .smart-search-results-target {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
}
.header2026 .search-input {
  flex: 1;
  border: 2px solid #e5e7eb;
  outline: none;
  margin: 0;
  padding: 0 16px 0 40px;
  font-size: 14px;
  font-family: inherit;
  height: 100%;
  background: transparent;
  box-shadow: none;
}
.header2026 .search-input::-webkit-input-placeholder {
  opacity: 0.5;
}
.header2026 .search-input:-moz-placeholder {
  opacity: 0.5;
}
.header2026 .search-input::-moz-placeholder {
  opacity: 0.5;
}
.header2026 .search-input:-ms-input-placeholder {
  opacity: 0.5;
}
.header2026 .search-input:focus {
  border-color: #00889d;
}
.header2026 .search-btn {
  height: 100%;
  padding: 0 12px;
  background: #ffcc00;
  border: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #111111;
  white-space: nowrap;
}
.header2026 .basket-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 48px;
  background: #111111;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.header2026 .basket-btn:hover, .header2026 .basket-btn:focus {
  color: #fff;
}
.header2026 .hamburger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #374151;
  cursor: pointer;
}
.header2026 .basket-count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #e50040;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.header2026 .nav-bar {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 3px solid #ffcc00;
  position: relative;
}
.header2026 .nav-bar-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  height: 60px;
}
.header2026 .nav-links {
  display: flex;
  align-items: stretch;
  flex: 1;
  overflow-x: auto;
}
.header2026 .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
  height: 100%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  background: transparent;
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
  border-right: 1px solid #e5e7eb;
  transition: background 0.2s, color 0.2s;
}
.header2026 .nav-link:hover {
  background: #374151;
  color: #fff;
}
.header2026 .nav-link.offers {
  color: #e50040;
}
.header2026 .nav-link.offers:hover {
  background: #e50040;
  color: #fff;
}
.header2026 .nav-link.clearance {
  color: #00b050;
}
.header2026 .nav-link.clearance:hover {
  background: #00b050;
  color: #fff;
}
.header2026 .my-account-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 208px;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #ffcc00;
  color: #111111;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
.header2026 .my-account-btn:hover {
  background: #e6b800;
  color: #111111;
}
.header2026 .chevron {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.header2026 .chevron.open {
  transform: rotate(180deg);
}
.header2026 .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-top: 2px solid #ffcc00;
  z-index: 900;
  display: none;
  max-height: calc(100vh - 191px);
  overflow-y: scroll;
}
.header2026 .mega-menu.open {
  display: block;
}
.header2026 .mega-menu.account-mega {
  border-top: 1px solid #e5e7eb;
}
.header2026 .mega-menu-inner {
  padding: 24px 32px 32px;
}
.header2026 .mega-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.header2026 .mega-heading {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9ca3af;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f6;
}
.header2026 .mega-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header2026 .mega-list li {
  margin-bottom: 6px;
}
.header2026 .mega-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  text-decoration: none;
}
.header2026 .mega-item:hover {
  color: #00889d;
}
.header2026 .mega-view-all-row {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}
.header2026 .mega-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #111111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.header2026 .mega-view-all-btn:hover, .header2026 .mega-view-all-btn:focus {
  color: #fff;
}
.header2026 .brands-mega-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header2026 .brands-mega-header .mega-heading {
  margin-bottom: 0;
}
.header2026 .brands-view-all {
  font-size: 12px;
  font-weight: 900;
  color: #374151;
  text-decoration: none;
}
.header2026 .brand-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 6px;
  text-decoration: none;
}
.header2026 .brand-logo-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: #9ca3af;
  flex-shrink: 0;
}
.header2026 .brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid #f3f4f6;
  flex-shrink: 0;
}
.header2026 .brand-name {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}
.header2026 .account-mega-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  border-bottom: 1px solid #f3f4f6;
}
.header2026 .account-mega-title {
  font-size: 13px;
  font-weight: 900;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.header2026 .account-mega-sub {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.header2026 .account-mega-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header2026 .account-mega-overview {
  font-size: 11px;
  font-weight: 900;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.header2026 .account-mega-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  padding: 0;
}
.header2026 .account-sections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 32px;
  gap: 24px;
}
.header2026 .account-section {
  border-right: 1px solid #f3f4f6;
}
.header2026 .account-section:last-child {
  border-right: none;
}
.header2026 .section-heading-label {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  display: inline-block;
}
.header2026 .section-heading-label.tone-teal {
  color: #00889d;
  border-bottom-color: #00889d;
}
.header2026 .section-heading-label.tone-orange {
  color: #f18700;
  border-bottom-color: #f18700;
}
.header2026 .section-heading-label.tone-red {
  color: #e50040;
  border-bottom-color: #e50040;
}
.header2026 .section-heading-label.tone-purple {
  color: #952463;
  border-bottom-color: #952463;
}
.header2026 .account-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header2026 .account-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 4px 0;
  text-decoration: none;
}
.header2026 .account-item:hover .account-item-label {
  color: #00889d;
}
.header2026 .account-item-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header2026 .account-item-label {
  font-size: 12px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 2px;
  line-height: 1.3;
}
.header2026 .account-item-desc {
  font-size: 10px;
  color: #9ca3af;
  line-height: 1.4;
}
.header2026 .account-mega-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  border-top: 1px solid #f3f4f6;
  background: #f9fafb;
}
.header2026 .account-footer-support {
  font-size: 11px;
  color: #4b5563;
  font-weight: 600;
}
.header2026 .account-footer-support a {
  font-weight: 900;
  color: #111111;
}
.header2026 .account-logout-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 10px;
  color: #6b7280;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid #e5e7eb;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.header2026.logged-out .phone-link {
  color: #00889d;
}
.header2026.logged-out .search-btn {
  background: #00889d;
  color: #ffffff;
}
.header2026.logged-out .nav-bar {
  border-bottom: none;
  background: #00889d;
}
.header2026.logged-out .nav-link {
  color: #cbd5e0;
  border-right: none;
}
.header2026.logged-out .nav-link:hover {
  background: #64c2c8;
  color: #ffffff;
}
.header2026.logged-out .my-account-btn {
  min-width: 240px;
}
.header2026.logged-out .mega-menu {
  border-top: 2px solid #00889d;
}
.header2026 .burger-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  display: none;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 90;
}
.header2026 .burger-menu .burger-menu-inner {
  max-height: calc(100vh - 191px);
  overflow-y: scroll;
}
.header2026 .burger-menu .link {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s;
}
.header2026 .burger-menu .link:last-child {
  border-bottom: none;
}
.header2026 .burger-menu .link > div {
  flex-grow: 1;
}
.header2026 .burger-menu .link .lucide-chevron-right {
  color: #d1d5db !important;
}
.header2026 .burger-menu .link.login {
  justify-content: center;
  background: #1A94A7;
  color: #fff;
}
.header2026 .burger-menu .link.login > div {
  flex-grow: 0;
}
.header2026 .burger-menu .link.login svg {
  color: #ffffff !important;
}
.header2026 .burger-menu .link.logout {
  justify-content: center;
  background: #e50040;
  color: #fff;
}
.header2026 .burger-menu .link.logout > div {
  flex-grow: 0;
}
.header2026 .burger-menu .link.highlight {
  background: #ffcc00;
  color: #111111;
}
.header2026 .burger-menu .link.highlight .lucide-chevron-right {
  color: #111111 !important;
}
.header2026 .burger-menu .mobile-nav-group {
  border-bottom: 1px solid #f3f4f6;
}
.header2026 .burger-menu .mobile-nav-group .link {
  border-bottom: none;
}
.header2026 .burger-menu .mobile-nav-toggle {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}
.header2026 .burger-menu .mobile-nav-toggle .mobile-nav-caret {
  color: #d1d5db;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.header2026 .burger-menu .mobile-nav-toggle.highlight .mobile-nav-caret {
  color: #111111;
}
.header2026 .burger-menu .mobile-nav-toggle.open .mobile-nav-caret {
  transform: rotate(90deg);
}
.header2026 .burger-menu .mobile-nav-panel {
  display: none;
  background: #f3f4f6;
}
.header2026 .burger-menu .mobile-nav-panel.open {
  display: block;
  padding-bottom: 10px;
}
.header2026 .burger-menu .mobile-nav-list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
.header2026 .burger-menu .mobile-nav-list li {
  margin: 0;
}
.header2026 .burger-menu .mobile-nav-list a {
  display: block;
  padding: 7px 24px 0;
  font-size: 13px;
  color: #111111;
  text-decoration: none;
}
.header2026 .burger-menu .mobile-nav-list a:hover {
  color: #00889d;
}
.header2026 .burger-menu .mobile-nav-list + .mobile-nav-cat {
  padding-top: 4px;
}
.header2026 .burger-menu .mobile-nav-list .mobile-nav-overview {
  font-weight: 700;
}
.header2026 .burger-menu .mobile-nav-cat {
  display: block;
  padding: 12px 24px 4px;
  font-size: 13px;
  font-weight: 700;
  color: #374151;
  text-decoration: none;
}
.header2026 .burger-menu .mobile-nav-cat:hover {
  color: #00889d;
}
.header2026 .burger-menu .mobile-nav-cat.tone-teal {
  color: #00889d;
}
.header2026 .burger-menu .mobile-nav-cat.tone-orange {
  color: #f18700;
}
.header2026 .burger-menu .mobile-nav-cat.tone-red {
  color: #e50040;
}
.header2026 .burger-menu .mobile-nav-cat.tone-purple {
  color: #952463;
}
.header2026 .burger-menu .mobile-nav-sublist {
  padding-top: 0;
}
.header2026 .burger-menu .mobile-nav-sublist a {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .header2026 .mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .header2026 .account-sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .header2026 .mega-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .header2026 .account-sections {
    grid-template-columns: 1fr;
  }
  .header2026 .header-topbar {
    display: none;
  }
  .header2026 .logo img {
    height: 38px;
  }
  .header2026 .logo-row-inner {
    padding: 0 16px;
  }
  .header2026 .basket-btn {
    padding: 0 20px;
  }
  .header2026 .basket-btn span.title {
    display: none;
  }
  .header2026 .hamburger-btn {
    display: flex;
    margin-left: -16px;
  }
  .header2026 .nav-bar {
    display: none;
  }
  .header2026 .burger-menu.open {
    display: block;
  }
  .header2026 .burger-menu .burger-menu-inner {
    max-height: calc(100vh - 84px);
  }
}
@media (max-width: 640px) {
  .header2026 .logo-row-inner {
    flex-wrap: wrap;
    height: auto;
    gap: 16px 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header2026 .logo-row-inner .logo {
    order: 1;
  }
  .header2026 .logo-row-inner .search-bar-scaffold {
    order: 2;
  }
  .header2026 .logo-row-inner .search-bar {
    order: 5;
    flex-basis: 100%;
  }
  .header2026 .logo-row-inner .basket-btn {
    order: 3;
  }
  .header2026 .logo-row-inner .hamburger-btn {
    order: 4;
  }
  .header2026 .burger-menu .burger-menu-inner {
    max-height: calc(100vh - 144px);
  }
  .header2026 .search-bar-scaffold {
    display: block;
  }
}
