/* Shared Products navigation: category tabs on the left, contextual products on the right. */
.topc-products-mega{position:static}
.topc-products-mega>summary{list-style:none;cursor:pointer;color:inherit;font-size:14px;font-weight:650}
.topc-products-mega>summary::-webkit-details-marker{display:none}
.topc-products-mega-panel{position:absolute;z-index:12;top:72px;left:clamp(18px,5vw,72px);right:clamp(18px,5vw,72px);display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;padding:26px;border:1px solid #e4e7ec;border-radius:0 0 16px 16px;background:#fff;color:#101828;box-shadow:0 20px 48px rgba(16,24,40,.16)}
.topc-products-mega-links{display:flex;flex-direction:column;gap:18px;min-width:0;border-right:1px solid #e4e7ec;padding-right:24px}
.topc-products-mega-group{display:grid;gap:5px;align-content:start}
.topc-products-mega-group>strong{margin-bottom:4px;color:#98a2b3;font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.topc-products-mega-tab{display:block;width:100%;padding:9px 11px;border:0;border-radius:8px;background:transparent;color:#344054;text-align:left;font:inherit;cursor:pointer;transition:background-color 180ms ease,color 180ms ease,transform 180ms ease}
.topc-products-mega-tab:hover,.topc-products-mega-tab:focus-visible,.topc-products-mega-tab.is-active{background:#f2f4f7;color:#101828;outline:none;transform:translateX(2px)}
.topc-products-mega-tab.is-active{font-weight:750;box-shadow:inset 3px 0 #ff5b36}
.topc-products-mega-panels{min-width:0;height:480px;min-height:480px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-right:6px;scrollbar-width:thin;scrollbar-color:rgba(16,24,40,.2) transparent}
.topc-products-mega-panels::-webkit-scrollbar{width:6px}
.topc-products-mega-panels::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(16,24,40,.2)}
.topc-products-mega-panel-view{display:none;animation:topc-products-mega-fade 220ms ease}
.topc-products-mega-panel-view.is-active{display:block}
.topc-products-mega-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.topc-products-mega-section-head h3{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.02em}
.topc-products-mega-section-head a{flex:0 0 auto;color:#667085;font-size:12px;font-weight:800;text-decoration:none}
.topc-products-mega-section-head a:hover,.topc-products-mega-section-head a:focus-visible{color:#ff5b36;text-decoration:underline}
.topc-products-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.topc-products-mega-product{display:block;overflow:hidden;border:1px solid #e4e7ec;border-radius:10px;background:#f8fafc;color:#101828;transition:border-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}
.topc-products-mega-product:hover,.topc-products-mega-product:focus-visible{border-color:#ffb39e;box-shadow:0 10px 24px rgba(16,24,40,.1);outline:none;transform:translateY(-2px)}
.topc-products-mega-product img,.topc-products-mega-product-placeholder{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#f2f4f7}
.topc-products-mega-product img{height:auto;padding:12px}
.topc-products-mega-product-placeholder{display:grid;place-items:center;color:#98a2b3;font-size:28px;font-weight:850;letter-spacing:-.04em}
.topc-products-mega-product>span:last-child{display:grid;gap:3px;padding:11px}
.topc-products-mega-product strong{font-size:13px;line-height:1.35}
.topc-products-mega-product small{color:#667085;font-size:12px}
.topc-products-mega-empty{margin:0;padding:28px 0;color:#667085}
.topc-nav .topc-products-mega-panel{top:76px}
@keyframes topc-products-mega-fade{from{opacity:0}to{opacity:1}}
@media(max-width:1199px) and (min-width:901px){.topc-products-mega-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){
  .topc-home-navigation .topc-products-mega>summary{padding:13px 0;border-bottom:1px solid #eaecf0}
  .topc-home-navigation .topc-products-mega-panel,.topc-nav nav.open .topc-products-mega-panel{position:static;display:block;width:auto;margin-top:10px;padding:14px 0;border:0;border-radius:0;box-shadow:none}
  .topc-home-navigation .topc-products-mega-links,.topc-nav nav.open .topc-products-mega-links{border:0;padding:0 0 14px;gap:10px}
  .topc-products-mega-group{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px}
  .topc-products-mega-group>strong{flex:0 0 100%;margin-bottom:0}
  .topc-products-mega-tab{width:auto;flex:0 0 auto;padding:8px 11px;white-space:nowrap}
  .topc-products-mega-tab:hover,.topc-products-mega-tab:focus-visible,.topc-products-mega-tab.is-active{transform:none}
  .topc-products-mega-panels{height:auto;min-height:0;overflow:visible;scrollbar-gutter:auto;padding:0}
  .topc-products-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){.topc-products-mega-grid{grid-template-columns:1fr}.topc-products-mega-section-head h3{font-size:16px}}
@media(prefers-reduced-motion:reduce){.topc-products-mega-tab,.topc-products-mega-product,.topc-products-mega-panel-view{transition:none;animation:none}.topc-products-mega-tab:hover,.topc-products-mega-tab:focus-visible,.topc-products-mega-product:hover,.topc-products-mega-product:focus-visible{transform:none}}
