/* Header extracted from the supplied reference and converted to plain CSS. */
.extracted-header {
    position: sticky;
    z-index: 50;
    top: 0;
    width: 100%;
    overflow: visible;
    font-family: "Hanken Grotesk", sans-serif;
    background: #00275d;
    border-top: 0;
    box-shadow: 0 3px 12px rgba(0, 26, 64, 0.16);
}

.extracted-header::after {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, #16883a, #43c65f 65%, #8bea8f);
    box-shadow: 0 0 7px rgba(67, 198, 95, 0.45);
    opacity: clamp(0, calc(var(--page-scroll-progress, 0) * 20), 1);
    transform: scaleX(var(--page-scroll-progress, 0));
    transform-origin: left center;
    transition: transform 80ms linear, opacity 120ms ease;
}

.extracted-header .header-top {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: 12px 0;
    color: #fff;
    background: #00275d;
}

.extracted-header .header-inner {
    display: flex;
    width: min(calc(100% - clamp(24px, 3.5vw, 48px)), 1320px);
    max-width: 1320px;
    height: auto;
    min-height: 48px;
    margin-inline: auto;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.extracted-header .header-logo {
    display: flex;
    width: 160px;
    flex: 0 0 160px;
    padding: 0;
    align-items: center;
    border-radius: 0;
    filter: none;
}

.extracted-header .header-logo:hover {
    transform: none;
    filter: none;
}

.extracted-header .header-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.extracted-header .header-search {
    display: none;
    max-width: none;
    flex: 1 1 0;
}

.extracted-header .header-search > div {
    filter: none;
}

.extracted-header .header-search-control {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #d1d5db;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.extracted-header .header-search-control:focus-within {
    border-color: #2e7d32 !important;
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.15) !important;
}

.extracted-header .header-search-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 14px;
    color: #6b7280;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
}

