.pn-cat-tabs{border-bottom:2px solid var(--pn-gray-100);gap:4px;flex-wrap:nowrap;overflow-x:auto}.pn-cat-tabs .nav-link{color:var(--pn-gray-500);font-weight:600;font-size:.9rem;border:none;border-bottom:2px solid transparent;padding:.75rem 1.25rem;white-space:nowrap;transition:all var(--pn-transition)}.pn-cat-tabs .nav-link:hover{color:var(--pn-gray-900);border-bottom-color:var(--pn-gray-300)}.pn-cat-tabs .nav-link.active{color:var(--pn-primary);border-bottom-color:var(--pn-primary);background:0 0}.pn-product-card{background:var(--pn-white);border:1px solid var(--pn-gray-100);border-radius:var(--pn-radius);overflow:hidden;cursor:pointer;transition:box-shadow var(--pn-transition),transform var(--pn-transition)}.pn-product-card:hover{box-shadow:var(--pn-shadow-md);transform:translateY(-3px)}.pn-product-img{background:var(--pn-gray-50);padding:1.5rem;text-align:center;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.pn-product-img img{max-width:100%;max-height:160px;-o-object-fit:contain;object-fit:contain}.pn-product-info{padding:1rem}.pn-product-info h3{font-size:.9rem;font-weight:600;margin:0;color:var(--pn-gray-900)}@media (max-width:767.98px){.pn-product-img{padding:1rem}.pn-product-img img{max-height:100px}}