.products-shell{background:var(--brand-bg-alt);padding:72px 0}.product-sidebar{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px;position:sticky;top:100px}.product-sidebar h2{font-size:1.1rem;font-weight:900}.product-sidebar p{color:var(--brand-text-muted);font-size:.92rem}.product-sidebar a{border-top:1px solid var(--brand-border);display:block;font-weight:800;padding:12px 0}.products-heading{background:#fff;border-radius:var(--brand-radius);margin-bottom:28px;padding:30px}.product-category-block{margin-bottom:42px}.category-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.category-title-row h2{font-weight:900;margin:0}.catalog-badge,.category-title-row span{background:rgba(58,174,107,.12);border-radius:999px;color:var(--brand-secondary);font-size:.78rem;font-weight:900;padding:6px 10px}.catalog-card{height:100%}.catalog-card-link{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);display:block;height:100%;padding:0;text-align:left;transition:transform 180ms,box-shadow 180ms;width:100%}.catalog-card-link:hover{box-shadow:var(--brand-shadow);transform:translateY(-4px)}.catalog-card img{aspect-ratio:4/3;background:var(--brand-bg-alt);border-radius:var(--brand-radius) var(--brand-radius) 0 0;-o-object-fit:cover;object-fit:cover;width:100%}.catalog-badge,.catalog-card h3,.catalog-card p{margin-left:20px;margin-right:20px}.catalog-badge{display:inline-flex;margin-top:18px}.catalog-card h3{font-size:1.1rem;font-weight:900;margin-top:12px}.catalog-card p{color:var(--brand-text-muted);padding-bottom:20px}@media (max-width:991px){.product-sidebar{position:static}}