.categories-navigation{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%;padding:24px 0 32px;overflow:auto hidden}.categories-navigation::-webkit-scrollbar{display:none}.categories-list{box-sizing:border-box;align-items:center;gap:44px;min-width:max-content;padding:0 20px;display:flex}.category-link{color:#000;text-transform:uppercase;white-space:nowrap;cursor:pointer;padding:8px 0 16px;font-size:16px;font-weight:400;line-height:1.25;text-decoration:none;transition:all .3s;position:relative}.category-link:hover{color:#333}.category-link.active{color:#000;font-weight:700}.category-link.active:after{content:"";background:#61b4efb3;border-radius:3px;width:calc(100% + 20px);max-width:130px;height:6px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #baf8ff4d}.category-link.skeleton{pointer-events:none;color:#0000;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;min-width:100px;height:20px;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.category-empty,.category-error{color:#666;text-transform:none;background:#f5f5f5;border:1px dashed #ddd;border-radius:8px;justify-content:center;align-items:center;min-width:200px;padding:20px;font-size:14px;font-style:italic;font-weight:400;display:flex}.category-error{color:#c33;background:#fee;border-color:#fcc}.category-empty p,.category-error p{margin:0}@media (max-width:768px){.categories-navigation{padding:16px 0 24px}.categories-list{gap:24px;padding:0 16px}.category-link{padding:6px 0 12px;font-size:14px}.category-link.active:after{max-width:100px;height:4px}}@media (max-width:480px){.categories-list{gap:20px;padding:0 12px}.category-link{padding:4px 0 10px;font-size:13px}.category-link.active:after{max-width:80px;height:3px}}@media (min-width:1024px){.categories-list{justify-content:center;max-width:1200px;margin:0 auto}}
