.pn-products-grid{padding:180px 0 var(--spacing-xxl)}.pn-products-intro{margin-bottom:var(--spacing-xl)}.pn-products-intro h1{margin-bottom:var(--spacing-xs)}.pn-products-intro p{font-size:16px;max-width:700px;color:var(--brand-text)}.pn-catalog-note{background-color:var(--brand-bg-light);border-left:3px solid var(--brand-primary);padding:var(--spacing-md);height:100%}.pn-catalog-note h3{font-size:17px;margin-bottom:8px}.pn-catalog-note p{font-size:14px;margin-bottom:0;line-height:1.6}.pn-category-section{margin-bottom:var(--spacing-xl)}.pn-category-section h2{font-size:28px;padding-bottom:var(--spacing-sm);border-bottom:2px solid var(--brand-primary);margin-bottom:var(--spacing-md)}.pn-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:box-shadow .3s;height:100%;display:flex;flex-direction:column}.pn-product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.pn-product-card a{display:block;overflow:hidden}.pn-product-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.pn-product-card:hover img{transform:scale(1.03)}.pn-product-card .card-body{padding:var(--spacing-sm);display:flex;flex-direction:column;flex:1}.pn-product-card h3{font-size:16px;margin-bottom:var(--spacing-xs);flex:1}.pn-product-card .btn-inquiry{width:100%;margin-top:auto}@media (max-width:767px){.pn-products-grid{padding-top:120px}}