.pc-cats{box-sizing:border-box;width:100%;max-width:1180px;margin:0 auto;padding:26px 16px 8px}
.pc-cats *,.pc-cats *::before,.pc-cats *::after{box-sizing:border-box}
.pc-cats-title{font-size:clamp(1.15rem,3.4vw,1.55rem);font-weight:800;letter-spacing:-.02em;margin:0 0 16px;color:#0E0E12}
.pc-cats-row{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.pc-cats-row::-webkit-scrollbar{display:none}
.pc-cat{flex:none;width:88px;display:flex;flex-direction:column;align-items:center;gap:7px;text-decoration:none;color:inherit}
.pc-cat-img{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:50%;
  background:#F6FFE0;border:2px solid #E4E8DC;overflow:hidden;transition:border-color .15s,transform .15s}
.pc-cat:hover .pc-cat-img{border-color:#C6FF3D;background:#EFF7DE;transform:translateY(-3px)}
.pc-cat-img img{width:78%;height:78%;object-fit:contain;display:block}
.pc-cat-nom{font-size:12px;font-weight:700;color:#0E0E12;text-align:center;line-height:1.25;overflow-wrap:break-word}
@media(min-width:760px){.pc-cat{width:100px}.pc-cat-img{width:88px;height:88px}.pc-cat-nom{font-size:13px}}
@media(prefers-reduced-motion:reduce){.pc-cat-img{transition:none}}
