.category-view_inner__aYFk4{padding:35px 24px 8px;display:grid;grid-template-columns:280px auto;column-gap:24px}.category-view_left__Q0YhI{height:500px;overflow-y:scroll}.category-view_left__Q0YhI::-webkit-scrollbar{width:2px}.category-view_left__Q0YhI::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:20px}.category-view_left__Q0YhI::-webkit-scrollbar-track{background:rgba(63,67,80,.24)}.category-view_left__Q0YhI::-webkit-scrollbar-thumb:hover{background:var(--main-color)}.category-view_left__Q0YhI ul{display:flex;flex-direction:column;row-gap:20px}.category-view_left__Q0YhI ul li a{color:rgba(0,0,0,.68);font-size:16px;font-style:normal;font-weight:400;line-height:22px;display:flex;align-items:center;column-gap:16px;transition:var(--main-transition);cursor:pointer}.category-view_left__Q0YhI ul li:hover a{color:rgb(0,0,0)}.category-view_left_image__FXHC8{width:40px;height:40px;flex-shrink:0}.category-view_right__kMuwG{display:grid;grid-template-columns:repeat(4,1fr);column-gap:50px;row-gap:40px;height:500px;overflow-y:auto}.category-view_right__kMuwG::-webkit-scrollbar{width:6px}.category-view_right__kMuwG::-webkit-scrollbar-thumb{background:var(--main-color);border-radius:20px}.category-view_right__kMuwG::-webkit-scrollbar-track{background:rgba(63,67,80,.24);border-radius:20px}.category-view_right__kMuwG::-webkit-scrollbar-thumb:hover{background:var(--main-color)}.category-view_category_list__RGAeL h3{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:12px}.category-view_category_list__RGAeL ul{display:flex;flex-direction:column;row-gap:8px}.category-view_category_list__RGAeL ul li a{color:rgba(0,0,0,.87);font-size:16px;font-style:normal;font-weight:400;line-height:24px;transition:var(--main-transition)}.category-view_category_list__RGAeL ul li:hover a{color:rgb(0,0,0)}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}