.lp-product-category{margin-bottom:3rem}.lp-category-name{font-size:1.375rem;font-weight:600;margin-bottom:.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-gray-200)}.lp-category-desc{color:var(--color-gray-500);margin-bottom:1.5rem;max-width:600px}.lp-product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.lp-product-card{border:2px solid var(--color-border);border-radius:var(--radius-card);background:0 0;overflow:hidden;transition:border-color .15s;display:flex;flex-direction:column}.lp-product-card:hover{border-color:var(--color-secondary)}.lp-product-card-link{display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit;flex:1}.lp-product-card-link:hover{color:inherit}.lp-product-img{background-color:var(--color-gray-50);padding:1rem;text-align:center}.lp-product-img img{max-width:100%;max-height:200px;-o-object-fit:contain;object-fit:contain}.lp-product-info{padding:1rem}.lp-product-info h3{font-size:1rem;font-weight:600;margin-bottom:0}.lp-product-card .lp-btn-sm{margin:0 1rem 1rem;text-align:center}@media (max-width:575.98px){.lp-product-list{grid-template-columns:repeat(2,1fr);gap:.75rem}.lp-product-img,.lp-product-info{padding:.75rem}.lp-product-info h3{font-size:.875rem}}