.market-hero{position:relative;overflow:visible}.market-hero__categories{overflow:visible;position:relative;z-index:20}.market-categories{min-height:0}.category-sidebar__row{position:relative;min-height:42px;display:flex;align-items:center;border-radius:8px}.market-categories .category-sidebar__link{min-width:0;flex:1}.category-sidebar__toggle{width:38px;height:38px;display:grid;flex:0 0 38px;padding:0;color:#667085;background:transparent;border:0;border-radius:8px;cursor:pointer;place-items:center}.category-sidebar__toggle .material-symbols-outlined{font-size:19px}.category-sidebar__row:hover,.category-sidebar__row.is-active{background:#eaf5ed;box-shadow:inset 3px 0 #0a7a32}.category-sidebar__row:hover .category-sidebar__link,.category-sidebar__row.is-active .category-sidebar__link,.category-sidebar__row:hover .category-sidebar__toggle,.category-sidebar__row.is-active .category-sidebar__toggle{color:#0a7a32}.category-sidebar__row.is-active .category-sidebar__link .material-symbols-outlined{color:#0a7a32}.category-sidebar__link:focus-visible,.category-sidebar__toggle:focus-visible,.category-mega-menu a:focus-visible,.category-mega-menu button:focus-visible{outline:3px solid rgba(10,122,50,.35);outline-offset:2px}.category-mega-menu{position:absolute;top:-1px;left:calc(100% - 1px);z-index:30;width:min(820px,calc(100vw - 310px));min-height:500px;padding:28px 30px;color:#102a43;background:#fff;border:1px solid #d9e2ec;border-radius:0 12px 12px 0;box-shadow:0 18px 45px rgba(8,47,91,.18)}.category-mega-menu[hidden]{display:none}.category-mega-menu__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid #d9e2ec}.category-mega-menu__header h3{margin:0;color:#082f5b;font-size:23px}.category-mega-menu__close{width:44px;height:44px;display:none;padding:0;color:#082f5b;background:#f6f8fb;border:1px solid #d9e2ec;border-radius:9px;place-items:center}.category-mega-menu__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.category-mega-menu__group h4{margin:0 0 11px;color:#082f5b;font-size:14px}.category-mega-menu__group a{display:block;padding:6px 0;color:#667085;font-size:13px;line-height:1.35;text-decoration:none}.category-mega-menu__group a:hover{color:#0a7a32}.category-mega-menu__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding:17px 18px;background:#f6f8fb;border:1px solid #d9e2ec;border-radius:10px}.category-mega-menu__footer p{margin:0;color:#082f5b;font-weight:750}.category-mega-menu__actions{display:flex;gap:9px}.category-mega-menu__actions a{min-height:42px;display:inline-flex;align-items:center;padding:8px 13px;border-radius:8px;font-size:13px;font-weight:750;text-decoration:none}.category-mega-menu__view{color:#0a7a32;background:#fff;border:1px solid #d9e2ec}.category-mega-menu__quote{color:#102a43;background:#ff8a00}.category-mobile-groups{display:none}
@media(max-width:1023px){.market-hero__categories{overflow:hidden}.market-categories{display:flex;flex-direction:column;overflow:visible;padding:0;scroll-snap-type:none}.category-sidebar__row{display:grid;grid-template-columns:minmax(0,1fr) 44px;background:#fff;border:1px solid #d9e2ec}.market-categories .category-sidebar__link{min-width:0;border:0;background:transparent}.category-sidebar__toggle{width:44px;height:44px}.category-sidebar__row.is-active{box-shadow:inset 3px 0 #0a7a32}.category-mobile-groups{grid-column:1/-1;display:block;padding:8px 14px 15px;border-top:1px solid #d9e2ec}.category-mobile-groups[hidden]{display:none}.category-mobile-groups details{border-bottom:1px solid #e6ebf0}.category-mobile-groups summary{min-height:44px;display:flex;align-items:center;color:#082f5b;font-weight:750;cursor:pointer}.category-mobile-groups a{min-height:44px;display:flex;align-items:center;padding-left:12px;color:#667085;text-decoration:none}.category-mobile-groups__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px}.category-mobile-groups__actions a{justify-content:center;padding:8px;color:#0a7a32;background:#eaf5ed;border-radius:8px;font-weight:750}.category-mega-menu{display:none!important}}
@media(max-width:767px){.category-mobile-groups__actions{grid-template-columns:1fr}.market-categories .category-sidebar__link{min-width:0}}
.category-sidebar__row{min-height:30px}.market-categories .category-sidebar__link{min-height:30px;padding:4px 7px}.category-sidebar__toggle{width:30px;height:30px;flex-basis:30px}@media(max-width:1023px){.category-sidebar__row{min-height:44px}.market-categories .category-sidebar__link{min-height:44px;padding:8px 9px}.category-sidebar__toggle{width:44px;height:44px;flex-basis:44px}}

/* Minimal Material category panel */
@media(min-width:1024px){
    .category-mega-menu-backdrop{position:fixed;z-index:15;inset:0;background:rgba(8,47,91,.22);backdrop-filter:blur(2px);animation:category-backdrop-in .18s ease-out}
    .category-mega-menu-backdrop[hidden]{display:none}
    .category-sidebar__row.is-active{background:#dff2e5;box-shadow:inset 4px 0 #0a7a32}
    .category-sidebar__row.is-active .category-sidebar__link{font-weight:750}
    .category-sidebar__row.is-active .category-sidebar__toggle{color:#fff;background:#0a7a32;transform:translateX(-4px)}
    .category-sidebar__row.is-active .category-sidebar__toggle .material-symbols-outlined{transform:translateX(1px)}
    .category-mega-menu{top:0;left:calc(100% + 12px);width:min(760px,calc(100vw - 380px));min-height:0;max-height:calc(100vh - 190px);padding:24px;overflow:auto;background:rgba(255,255,255,.98);border:1px solid rgba(217,226,236,.95);border-radius:16px;box-shadow:0 24px 64px rgba(8,47,91,.24),0 4px 14px rgba(8,47,91,.1);animation:category-panel-in .2s cubic-bezier(.2,.8,.2,1)}
    .category-mega-menu__header{margin-bottom:18px;padding-bottom:16px}
    .category-mega-menu__title{display:flex;align-items:center;gap:12px}
    .category-mega-menu__title>.material-symbols-outlined{width:44px;height:44px;display:grid;color:#0a7a32;background:#eaf5ed;border-radius:12px;font-size:24px;place-items:center}
    .category-mega-menu__title small,.category-mega-menu__footer small{display:block;margin-bottom:2px;color:#0a7a32;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
    .category-mega-menu__header h3{font-size:25px;line-height:1.15}
    .category-mega-menu__close{display:grid;cursor:pointer;transition:background-color .16s,color .16s,transform .16s}
    .category-mega-menu__close:hover{color:#fff;background:#0a7a32;border-color:#0a7a32;transform:rotate(4deg)}
    .category-mega-menu__grid{gap:16px}
    .category-mega-menu__group{min-width:0;padding:15px;background:#f8fafb;border:1px solid #e6ebf0;border-radius:12px}
    .category-mega-menu__group h4{margin-bottom:8px;font-size:13px}
    .category-mega-menu__group a{display:flex;min-height:34px;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;margin-inline:-8px;border-radius:7px;font-size:12.5px;transition:color .15s,background-color .15s,transform .15s}
    .category-mega-menu__group a .material-symbols-outlined{font-size:15px;opacity:0;transform:translateX(-5px);transition:opacity .15s,transform .15s}
    .category-mega-menu__group a:hover{color:#0a7a32;background:#eaf5ed;transform:translateX(2px)}
    .category-mega-menu__group a:hover .material-symbols-outlined{opacity:1;transform:none}
    .category-mega-menu__footer{margin-top:16px;padding:14px 16px;background:#f3f7f4;border-color:#dce8df}
    .category-mega-menu__footer p{font-size:14px}
    .category-mega-menu__actions a{min-height:40px;padding:8px 12px}
    .category-mega-menu__view:hover{background:#fff;border-color:#0a7a32}
    .category-mega-menu__quote:hover{background:#f39a2e}
}
@keyframes category-panel-in{from{opacity:0;transform:translateX(-10px) scale(.985)}to{opacity:1;transform:none}}
@keyframes category-backdrop-in{from{opacity:0}to{opacity:1}}
@media(prefers-reduced-motion:reduce){.category-mega-menu,.category-mega-menu-backdrop{animation:none!important}.category-mega-menu__group a,.category-mega-menu__close{transition:none!important}}

/* High-contrast storefront treatment */
@media(min-width:1024px){
    .category-mega-menu-backdrop{background:rgba(8,32,55,.42);backdrop-filter:blur(4px)}
    .category-sidebar__row.is-active{color:#fff;background:#0a7a32;box-shadow:0 7px 18px rgba(10,122,50,.24)}
    .category-sidebar__row.is-active .category-sidebar__link,.category-sidebar__row.is-active .category-sidebar__toggle{color:#fff}
    .category-sidebar__row.is-active .category-sidebar__toggle{background:rgba(255,255,255,.16)}
    .category-mega-menu{width:min(820px,calc(100vw - 380px));padding:0;overflow:auto;background:#f4f7f5;border:0;border-radius:18px;box-shadow:0 32px 90px rgba(8,32,55,.34),0 8px 24px rgba(8,47,91,.16)}
    .category-mega-menu__header{position:sticky;z-index:2;top:0;margin:0;padding:20px 22px;color:#fff;background:linear-gradient(120deg,#082f5b 0%,#0b4665 62%,#0a7a32 100%);border:0}
    .category-mega-menu__title>.material-symbols-outlined{color:#082f5b;background:#ffb347;box-shadow:0 7px 18px rgba(0,0,0,.16)}
    .category-mega-menu__title small{color:#bfe8ca}
    .category-mega-menu__header h3{color:#fff;font-size:27px}
    .category-mega-menu__close{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28)}
    .category-mega-menu__close:hover{color:#082f5b;background:#fff;border-color:#fff}
    .category-mega-menu__grid{padding:22px;gap:14px;background:#f4f7f5}
    .category-mega-menu__group{padding:17px;background:#fff;border:0;border-top:4px solid #0a7a32;border-radius:12px;box-shadow:0 7px 20px rgba(8,47,91,.08)}
    .category-mega-menu__group h4{padding-bottom:9px;color:#082f5b;border-bottom:1px solid #e4ebe7;font-size:14px}
    .category-mega-menu__group a{color:#526777}
    .category-mega-menu__group a:hover{color:#075f29;background:#e5f4e9}
    .category-mega-menu__footer{margin:0;padding:17px 22px;background:#e2f2e6;border:0;border-top:1px solid #c5dfcc;border-radius:0}
    .category-mega-menu__footer small{color:#087232}
    .category-mega-menu__footer p{color:#082f5b;font-size:15px}
    .category-mega-menu__view{color:#075f29;background:#fff;border-color:#bad5c2}
    .category-mega-menu__quote{color:#102a43;background:#ff9800;box-shadow:0 6px 14px rgba(255,152,0,.24)}
}
