.cnst-products-page--minimal{padding:48px 0 80px}.cnst-products-page__head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;border-bottom:2px solid var(--brand-primary);padding-bottom:16px}.cnst-products-page__head h1{font-size:max(1.75rem, min(3vw, 2.25rem));margin-bottom:8px}.cnst-products-page__head p{margin:0;color:var(--brand-neutral-mid);max-width:640px;font-size:.95rem}.cnst-products-page__minimal-group{margin-bottom:32px}.cnst-products-page__minimal-group h2{font-size:1.1rem;font-weight:700;color:var(--brand-primary-dark);margin-bottom:12px;padding:8px 0 8px 12px;border-left:4px solid var(--brand-secondary)}.cnst-products-page__minimal-list{list-style:none;padding:0;margin:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.cnst-products-page__minimal-row{display:flex;align-items:center;gap:16px;padding:12px 16px;border-bottom:1px solid var(--brand-border);transition:background .15s}.cnst-products-page__minimal-row:last-child{border-bottom:none}.cnst-products-page__minimal-row:hover{background:var(--brand-bg-alt)}.cnst-products-page__minimal-row img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:var(--brand-neutral-light);flex-shrink:0}.cnst-prod-name{flex:1;font-weight:600;color:var(--brand-text)}.cnst-products-page__minimal-row .btn-outline-primary{border-color:var(--brand-primary);color:var(--brand-primary);border-radius:20px;white-space:nowrap}.cnst-products-page__minimal-row .btn-outline-primary:hover{background:var(--brand-primary);color:#fff}