.ap-products-header{background:var(--brand-primary-dark);padding:160px 0 48px;text-align:center}.ap-products-header h1{color:#fff;font-size:2rem;margin-bottom:12px}.ap-products-header p{color:rgba(255,255,255,.75);max-width:560px;margin:0 auto;font-size:1rem}.ap-catalog-category{margin-bottom:48px}.ap-catalog-category:last-child{margin-bottom:0}.ap-catalog-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--brand-primary-light)}.ap-catalog-header h2{font-size:1.5rem;margin-bottom:4px}.ap-catalog-header p{color:var(--brand-text-secondary);font-size:.9rem;margin-bottom:0}.ap-catalog-item{background:var(--brand-bg);border:1px solid #e8ecf0;border-radius:var(--brand-radius);padding:16px;text-align:center;cursor:pointer;transition:all var(--brand-transition);height:100%;display:flex;flex-direction:column;align-items:center}.ap-catalog-item:hover{border-color:var(--brand-primary);box-shadow:var(--brand-shadow);transform:translateY(-2px)}.ap-catalog-img{width:100%;height:140px;overflow:hidden;margin-bottom:12px;border-radius:4px}.ap-catalog-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ap-catalog-name{font-weight:600;font-size:.9rem;color:var(--brand-text);margin-bottom:8px;flex:1}.ap-catalog-cta{font-size:.8rem;color:var(--brand-primary);font-weight:600;opacity:0;transition:opacity var(--brand-transition)}.ap-catalog-item:hover .ap-catalog-cta{opacity:1}