.section-header-department{position:relative;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.section-header-department .hd-list{display:flex;align-items:stretch;margin:0;padding:0;list-style:none}.section-header-department .item{list-style:none}.section-header-department .item-icon svg,.kp-allcats__icon svg,.kp-mega__icon svg{display:block;width:22px;height:22px;stroke:var(--kp-red-500)}.section-header-department .item--accent .item-link{color:var(--color-accent);font-weight:var(--weight-semibold)}.section-header-department .item--accent .item-icon svg{stroke:var(--kp-gold-500);fill:var(--kp-gold-500)}@media(max-width:991px){.section-header-department{padding:var(--space-2) 0}.section-header-department .hd-list{gap:var(--space-2);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin:0 calc(var(--page-gutter) * -1);padding:0 var(--page-gutter);scroll-padding-inline:var(--page-gutter)}.section-header-department .hd-list::-webkit-scrollbar{display:none}.section-header-department .item--all,.section-header-department .kp-dept__toggle,.section-header-department .kp-mega{display:none}.section-header-department .item{flex:0 0 auto;scroll-snap-align:start}.section-header-department .item-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-1);min-width:76px;min-height:68px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--color-surface-muted);color:var(--color-text);font-size:var(--text-xs);font-weight:var(--weight-medium);line-height:var(--leading-tight);text-decoration:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}.section-header-department .item-link:active{background:var(--kp-gray-200)}.header-sticky .section-header-department{display:none}}@media(min-width:992px){.section-header-department{z-index:var(--z-dropdown)}.section-header-department .hd-list{flex-wrap:nowrap;gap:var(--space-1);min-height:52px}.section-header-department .item{display:flex;align-items:center;border-radius:var(--radius-sm)}.section-header-department .item--rail-only{display:none}.section-header-department .item-link{display:inline-flex;align-items:center;gap:var(--space-2);min-height:var(--tap-target);padding:0 var(--space-3);border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text);font:inherit;font-size:var(--text-sm);font-weight:var(--weight-medium);white-space:nowrap;text-decoration:none;cursor:pointer}.section-header-department .item.has-mega-menu .item-link{padding-right:var(--space-1)}.section-header-department .item-icon svg{width:20px;height:20px}.section-header-department .kp-dept__all{margin-right:var(--space-2);background:var(--color-link);color:#fff;font-weight:var(--weight-semibold)}.section-header-department .kp-dept__all .kp-icon{color:#fff}.section-header-department .kp-dept__toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:var(--tap-target);padding:0;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-muted);cursor:pointer}.section-header-department .arrow-icon{width:16px;height:16px;transition:transform var(--duration-fast) ease}.section-header-department [aria-expanded=true] .arrow-icon{transform:rotate(180deg)}.section-header-department .item.mega-active{background:var(--color-surface-muted)}.section-header-department .item.mega-active .item-link,.section-header-department .item.mega-active .kp-dept__toggle{color:var(--color-link)}.section-header-department .item--all.mega-active{background:transparent}.section-header-department .item--all.mega-active .kp-dept__all{background:var(--kp-navy-800);color:#fff}}@media(min-width:992px)and (hover:hover)and (pointer:fine){.section-header-department .item:hover{background:var(--color-surface-muted)}.section-header-department .item--all:hover{background:transparent}.section-header-department .item:hover .item-link{color:var(--color-link)}.section-header-department .kp-dept__all:hover{background:var(--kp-navy-800);color:#fff}}@media(min-width:1200px){.section-header-department .item-link{padding:0 var(--space-4)}}.kp-mega{position:absolute;top:100%;left:0;right:0;z-index:var(--z-dropdown);background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:var(--shadow-lg)}.kp-mega[hidden]{display:none}.kp-mega__inner{display:grid;grid-template-columns:260px 1fr;gap:var(--space-8);width:100%;max-width:calc(var(--page-max) + 2 * var(--page-gutter));margin:0 auto;padding:var(--space-6) var(--page-gutter) var(--space-8);max-height:calc(100vh - 220px);max-height:calc(100dvh - 220px);overflow-y:auto}.kp-mega__intro{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3)}.kp-mega__title{display:flex;align-items:center;gap:var(--space-2);margin:0;color:var(--color-heading);font-size:var(--text-xl);font-weight:var(--weight-bold)}.kp-mega__desc{margin:0;color:var(--color-text-muted);font-size:var(--text-sm)}.kp-mega__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-4);margin:0;padding:0;list-style:none}.kp-mega__product-link{display:flex;flex-direction:column;gap:var(--space-2);color:var(--color-text);text-decoration:none}.kp-mega__product-media{display:block;aspect-ratio:1;padding:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-image-surface)}.kp-mega__product-media img{width:100%;height:100%;object-fit:contain}.kp-mega__product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:var(--text-sm);line-height:var(--leading-tight)}.kp-mega__product .kp-price__current{font-size:var(--text-md)}@media(hover:hover)and (pointer:fine){.kp-mega__product-link:hover .kp-mega__product-title{color:var(--color-link);text-decoration:underline}}.kp-mega--all .kp-mega__inner{display:block}.kp-allcats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-2);margin:0;padding:0;list-style:none}@media(min-width:1200px){.kp-allcats{grid-template-columns:repeat(5,minmax(0,1fr))}}.kp-allcats__link{display:flex;align-items:center;gap:var(--space-3);min-height:56px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--color-text);font-size:var(--text-sm);font-weight:var(--weight-medium);text-decoration:none}.kp-allcats__text{flex:1}.kp-allcats__count{color:var(--color-text-muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums}@media(hover:hover)and (pointer:fine){.kp-allcats__link:hover{background:var(--color-surface-muted);color:var(--color-link)}}.kp-mega-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--z-dropdown) - 1);background:#14233a40}.kp-mega-overlay[hidden]{display:none}@media(max-width:991px){.kp-mega-overlay{display:none}}@media(min-width:992px){.section-header-department .item .kp-dept__all,.section-header-department .item .kp-dept__all .kp-icon{color:#fff}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/section-header-department.css.map */
