.life-catalog-head{background:var(--brand-bg-alt)}.life-catalog-head h1{font-weight:900;margin:12px 0}.life-catalog-head p{color:var(--brand-text-secondary);margin:0}.life-catalog-category{margin-bottom:42px}.life-catalog-category-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:12px;border-bottom:2px solid var(--brand-primary)}.life-catalog-category-head h2{font-size:1.45rem;font-weight:900;margin:0}.life-catalog-category-head span{color:var(--brand-text-secondary)}.life-catalog-table{border:1px solid var(--brand-border);border-top:0}.life-product-row{display:grid;grid-template-columns:76px minmax(0,1fr) 210px 140px;grid-gap:18px;gap:18px;align-items:center;padding:16px;border-bottom:1px solid var(--brand-border);background:var(--brand-bg)}.life-product-row:last-child{border-bottom:0}.life-product-row:hover{background:#f8fbff}.life-product-thumb img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary-light))}.life-product-info h3{margin:0 0 6px;font-size:1.05rem;font-weight:800}.life-product-info p,.life-product-meta span{color:var(--brand-text-secondary);margin:0}.life-product-meta{display:flex;flex-direction:column;gap:5px;font-size:.88rem}@media (max-width:991.98px){.life-product-row{grid-template-columns:76px minmax(0,1fr)}.life-product-meta,.life-product-row .btn{grid-column:2}}@media (max-width:575.98px){.life-catalog-category-head{display:block}.life-product-row{grid-template-columns:1fr}.life-product-meta,.life-product-row .btn{grid-column:auto}}