.rsf-categories-wrapper{position:relative;margin:20px 0}.rsf-categories-container{display:flex;gap:10px;margin:0;padding:10px 0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;position:relative;z-index:1}.rsf-categories-container::-webkit-scrollbar{display:none}.rsf-categories-scrollable{flex-wrap:nowrap;justify-content:flex-start;padding-left:40px;padding-right:40px;-webkit-overflow-scrolling:touch}.rsf-categories-default{flex-wrap:wrap;justify-content:center}.rsf-category-item{display:inline-block;padding:8px 16px;background-color:#f0f0f0;color:#333;border-radius:20px;text-decoration:none;font-size:14px;font-weight:500;text-transform:uppercase;transition:all 0.3s ease;border-width:1px;border-style:solid;border-color:#e0e0e0;white-space:nowrap;flex-shrink:0}.rsf-category-item:hover{background-color:#e0e0e0;color:#000;transform:translateY(-2px);box-shadow:0 2px 5px rgba(0,0,0,.1)}.rsf-category-item.active,.rsf-category-item.current-cat{background-color:#d0d0d0;color:#000;border-color:#a0a0a0;box-shadow:0 1px 3px rgba(0,0,0,.1);font-weight:700}.rsf-categories-nav{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;background-color:rgba(255,255,255);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:10;border:1px solid #d0d0d0;transition:all 0.3s ease;opacity:.9}.rsf-categories-nav:hover{background-color:#f0f0f0;box-shadow:0 3px 8px rgba(0,0,0,.25);opacity:1}.rsf-categories-nav-prev{left:5px}.rsf-categories-nav-next{right:5px}.rsf-categories-nav svg,.rsf-categories-nav i{width:16px;height:16px;font-size:16px;fill:#333;color:#333;display:flex;align-items:center;justify-content:center}.rsf-categories-nav.hidden{display:none;opacity:0;visibility:hidden}@media (max-width:1024px){.rsf-categories-container{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.rsf-categories-nav:not(.hidden){display:flex}}@media (max-width:767px){.rsf-category-item{font-size:12px;padding:6px 12px}.rsf-categories-nav{width:25px;height:25px}}