.vdh-mobile-categories-panel{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity 0.2s ease,visibility 0.2s ease}.vdh-mobile-categories-panel[aria-hidden="false"]{visibility:visible;opacity:1;pointer-events:auto}.vdh-mobile-categories-panel__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .72)}.vdh-mobile-categories-panel__box{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:390px;max-height:calc(100dvh - 32px);background:#0c0e0f;border:1px solid #303438;border-radius:18px;box-shadow:0 16px 50px rgb(0 0 0 / .55);overflow:hidden}.vdh-mobile-categories-panel__header{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:58px;padding:12px 58px 10px;border-bottom:1px solid #24282c;background:#0c0e0f}.vdh-mobile-categories-panel__title{display:block;color:#fff;font-size:17px;line-height:1.4;text-align:center}.vdh-mobile-categories-panel__close{position:absolute;top:7px;right:8px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#fff;font-size:21px;background:#fff0;border:0;border-radius:50%;cursor:pointer}.vdh-mobile-categories-panel__scroll{flex:1 1 auto;min-height:0;padding:14px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-gutter:stable}.vdh-category-hub-chip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.vdh-category-hub-chip-grid a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:42px;padding:7px 5px;color:#f3f3f3;font-size:12px;font-weight:600;line-height:1.35;text-align:center;text-decoration:none;background:#181b1e;border:1px solid #34383c;border-radius:11px;overflow-wrap:anywhere}.vdh-category-hub-chip-grid a:hover,.vdh-category-hub-chip-grid a:focus-visible{background:#23272b;border-color:#555b61;outline:none}body.vdh-mobile-categories-open{overflow:hidden;touch-action:none}@media (max-width:370px){.vdh-category-hub-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vdh-category-hub-chip-grid a{font-size:13px}}