/* Pet Chiclete - Categories Widget */
.pc-cats{padding:30px 20px}
.pc-cats-wrap{max-width:1200px;margin:0 auto;background:#fff;border-radius:20px;padding:28px 22px;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.pc-cats-grid{display:grid;gap:18px;grid-template-columns:repeat(6,minmax(0,1fr))}
.pc-cat-item{text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:10px;padding:6px;transition:transform .2s}
.pc-cat-item:hover{transform:translateY(-3px)}
.pc-cat-icon{display:inline-flex;align-items:center;justify-content:center;width:86px;height:86px;border-radius:50%;background:#a7eef6;font-size:36px;color:#0e94aa;overflow:hidden}
.pc-cat-icon img{width:60%;height:60%;object-fit:contain}
.pc-cat-icon i,.pc-cat-icon svg{font-size:36px;width:36px;height:36px}
.pc-cat-title{font-weight:700;color:#1d2327;text-align:center}
@media (max-width:820px){.pc-cats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pc-cat-icon{width:72px;height:72px;font-size:30px}.pc-cat-icon i,.pc-cat-icon svg{font-size:30px;width:30px;height:30px}}
@media (max-width:480px){.pc-cats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Mockup fallback */
.pc-cats-wrap{border-radius:17px!important;box-shadow:0 8px 28px rgba(16,138,154,.12)!important}.pc-cat-icon{background:#8be6ed!important;color:#f47216!important}.pc-cat-title{font-weight:900!important}
