.categories{

    padding:30px 20px;

}

.categories-list{

    display:flex;

    gap:16px;

    overflow-x:auto;

    padding-bottom:10px;

    scroll-behavior:smooth;

}

.categories-list::-webkit-scrollbar{

    display:none;

}

.category-item{

    min-width:90px;

    text-align:center;

    text-decoration:none;

    color:#222;

}

.category-item img{

    width:64px;

    height:64px;

    border-radius:50%;

    background:#f5f5f5;

    padding:15px;

    box-shadow:0 2px 10px rgba(0,0,0,.08);

}

.category-item span{

    display:block;

    margin-top:10px;

    font-size:.85rem;

}

.section-view-all{flex:0 0 auto;min-width:132px;height:80px;padding:0 18px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#111827;font-weight:700;box-shadow:0 3px 12px rgba(0,0,0,.05);transition:.2s;white-space:nowrap;}
.section-view-all span{font-size:18px;line-height:1;}
.section-view-all:hover,.section-view-all:active{background:#fff;transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.08);}

.category-view-all{height:64px;min-width:110px;align-self:flex-start;margin-top:0;}