.extracted-header .header-search input {
    flex: 1 1 auto;
    width: 100%;
    height: 44px;
    padding: 0 12px 0 42px;
    color: #1a1c1e;
    font: 400 14px/20px Inter, sans-serif;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.extracted-header .header-search input::placeholder {
    color: #9ca3af;
    font-size: 13.5px;
}

.extracted-header .header-search button {
    position: static;
    flex: 0 0 auto;
    min-width: 96px;
    height: 44px;
    min-height: 44px;
    padding: 0 20px;
    color: #ffffff !important;
    font: 700 13.5px/1 Inter, sans-serif;
    background: #2e7d32 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 160ms ease;
}

.extracted-header .header-search button:hover {
    background: #1b5e20 !important;
    filter: none;
    transform: none;
}

.search-suggestions{position:absolute;z-index:100;top:calc(100% + 8px);left:0;width:calc(100% - 116px);max-height:min(480px,70vh);overflow:auto;background:#fff;border:1px solid #d9e2ec;border-radius:10px;box-shadow:0 18px 45px rgba(8,47,91,.2)}.search-suggestions[hidden]{display:none}.search-suggestions>[role="option"]{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;padding:9px 13px;color:#102a43;text-decoration:none;border-bottom:1px solid #edf1f4}.search-suggestions>[role="option"]:hover,.search-suggestions>[role="option"].is-active{background:#eaf5ed}.search-suggestion__image{width:48px;height:48px;display:grid;overflow:hidden;color:#0a7a32;background:#f3f7f4;border:1px solid #e1e9e3;border-radius:8px;place-items:center}.search-suggestion__image img{width:100%;height:100%;object-fit:cover}.search-suggestion__copy{display:grid;gap:3px;min-width:0}.search-suggestion__copy strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.search-suggestion__copy small{color:#667085;font-size:11px}.search-suggestion__price{color:#0a7a32;font-size:12px;font-weight:750;white-space:nowrap}.search-suggestions__all{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;color:#0a7a32;background:#f6faf7;font-size:13px;font-weight:750;text-decoration:none}.search-suggestions__all .material-symbols-outlined{font-size:18px}.search-suggestions__empty{display:flex;align-items:center;gap:11px;padding:18px;color:#667085}.search-suggestions__empty>span:last-child{display:grid;gap:2px}.search-suggestions__empty strong{color:#344054;font-size:13px}.search-suggestions__empty small{font-size:11px}@media(max-width:767px){.search-suggestions{width:100%}.search-suggestions>[role="option"]{grid-template-columns:42px minmax(0,1fr)}.search-suggestion__image{width:42px;height:42px}.search-suggestion__price{grid-column:2}}
.extracted-header .search-suggestions{z-index:1000}
.extracted-header .search-suggestions{position:fixed;right:auto;z-index:10000;width:auto;max-width:calc(100vw - 16px)}

.extracted-header .header-utilities {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 24px;
}

.customer-menu { position: relative; flex: 0 0 auto; }
.customer-menu__trigger { width: 46px; height: 46px; display: grid; padding: 0; color: #0a7a32; background: #eaf5ed; border: 1px solid #d9e2ec; border-radius: 50%; cursor: pointer; place-items: center; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.customer-menu__trigger .material-symbols-outlined { font-size: 25px; }
.customer-menu__trigger:hover { color: #082f5b; background: #ffffff; border-color: #0a7a32; transform: translateY(-1px); }
.customer-menu__trigger:focus-visible { outline: 3px solid rgba(10,122,50,.3); outline-offset: 2px; }
.customer-menu__panel { position: absolute; z-index: 80; top: calc(100% + 10px); right: 0; width: min(232px, calc(100vw - 24px)); padding: 8px; background: #fff; border: 1px solid #d9e2ec; border-radius: 11px; box-shadow: 0 14px 34px rgba(8,47,91,.16); }
.customer-menu__panel[hidden] { display: none; }
.customer-menu__panel a, .customer-menu__panel button { width: 100%; min-height: 46px; display: flex; gap: 11px; align-items: center; padding: 9px 11px; color: #102a43; background: transparent; border: 0; border-radius: 7px; font-size: 13px; font-weight: 600; text-align: left; text-decoration: none; cursor: pointer; }
.customer-menu__panel .material-symbols-outlined { color: #667085; font-size: 20px; }
.customer-menu__panel a:hover, .customer-menu__panel button:hover { color: #0a7a32; background: #eaf5ed; }
.customer-menu__panel a:hover .material-symbols-outlined, .customer-menu__panel button:hover .material-symbols-outlined { color: #0a7a32; }
.customer-menu__panel a:focus-visible, .customer-menu__panel button:focus-visible { outline: 2px solid #0a7a32; outline-offset: -2px; }
.customer-menu__divider { height: 1px; margin: 6px 4px; background: #d9e2ec; }
.customer-menu__panel .customer-menu__logout { color: #9f1f18; }
.customer-menu__panel .customer-menu__logout .material-symbols-outlined { color: #b42318; }
.customer-login { min-height: 46px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: #0a7a32; background: #fff; border: 1px solid #0a7a32; border-radius: 0; font-size: 13px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.customer-login:hover { color: #082f5b; background: #eaf5ed; }
.customer-login:focus-visible { outline: 3px solid rgba(10,122,50,.3); outline-offset: 2px; }
.customer-login .material-symbols-outlined { font-size: 20px; }
.customer-notifications { position: relative; flex: 0 0 auto; }
.customer-notifications__trigger { position: relative; width: 46px; height: 46px; display: grid; padding: 0; color: #0a7a32; background: #eaf5ed; border: 1px solid #d9e2ec; border-radius: 50%; cursor: pointer; place-items: center; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.customer-notifications__trigger .material-symbols-outlined { font-size: 20px; }
.customer-notifications__trigger:hover { color: #082f5b; background: #ffffff; border-color: #0a7a32; transform: translateY(-1px); }
.customer-notifications__trigger:focus-visible { outline: 3px solid rgba(10,122,50,.3); outline-offset: 2px; }
.customer-notifications__badge { position: absolute; top: -3px; right: -3px; min-width: 17px; height: 17px; padding: 0 4px; font-size: 10.5px; font-weight: 800; line-height: 17px; color: #fff; background: #e02424; border: 2px solid #fff; border-radius: 10px; text-align: center; box-shadow: 0 2px 6px rgba(224,36,36,.35); pointer-events: none; }
.customer-notifications__badge[hidden] { display: none !important; }

.customer-notifications__panel { position: absolute; z-index: 90; top: calc(100% + 10px); right: 0; width: min(420px, calc(100vw - 24px)); max-height: 520px; display: flex; flex-direction: column; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 14px; box-shadow: 0 16px 48px -6px rgba(8,47,91,.18), 0 4px 16px -2px rgba(8,47,91,.08); overflow: hidden; overflow-x: hidden !important; }
.customer-notifications__panel[hidden] { display: none; }
.customer-notifications__header { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: #f8fafc; border-bottom: 1px solid #eef2f6; }
.customer-notifications__header-title { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800; color: #082f5b; }
.customer-notifications__header-tag { padding: 2px 8px; font-size: 11px; font-weight: 750; color: #0a7a32; background: #eaf5ed; border-radius: 12px; }
.customer-notifications__mark-all { display: inline-flex; align-items: center; gap: 4px; padding: 5px 9px; font-size: 12px; font-weight: 650; color: #0a7a32; background: transparent; border: 0; cursor: pointer; border-radius: 6px; transition: background-color 150ms ease; }
.customer-notifications__mark-all:hover { background: #eaf5ed; text-decoration: none; color: #086529; }
.customer-notifications__list { overflow-y: auto; overflow-x: hidden !important; max-height: 400px; padding: 0; display: flex; flex-direction: column; }
.customer-notifications__list::-webkit-scrollbar { width: 5px; }
.customer-notifications__list::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.customer-notifications__list::-webkit-scrollbar-track { background: transparent; }

.customer-notifications__item { position: relative; display: flex; gap: 14px; align-items: flex-start; padding: 14px 18px; text-decoration: none; color: inherit; transition: background-color 150ms ease; border: 0; border-bottom: 1px solid #f1f5f9; text-align: left; background: #ffffff; cursor: pointer; width: 100%; box-sizing: border-box; white-space: normal !important; }
.customer-notifications__item:hover { background: #f8fafc; }
.customer-notifications__item:hover .customer-notifications__arrow { opacity: 1; transform: translateX(2px); }
.customer-notifications__item.unread { background: #fbfdfb; border-left: 3px solid #0a7a32; }
.customer-notifications__item.urgent { border-left: 3px solid #d97706; background: #fffdfa; }
.customer-notifications__item:last-child { border-bottom: 0; }

.customer-notifications__icon-box { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; font-size: 20px; }
.customer-notifications__icon-box.is-green { background: #ecfdf3; color: #079455; }
.customer-notifications__icon-box.is-amber { background: #fef3c7; color: #d97706; }
.customer-notifications__icon-box.is-blue { background: #eff8ff; color: #175cd3; }
.customer-notifications__icon-box.is-indigo { background: #f4f3ff; color: #5925dc; }
.customer-notifications__icon-box .material-symbols-outlined { font-size: 21px; }

.customer-notifications__content { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.customer-notifications__item-top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.customer-notifications__item-title { font-size: 13.5px; font-weight: 750; color: #0f172a; line-height: 1.35; }
.customer-notifications__item-time { font-size: 11.5px; font-weight: 500; color: #94a3b8; white-space: nowrap; flex-shrink: 0; }
.customer-notifications__item-msg { font-size: 13px; color: #475467; line-height: 1.5; margin: 2px 0 4px; word-break: break-word; white-space: normal; }
.customer-notifications__item-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.customer-notifications__item-tag { font-size: 11px; font-weight: 700; color: #0a7a32; background: #eaf5ed; padding: 2px 7px; border-radius: 5px; }
.customer-notifications__unread-dot { width: 7px; height: 7px; border-radius: 50%; background: #0a7a32; box-shadow: 0 0 0 2px #dcfce7; }

.customer-notifications__arrow { font-size: 18px; color: #94a3b8; opacity: 0; transition: opacity 150ms ease, transform 150ms ease; align-self: center; flex-shrink: 0; margin-left: 2px; }

.customer-notifications__footer { padding: 11px 16px; background: #f8fafc; border-top: 1px solid #eef2f6; text-align: center; }
.customer-notifications__footer a { font-size: 12.5px; font-weight: 750; color: #0a7a32; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.customer-notifications__footer a:hover { color: #086529; text-decoration: underline; }
.customer-notifications__footer .material-symbols-outlined { font-size: 16px; }

.customer-notifications__empty { padding: 40px 24px; text-align: center; color: #667085; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.customer-notifications__empty-icon { width: 48px; height: 48px; border-radius: 50%; background: #f1f5f9; display: grid; place-items: center; color: #64748b; margin-bottom: 4px; }
.customer-notifications__empty-icon .material-symbols-outlined { font-size: 26px; }
.customer-notifications__empty strong { font-size: 14px; color: #1e293b; font-weight: 750; }
.customer-notifications__empty small { font-size: 12.5px; color: #64748b; max-width: 260px; line-height: 1.45; }

.customer-toast { position: fixed; z-index: 200; right: max(16px, calc((100vw - 1320px) / 2 + 16px)); bottom: 24px; max-width: min(440px, calc(100% - 32px)); padding: 14px 18px; color: #082f5b; background: #ffffff; border: 1.5px solid #abefc6; border-left: 5px solid #0a7a32; border-radius: 10px; box-shadow: 0 14px 34px rgba(8,47,91,.18); font-size: 13.5px; line-height: 1.5; display: flex; flex-direction: column; gap: 4px; animation: slideInUp 240ms cubic-bezier(0.16, 1, 0.3, 1); }
.customer-toast__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.customer-toast__title { font-weight: 800; font-size: 14px; color: #082f5b; display: flex; align-items: center; gap: 6px; }
.customer-toast__title .material-symbols-outlined { font-size: 18px; color: #0a7a32; }
.customer-toast__body { font-weight: 500; color: #344054; }
.customer-toast__action { margin-top: 6px; display: inline-flex; align-items: center; gap: 4px; font-weight: 750; font-size: 12.5px; color: #0a7a32; text-decoration: none; }
.customer-toast__action:hover { text-decoration: underline; color: #086529; }
@keyframes slideInUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.extracted-header .header-account,
.extracted-header .header-orders {
    display: none;
    padding: 0;
    color: #fff;
    line-height: 1.1;
    border-radius: 0;
}

.extracted-header .header-account:hover,
.extracted-header .header-orders:hover {
    background: transparent;
    transform: none;
}

.extracted-header .header-account > span,
.extracted-header .header-orders > span {
    color: rgba(255, 255, 255, 0.76);
    font: 400 12px/14px Inter, sans-serif;
}

.extracted-header .header-account > div {
    display: flex;
    align-items: center;
    gap: 2px;
}

.extracted-header .header-account strong,
.extracted-header .header-orders strong,
.extracted-header .header-cart > strong {
    color: #fff;
    font: 700 14px/20px Inter, sans-serif;
    white-space: nowrap;
}

.extracted-header .header-account .material-symbols-outlined {
    font-size: 18px;
}

.extracted-header .header-cart {
    display: flex;
    padding: 0;
    color: #fff;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 0;
}

.extracted-header .header-cart:hover {
    color: #99f893;
    background: transparent;
    border-color: transparent;
}

.extracted-header .header-cart-icon {
    position: relative;
    display: inline-flex;
}

.extracted-header .header-cart-icon > .material-symbols-outlined {
    font-size: 32px;
}

.extracted-header .header-cart-count {
    position: absolute;
    top: -5px;
    right: -7px;
    display: flex;
    width: 20px;
    height: 20px;
    color: #fff;
    font: 700 10px/1 Inter, sans-serif;
    background: #006e1b;
    border: 2px solid #00275d;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.extracted-header .header-nav {
    overflow-x: auto;
    background: #003c87;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
    scrollbar-width: none;
}

.extracted-header .header-nav::-webkit-scrollbar {
    display: none;
}

.extracted-header .header-nav-inner {
    display: flex;
    width: min(calc(100% - clamp(24px, 3.5vw, 48px)), 1320px);
    min-width: max-content;
    max-width: 1320px;
    height: 40px;
    margin-inline: auto;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.extracted-header .header-page-links,
.extracted-header .header-nav-link {
    display: flex;
    align-items: center;
}

.extracted-header .header-page-links {
    height: 100%;
    gap: 24px;
}

.extracted-header .header-nav a,
.extracted-header .header-nav-link {
    position: relative;
    min-height: 40px;
    padding: 0;
    color: #fff;
    font: 600 14px/20px Inter, sans-serif;
    letter-spacing: 0;
    border: 0;
    border-radius: 0;
    transition: color 160ms ease;
}

.extracted-header .header-nav a::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 2px;
    content: "";
    background: #7ddb7a;
    transition: right 160ms ease, left 160ms ease;
}

.extracted-header .header-nav a:hover {
    color: #99f893;
    background: transparent;
    transform: none;
}

.extracted-header .header-nav a:hover::after {
    right: 25%;
    left: 25%;
}

.extracted-header .header-nav a[aria-current="page"] {
    color: #fff;
    font-weight: 700;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.extracted-header .header-nav a[aria-current="page"]::after {
    right: 0;
    left: 0;
}


@media (min-width: 768px) {
    .extracted-header .header-search,
    .extracted-header.is-scrolled .header-search,
    body.is-scrolled .extracted-header .header-search {
        display: flex !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .extracted-header .header-cart > strong {
        display: inline;
    }
}

@media (min-width: 1024px) {
    .extracted-header .header-account,
    .extracted-header .header-orders {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .extracted-header {
        position: sticky;
        top: 0;
        z-index: 50;
        transition: box-shadow 0.2s ease;
    }

    .extracted-header .header-top {
        padding: 9px 0;
        transition: padding 0.2s ease;
    }

    .extracted-header .header-inner {
        width: calc(100% - 32px);
        min-height: 44px;
        gap: 16px;
        flex-wrap: wrap;
    }

    .extracted-header .header-logo {
        width: 122px;
        flex-basis: 122px;
    }

    .extracted-header .header-cart > strong {
        display: none;
    }

    .extracted-header .header-nav-inner {
        width: max-content;
        min-width: calc(100% - 32px);
        margin-inline: 16px;
        gap: 22px;
    }

    .extracted-header .header-page-links {
        gap: 20px;
    }

    .extracted-header .header-search {
        order: 3;
        width: 100%;
        max-width: 100%;
        display: flex;
        margin-top: 6px;
        max-height: 52px;
        opacity: 1;
        overflow: hidden;
        contain: paint;
        transition: max-height 0.22s ease, opacity 0.18s ease, margin-top 0.22s ease;
    }

    .extracted-header.is-scrolled .header-search,
    body.is-scrolled .extracted-header .header-search {
        max-height: 0 !important;
        opacity: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    .extracted-header.is-scrolled .header-top,
    body.is-scrolled .extracted-header .header-top {
        padding-bottom: 7px;
    }

    .extracted-header .header-search-control {
        width: 100%;
        height: 42px;
        min-height: 42px;
        flex-shrink: 0;
        border-radius: 6px !important;
        overflow: hidden !important;
    }
    .extracted-header .header-search-icon { left: 12px; font-size: 19px; }
    .extracted-header .header-search input { min-width: 0; height: 42px !important; padding: 0 10px 0 38px !important; font-size: 13px !important; border: none !important; border-radius: 0 !important; }
    .extracted-header .header-search button { min-width: 76px !important; height: 42px !important; min-height: 42px !important; padding: 0 14px !important; font-size: 13px !important; border: none !important; border-radius: 0 !important; }
}
